diff --git a/LCSEngine/GameObject.cpp b/LCSEngine/GameObject.cpp index 1f9f9b4..1f28fb8 100644 --- a/LCSEngine/GameObject.cpp +++ b/LCSEngine/GameObject.cpp @@ -266,50 +266,54 @@ void GameObject::load(nlohmann::json& conf) { { switch ((*it).at("typeComponent").get()) { - //Se lo que piensas... mira al final del switch... case TRANSFORM: { - TransformComponent transformComp(this); - transformComp.typeComponent = TRANSFORM; - transformComp.load(*it); + TransformComponent* transformComp = new TransformComponent(this); + transformComp->typeComponent = TRANSFORM; + transformComp->load(*it); + addComponent(transformComp); } break; case MATERIAL: { - MaterialComponent materialComp(this); - materialComp.typeComponent = MATERIAL; - materialComp.load(*it); + MaterialComponent* materialComp = new MaterialComponent(this); + materialComp->typeComponent = MATERIAL; + materialComp->load(*it); + addComponent(materialComp); } break; case MESH: { - MeshComponent meshComp(this); - meshComp.typeComponent = MESH; - meshComp.load(*it); + MeshComponent* meshComp = new MeshComponent(this); + meshComp->typeComponent = MESH; + meshComp->load(*it); + addComponent(meshComp); } break; case ANIMATION: { - AnimationComponent animationComp(this); - animationComp.typeComponent = ANIMATION; - animationComp.load(*it); + AnimationComponent* animationComp = new AnimationComponent(this); + animationComp->typeComponent = ANIMATION; + animationComp->load(*it); + addComponent(animationComp); } break; case AUDIOLISTENER: { - AudioListenerComponent audioListenerComp(this); - audioListenerComp.typeComponent = AUDIOLISTENER; - audioListenerComp.load(*it); + AudioListenerComponent* audioListenerComp = new AudioListenerComponent(this); + audioListenerComp->typeComponent = AUDIOLISTENER; + audioListenerComp->load(*it); + addComponent(audioListenerComp); } break; case AUDIOSOURCE: { - AudioSourceComponent audioSourceComp(this); - audioSourceComp.typeComponent = AUDIOSOURCE; - audioSourceComp.load(*it); + AudioSourceComponent* audioSourceComp = new AudioSourceComponent(this); + audioSourceComp->typeComponent = AUDIOSOURCE; + audioSourceComp->load(*it); + addComponent(audioSourceComp); } break; - //Las llaves del case si tienes huevos las quitas ¬¬ } } } diff --git a/LCSEngine/ProjectDir/Assets/Json/Scene.json b/LCSEngine/ProjectDir/Assets/Json/Scene.json index 11525f0..d69c742 100644 --- a/LCSEngine/ProjectDir/Assets/Json/Scene.json +++ b/LCSEngine/ProjectDir/Assets/Json/Scene.json @@ -1,7 +1,7 @@ { "GameObjects": [ { - "UUID": 390341041, + "UUID": 1453569569, "UUIDparent": 0, "aabbMax": [ null, @@ -13,160 +13,6 @@ null, null ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - -0.0, - 0.0, - -0.0 - ], - "scale": [ - 0.00999999977648258, - 0.00999999977648258, - 0.00999999977648258 - ], - "transform": [ - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - }, - { - "isEnable": true, - "isUnique": true, - "typeComponent": 5 - } - ], - "enable": true, - "id": [ - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "$ColladaAutoName$_0", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 436360522, - "UUIDparent": 390341041, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], "components": [ { "isEnable": true, @@ -231,9 +77,9 @@ 0.0 ], "rotation": [ - -0.0, 0.0, - -0.0 + 0.0, + 0.0 ], "scale": [ 1.0, @@ -263,24 +109,6 @@ ], "enable": true, "id": [ - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "idBone": [ 1.0, 0.0, 0.0, @@ -298,10299 +126,6 @@ 0.0, 1.0 ], - "name": "Mesh1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1474009553, - "UUIDparent": 390341041, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - -0.0, - 0.0, - -0.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RootFrame", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1954255211, - "UUIDparent": 390341041, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - -0.0, - 0.0, - -0.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "$ColladaAutoName$_1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 440955508, - "UUIDparent": 436360522, - "aabbMax": [ - 13.0525016784668, - 189.314788818359, - 18.1896343231201 - ], - "aabbMin": [ - -13.0081405639648, - 158.337905883789, - -11.2248420715332 - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - }, - { - "isEnable": true, - "isUnique": true, - "typeComponent": 3 - }, - { - "isEnable": true, - "isUnique": true, - "typeComponent": 2 - } - ], - "enable": true, - "id": [ - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "Mesh1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1795314638, - "UUIDparent": 436360522, - "aabbMax": [ - 48.2950630187988, - 166.77555847168, - 45.5969619750977 - ], - "aabbMin": [ - -48.2950630187988, - -0.0530159994959831, - -19.2614974975586 - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - }, - { - "isEnable": true, - "isUnique": true, - "typeComponent": 3 - }, - { - "isEnable": true, - "isUnique": true, - "typeComponent": 2 - } - ], - "enable": true, - "id": [ - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "Mesh1 (1)", - "nameNumber": 1, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1851309654, - "UUIDparent": 436360522, - "aabbMax": [ - -34.2065010070801, - 139.367706298828, - 102.41340637207 - ], - "aabbMin": [ - -48.6831932067871, - 106.700950622559, - 13.2711906433105 - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - }, - { - "isEnable": true, - "isUnique": true, - "typeComponent": 3 - }, - { - "isEnable": true, - "isUnique": true, - "typeComponent": 2 - } - ], - "enable": true, - "id": [ - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "Mesh1 (2)", - "nameNumber": 2, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1481807105, - "UUIDparent": 1474009553, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.01327896118164e-06, - -0.235142022371292, - 0.97196102142334, - 0.0, - 0.997184991836548, - -0.0728784799575806, - -0.0176321864128113, - 0.0, - 0.0749810934066772, - 0.96922492980957, - 0.234480023384094, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 0.999999523162842, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000023841858, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999701976776, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - -9.99999997475243e-07, - 0.0, - 1.0, - 0.0, - 94.5982666015625, - 0.0, - 0.0, - 1.0, - 1.47851097583771, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - -9.99999997475243e-07, - 94.5982666015625, - 1.47851097583771 - ], - "rotation": [ - 4.30036687850952, - 76.4000015258789, - 89.999755859375 - ], - "scale": [ - 0.999999523162842, - 1.00000023841858, - 0.999999701976776 - ], - "transform": [ - 1.01327850643429e-06, - -0.235142081975937, - 0.971960723400116, - -9.99999997475243e-07, - 0.99718451499939, - -0.0728784948587418, - -0.0176321808248758, - 94.5982666015625, - 0.0749810561537743, - 0.969225168228149, - 0.234479948878288, - 1.47851097583771, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 1.01327852775057e-08, - 0.00997184496372938, - 0.000749810540582985, - 0.0, - -0.00235142069868743, - -0.000728784943930805, - 0.00969225168228149, - 0.0, - 0.00971960742026567, - -0.000176321802427992, - 0.00234479946084321, - 0.0, - -9.99999993922529e-09, - 0.94598263502121, - 0.0147851090878248, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "Pelvis", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1946388038, - "UUIDparent": 1474009553, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - -0.0, - 0.0, - -0.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 0.00999999977648258, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "unity_pilot_01", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1490440109, - "UUIDparent": 1481807105, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - -0.977066040039063, - -0.175664022564888, - -0.120352029800415, - 0.0, - -0.210894212126732, - 0.87641429901123, - 0.432922273874283, - 0.0, - 0.029429379850626, - 0.448375076055527, - -0.89336109161377, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999582767487, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - -3.43408894538879, - 0.0, - 1.0, - 0.0, - -0.319007009267807, - 0.0, - 0.0, - 1.0, - 8.61921405792236, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - -3.43408894538879, - -0.319007009267807, - 8.61921405792236 - ], - "rotation": [ - -154.145202636719, - -6.91241788864136, - 169.807830810547 - ], - "scale": [ - 1.00000011920929, - 0.999999582767487, - 1.0 - ], - "transform": [ - -0.977066159248352, - -0.175663948059082, - -0.120352029800415, - -3.43408894538879, - -0.210894241929054, - 0.876413941383362, - 0.432922273874283, - -0.319007009267807, - 0.0294293835759163, - 0.448374897241592, - -0.89336109161377, - 8.61921405792236, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.000781933253165334, - -0.00959464535117149, - -0.00270764832384884, - 0.0, - 0.00229720841161907, - -0.0024694693274796, - 0.00941405910998583, - 0.0, - -0.00970110297203064, - -0.00135812000371516, - 0.00201099738478661, - 0.0, - 0.0845254585146904, - 0.910451173782349, - 0.0293286256492138, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LLegUpper", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1520029034, - "UUIDparent": 1481807105, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.986925184726715, - -0.153487011790276, - -0.0491980016231537, - 0.0, - 0.154782429337502, - 0.987664759159088, - 0.0236790087074041, - 0.0, - 0.0449567139148712, - -0.0309843961149454, - 0.998508334159851, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 0.999999821186066, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999642372131, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - -1.3584793806076, - -2.81997609138489, - 8.8398494720459 - ], - "scale": [ - 0.999999821186066, - 1.00000011920929, - 0.999999642372131 - ], - "transform": [ - 0.986925005912781, - -0.153487026691437, - -0.0491979829967022, - 0.0, - 0.154782399535179, - 0.987664878368378, - 0.0236789993941784, - 0.0, - 0.0449567064642906, - -0.0309843998402357, - 0.998507976531982, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 7.30130122974515e-05, - 0.00972073432058096, - 0.00234561134129763, - 0.0, - -0.00262357341125607, - -0.00224488088861108, - 0.00938495807349682, - 0.0, - 0.00964942574501038, - -0.000683910271618515, - 0.00253391452133656, - 0.0, - -9.99999993922529e-09, - 0.94598263502121, - 0.0147851090878248, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "Spine1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1917356081, - "UUIDparent": 1481807105, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - -0.610041737556458, - 0.780592799186707, - -0.136104017496109, - 0.0, - 0.772046446800232, - 0.624213874340057, - 0.119588285684586, - 0.0, - 0.178307771682739, - -0.0321248061954975, - -0.983450412750244, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000047683716, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999761581421, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999642372131, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - -3.43408894538879, - 0.0, - 1.0, - 0.0, - -0.319009006023407, - 0.0, - 0.0, - 1.0, - -8.61921310424805, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - -3.43408894538879, - -0.319009006023407, - -8.61921310424805 - ], - "rotation": [ - -173.066833496094, - -7.82246351242065, - -128.008010864258 - ], - "scale": [ - 1.00000047683716, - 0.999999761581421, - 0.999999642372131 - ], - "transform": [ - -0.610042035579681, - 0.780592620372772, - -0.136103972792625, - -3.43408894538879, - 0.772046804428101, - 0.624213755130768, - 0.119588240981102, - -0.319009006023407, - 0.178307861089706, - -0.0321247987449169, - -0.983450055122375, - -8.61921310424805, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -8.23305454105139e-05, - -0.00667734025046229, - 0.00744355237111449, - 0.0, - -0.00178002170287073, - 0.00733469519764185, - 0.00656000711023808, - 0.0, - -0.00983995199203491, - -0.00127095822244883, - -0.00124896597117186, - 0.0, - -0.0830252915620804, - 0.913490653038025, - -0.0110920481383801, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RLegUpper", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1498028798, - "UUIDparent": 1490440109, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.659908771514893, - 0.742298662662506, - 0.11624600738287, - 0.0, - -0.742348849773407, - 0.668027102947235, - -0.051555972546339, - 0.0, - -0.115925408899784, - -0.0522728450596333, - 0.991881489753723, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000035762787, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000059604645, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 41.5546836853027, - 0.0, - 1.0, - 0.0, - -6.00000021222513e-06, - 0.0, - 0.0, - 1.0, - -9.99999997475243e-07, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 41.5546836853027, - -6.00000021222513e-06, - -9.99999997475243e-07 - ], - "rotation": [ - 2.97543978691101, - 6.67549753189087, - -48.362678527832 - ], - "scale": [ - 1.00000035762787, - 1.0, - 1.00000059604645 - ], - "transform": [ - 0.659909009933472, - 0.742298662662506, - 0.116246074438095, - 41.5546836853027, - -0.742349088191986, - 0.668027102947235, - -0.0515560023486614, - -6.00000021222513e-06, - -0.115925453603268, - -0.0522728450596333, - 0.991882085800171, - -9.99999997475243e-07, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -6.47209817543626e-05, - -0.0043409438803792, - -0.009008445776999, - 0.0, - 0.00262212962843478, - -0.00870077218860388, - 0.00417384179309011, - 0.0, - -0.00964988861232996, - -0.00233511859551072, - 0.00119456741958857, - 0.0, - 0.117018446326256, - 0.511748731136322, - -0.0831869095563889, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LLegCalf", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1527548102, - "UUIDparent": 1520029034, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.976206481456757, - -0.187768891453743, - -0.108461007475853, - 0.0, - 0.20253287255764, - 0.96822464466095, - 0.146701917052269, - 0.0, - 0.0774685591459274, - -0.165178284049034, - 0.983216524124146, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000059604645, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000035762787, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000047683716, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 20.2379741668701, - 0.0, - 1.0, - 0.0, - -1.99999999495049e-06, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 20.2379741668701, - -1.99999999495049e-06, - 0.0 - ], - "rotation": [ - -8.4862756729126, - -6.22660684585571, - 10.8876132965088 - ], - "scale": [ - 1.00000059604645, - 1.00000035762787, - 1.00000047683716 - ], - "transform": [ - 0.976207077503204, - -0.187768965959549, - -0.108461059629917, - 20.2379741668701, - 0.20253299176693, - 0.968225002288818, - 0.146701991558075, - -1.99999999495049e-06, - 0.077468603849411, - -0.165178343653679, - 0.983217000961304, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.000287443166598678, - 0.00898180529475212, - 0.00438686460256577, - 0.0, - -0.00414779502898455, - -0.00388583494350314, - 0.00822777114808559, - 0.0, - 0.00909467693418264, - -0.00205608177930117, - 0.00361377233639359, - 0.0, - 0.00147763069253415, - 1.14271056652069, - 0.0622555091977119, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "Spine2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1924944770, - "UUIDparent": 1917356081, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.813817262649536, - 0.574126243591309, - -0.0898920148611069, - 0.0, - -0.574162006378174, - 0.818260908126831, - 0.0280570164322853, - 0.0, - 0.0896633863449097, - 0.0287792831659317, - 0.995556235313416, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 0.999999701976776, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999701976776, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 41.5546913146973, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 41.5546913146973, - 0.0, - 0.0 - ], - "rotation": [ - -1.61429619789124, - -5.15739345550537, - -35.2019348144531 - ], - "scale": [ - 0.999999701976776, - 1.00000011920929, - 0.999999701976776 - ], - "transform": [ - 0.813817024230957, - 0.574126303195953, - -0.0898919850587845, - 41.5546913146973, - -0.57416182756424, - 0.818261027336121, - 0.0280570089817047, - 0.0, - 0.0896633565425873, - 0.028779286891222, - 0.995555937290192, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 7.27353035472333e-05, - -0.00975939352065325, - 0.00217919726856053, - 0.0, - -0.00178697728551924, - 0.00213148118928075, - 0.00960539374500513, - 0.0, - -0.0098387636244297, - -0.000459281029179692, - -0.0017284769564867, - 0.0, - -0.0864465087652206, - 0.636015832424164, - 0.298222482204437, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RLegCalf", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1505269382, - "UUIDparent": 1498028798, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.977982878684998, - -0.208685010671616, - -0.000349000096321106, - 0.0, - 0.206898599863052, - 0.969826698303223, - -0.128954097628593, - 0.0, - 0.0272492505609989, - 0.126042678952217, - 0.991650521755219, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999403953552, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999523162842, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 37.3779373168945, - 0.0, - 1.0, - 0.0, - -3.99999998990097e-06, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 37.3779373168945, - -3.99999998990097e-06, - 0.0 - ], - "rotation": [ - 7.40915584564209, - -0.019996227696538, - 12.0452995300293 - ], - "scale": [ - 1.00000011920929, - 0.999999403953552, - 0.999999523162842 - ], - "transform": [ - 0.977982997894287, - -0.208684891462326, - -0.000348999921698123, - 37.3779373168945, - 0.206898629665375, - 0.969826102256775, - -0.128954038023949, - -3.99999998990097e-06, - 0.0272492542862892, - 0.126042604446411, - 0.99165004491806, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.000216266722418368, - -0.00610917760059237, - -0.00791399367153645, - 0.0, - 0.00134021905250847, - -0.00782667100429535, - 0.00607839366421103, - 0.0, - -0.00990742444992065, - -0.00119210570119321, - 0.000649503082968295, - 0.0, - 0.114599302411079, - 0.349493235349655, - -0.419904053211212, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LLegAnkle", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1534719065, - "UUIDparent": 1527548102, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.999534249305725, - 0.0265630017966032, - 0.0150249982252717, - 0.0, - -0.0286509189754725, - 0.986336946487427, - 0.162229925394058, - 0.0, - -0.010510397143662, - -0.162584841251373, - 0.986638605594635, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 0.999999761581421, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000047683716, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 20.2379837036133, - 0.0, - 1.0, - 0.0, - 1.99999999495049e-06, - 0.0, - 0.0, - 1.0, - 1.99999999495049e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 20.2379837036133, - 1.99999999495049e-06, - 1.99999999495049e-06 - ], - "rotation": [ - -9.33741664886475, - 0.860901474952698, - -1.52229905128479 - ], - "scale": [ - 0.999999761581421, - 1.0, - 1.00000047683716 - ], - "transform": [ - 0.999534010887146, - 0.0265630017966032, - 0.0150250056758523, - 20.2379837036133, - -0.0286509115248919, - 0.986336946487427, - 0.162229999899864, - 1.99999999495049e-06, - -0.0105103943496943, - -0.162584841251373, - 0.986639082431793, - 1.99999999495049e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.000310558680212125, - 0.00911056343466043, - 0.00411110511049628, - 0.0, - -0.00556214479729533, - -0.00325987115502357, - 0.00764433853328228, - 0.0, - 0.0083045857027173, - -0.00252405786886811, - 0.00496619287878275, - 0.0, - 0.00729491049423814, - 1.32448422908783, - 0.151036828756332, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "Spine3", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1931976491, - "UUIDparent": 1924944770, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.494326829910278, - -0.869264721870422, - 0.0044780015014112, - 0.0, - 0.869174361228943, - 0.494183480739594, - -0.0178549960255623, - 0.0, - 0.0133077595382929, - 0.0127183683216572, - 0.999830543994904, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000047683716, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000035762787, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 37.3779335021973, - 0.0, - 1.0, - 0.0, - -3.99999998990097e-06, - 0.0, - 0.0, - 1.0, - 9.99999997475243e-07, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 37.3779335021973, - -3.99999998990097e-06, - 9.99999997475243e-07 - ], - "rotation": [ - 1.02308022975922, - 0.256571352481842, - 60.3742980957031 - ], - "scale": [ - 1.00000047683716, - 1.0, - 1.00000035762787 - ], - "transform": [ - 0.494327068328857, - -0.869264721870422, - 0.00447800289839506, - 37.3779335021973, - 0.869174778461456, - 0.494183480739594, - -0.0178550016134977, - -3.99999998990097e-06, - 0.0133077660575509, - 0.0127183683216572, - 0.999830901622772, - 9.99999997475243e-07, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00164817250333726, - -0.00297781475819647, - 0.00940299965441227, - 0.0, - -0.00107145390938967, - 0.0095309978350997, - 0.0028305440209806, - 0.0, - -0.00980486813932657, - -0.000540963548701257, - -0.00188993045594543, - 0.0, - -0.0837278142571449, - 0.271229863166809, - 0.379676342010498, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RLegAnkle", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1512788450, - "UUIDparent": 1505269382, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.715381026268005, - -0.693268001079559, - -0.0872330069541931, - 0.0, - 0.688229501247406, - 0.720679879188538, - -0.0834310203790665, - 0.0, - 0.120707124471664, - -0.000351358205080032, - 0.992688119411469, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000047683716, - 0.0, - 0.0, - 0.0, - 0.0, - 0.99999988079071, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 15.9880027770996, - 0.0, - 1.0, - 0.0, - 1.99999999495049e-06, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 15.9880027770996, - 1.99999999495049e-06, - 0.0 - ], - "rotation": [ - 4.80416393280029, - -5.00444316864014, - 44.1006393432617 - ], - "scale": [ - 1.0, - 1.00000047683716, - 0.99999988079071 - ], - "transform": [ - 0.715381026268005, - -0.693268358707428, - -0.0872329995036125, - 15.9880027770996, - 0.688229501247406, - 0.720680236816406, - -0.0834310129284859, - 1.99999999495049e-06, - 0.120707124471664, - -0.000351358379703015, - 0.992688000202179, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.000118805444799364, - -0.00990083161741495, - -0.00139979179948568, - 0.0, - 0.000819419568870217, - -0.00140480906702578, - 0.00986687187105417, - 0.0, - -0.00996566284447908, - 2.51992605626583e-06, - 0.000827988784294575, - 0.0, - 0.11805697530508, - 0.251819670200348, - -0.546432971954346, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LLegToe1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1542029270, - "UUIDparent": 1534719065, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.994277000427246, - -0.0797909945249557, - -0.071040004491806, - 0.0, - 0.0690913498401642, - 0.987441658973694, - -0.142075061798096, - 0.0, - 0.0814841687679291, - 0.136353701353073, - 0.987303376197815, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000023841858, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999642372131, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 25.7933483123779, - 0.0, - 1.0, - 0.0, - 1.59999999596039e-05, - 0.0, - 0.0, - 1.0, - 3.00000010611257e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 25.7933483123779, - 1.59999999596039e-05, - 3.00000010611257e-06 - ], - "rotation": [ - 8.18876838684082, - -4.07372331619263, - 4.58816909790039 - ], - "scale": [ - 1.0, - 1.00000023841858, - 0.999999642372131 - ], - "transform": [ - 0.994277000427246, - -0.0797910168766975, - -0.0710399821400642, - 25.7933483123779, - 0.0690913498401642, - 0.987441897392273, - -0.142075017094612, - 1.59999999596039e-05, - 0.0814841687679291, - 0.136353731155396, - 0.987303018569946, - 3.00000010611257e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00060117756947875, - 0.00862752366811037, - 0.00502040097489953, - 0.0, - -0.0043847132474184, - -0.00429003918543458, - 0.00789747014641762, - 0.0, - 0.00896732229739428, - -0.00267607788555324, - 0.0035250149667263, - 0.0, - 0.0153051950037479, - 1.55947613716125, - 0.257076144218445, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "Neck1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1603852718, - "UUIDparent": 1534719065, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - -0.143730044364929, - 0.00807391107082367, - 0.989584267139435, - 0.0, - -0.150245487689972, - 0.988196969032288, - -0.0298846550285816, - 0.0, - -0.9781454205513, - -0.152975857257843, - -0.140820503234863, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000023841858, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999225139618, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 21.7162761688232, - 0.0, - 1.0, - 0.0, - 4.99999987368938e-06, - 0.0, - 0.0, - 1.0, - -0.916656017303467, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 21.7162761688232, - 4.99999987368938e-06, - -0.916656017303467 - ], - "rotation": [ - 168.018539428711, - 81.72314453125, - -176.78483581543 - ], - "scale": [ - 1.00000023841858, - 1.00000011920929, - 0.999999225139618 - ], - "transform": [ - -0.143730074167252, - 0.00807391200214624, - 0.989583492279053, - 21.7162761688232, - -0.150245517492294, - 0.988197088241577, - -0.0298846326768398, - 4.99999987368938e-06, - -0.978145658969879, - -0.152975872159004, - -0.140820398926735, - -0.916656017303467, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00733204372227192, - 0.00164921535179019, - -0.0065970765426755, - 0.0, - -0.00676438910886645, - -0.00276171718724072, - 0.00682759797200561, - 0.0, - -0.00069590873317793, - 0.00946852285414934, - 0.00314049236476421, - 0.0, - 0.00642661191523075, - 1.52464544773102, - 0.235762476921082, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmCollarbone", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1765094954, - "UUIDparent": 1534719065, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - -0.134708762168884, - 0.0993608459830284, - -0.985890984535217, - 0.0, - 0.118145637214184, - 0.989472687244415, - 0.0835788026452065, - 0.0, - 0.983816623687744, - -0.105219922959805, - -0.145029664039612, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999225139618, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 21.7162914276123, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.916655004024506, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 21.7162914276123, - 0.0, - 0.916655004024506 - ], - "rotation": [ - -150.045684814453, - -80.3639678955078, - -143.587600708008 - ], - "scale": [ - 1.0, - 1.00000011920929, - 0.999999225139618 - ], - "transform": [ - -0.134708762168884, - 0.0993608608841896, - -0.985890209674835, - 21.7162914276123, - 0.118145637214184, - 0.989472806453705, - 0.0835787355899811, - 0.0, - 0.983816623687744, - -0.105219937860966, - -0.145029544830322, - 0.916655004024506, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00747121125459671, - -0.00409562233835459, - 0.0052351662889123, - 0.0, - -0.00634654145687819, - -0.00205473904497921, - 0.00744980573654175, - 0.0, - -0.00197546416893601, - -0.00888840761035681, - -0.00413443893194199, - 0.0, - 0.0216515325009823, - 1.52001821994781, - 0.244867071509361, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmCollarbone", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1939286696, - "UUIDparent": 1931976491, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.715307712554932, - -0.693401753902435, - 0.0867689847946167, - 0.0, - 0.688362300395966, - 0.720551133155823, - 0.0834470391273499, - 0.0, - -0.120383828878403, - 3.81805002689362e-05, - 0.992727398872375, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000035762787, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000035762787, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999582767487, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 15.9880084991455, - 0.0, - 1.0, - 0.0, - 9.99999997475243e-07, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 15.9880084991455, - 9.99999997475243e-07, - 0.0 - ], - "rotation": [ - -4.80489349365234, - 4.97775650024414, - 44.1090965270996 - ], - "scale": [ - 1.00000035762787, - 1.00000035762787, - 0.999999582767487 - ], - "transform": [ - 0.715307950973511, - -0.693401992321014, - 0.0867689475417137, - 15.9880084991455, - 0.688362538814545, - 0.720551371574402, - 0.0834470018744469, - 9.99999997475243e-07, - -0.120383873581886, - 3.81805148208514e-05, - 0.992726981639862, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.000736151589080691, - 0.00449585029855371, - 0.00890199840068817, - 0.0, - 0.000370434107026085, - 0.00893237628042698, - -0.00448057847097516, - 0.0, - -0.00996597670018673, - -7.77654349803925e-08, - -0.000824096146970987, - 0.0, - -0.110078811645508, - 0.223620548844337, - 0.530011594295502, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RLegToe1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1549478717, - "UUIDparent": 1542029270, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.921698272228241, - 0.382882207632065, - 0.0622380003333092, - 0.0, - -0.330883413553238, - 0.859758257865906, - -0.389014095067978, - 0.0, - -0.202456176280975, - 0.337960094213486, - 0.91912704706192, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 0.999999701976776, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999642372131, - 0.0, - 0.0, - 0.0, - 0.0, - 0.99999988079071, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 7.20496892929077, - 0.0, - 1.0, - 0.0, - 3.99999998990097e-06, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 7.20496892929077, - 3.99999998990097e-06, - 0.0 - ], - "rotation": [ - 22.94016456604, - 3.5682806968689, - -22.5584564208984 - ], - "scale": [ - 0.999999701976776, - 0.999999642372131, - 0.99999988079071 - ], - "transform": [ - 0.921697974205017, - 0.382882058620453, - 0.0622379928827286, - 7.20496892929077, - -0.330883324146271, - 0.859757959842682, - -0.389014035463333, - 3.99999998990097e-06, - -0.202456116676331, - 0.337959975004196, - 0.919126927852631, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.000189443351700902, - 0.00991326197981834, - 0.00130049139261246, - 0.0, - -0.000509015982970595, - -0.00128947838675231, - 0.00990344863384962, - 0.0, - 0.00998523831367493, - -0.000253810081630945, - 0.000480169197544456, - 0.0, - 0.0196366421878338, - 1.62163710594177, - 0.293247997760773, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "NeckHead", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1611511028, - "UUIDparent": 1603852718, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.373307824134827, - -0.927401781082153, - -0.0238210260868073, - 0.0, - 0.722998976707458, - 0.274748027324677, - 0.63386607170105, - 0.0, - -0.581303596496582, - -0.253849744796753, - 0.773075938224792, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000035762787, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999642372131, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999761581421, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 17.2009696960449, - 0.0, - 1.0, - 0.0, - -1.99999999495049e-06, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 17.2009696960449, - -1.99999999495049e-06, - 0.0 - ], - "rotation": [ - -39.3492546081543, - -1.36497175693512, - 68.0736846923828 - ], - "scale": [ - 1.00000035762787, - 0.999999642372131, - 0.999999761581421 - ], - "transform": [ - 0.373307943344116, - -0.927401423454285, - -0.0238210204988718, - 17.2009696960449, - 0.722999215126038, - 0.274747937917709, - 0.633865892887115, - -1.99999999495049e-06, - -0.581303775310516, - -0.253849655389786, - 0.773075759410858, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00722322380170226, - -0.00688514206558466, - 0.000648027169518173, - 0.0, - 0.00511790160089731, - -0.00469184201210737, - 0.00719679333269596, - 0.0, - -0.00465104868635535, - 0.00553004071116447, - 0.00691276881843805, - 0.0, - -0.119691632688046, - 1.55301356315613, - 0.122286349534988, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmUpper1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1772614022, - "UUIDparent": 1765094954, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.685295283794403, - -0.452574551105499, - -0.570567011833191, - 0.0, - 0.401382505893707, - 0.888443112373352, - -0.222622781991959, - 0.0, - 0.607669711112976, - -0.076453261077404, - 0.790501356124878, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000071525574, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999761581421, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 17.2009735107422, - 0.0, - 1.0, - 0.0, - -1.99999999495049e-06, - 0.0, - 0.0, - 1.0, - 7.99999997980194e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 17.2009735107422, - -1.99999999495049e-06, - 7.99999997980194e-06 - ], - "rotation": [ - 15.7284030914307, - -34.7897720336914, - 33.4410934448242 - ], - "scale": [ - 1.00000071525574, - 0.999999761581421, - 1.0 - ], - "transform": [ - 0.685295760631561, - -0.45257443189621, - -0.570567011833191, - 17.2009735107422, - 0.401382803916931, - 0.888442873954773, - -0.222622781991959, - -1.99999999495049e-06, - 0.60767012834549, - -0.0764532461762428, - 0.790501356124878, - 7.99999997980194e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00137216644361615, - -0.00903266947716475, - 0.00406548660248518, - 0.0, - -0.00886878743767738, - 0.000707603350747377, - 0.00456551602110267, - 0.0, - -0.00441154930740595, - -0.00423203967511654, - -0.00791378878057003, - 0.0, - 0.150163650512695, - 1.44956946372986, - 0.334916979074478, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmUpper1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1556649680, - "UUIDparent": 1549478717, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 6.75358581542969, - 0.0, - 1.0, - 0.0, - 9.06984329223633, - 0.0, - 0.0, - 1.0, - -3.43930196762085, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 6.75358581542969, - 9.06984329223633, - -3.43930196762085 - ], - "rotation": [ - -0.0, - 0.0, - -0.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - 6.75358581542969, - 0.0, - 1.0, - 0.0, - 9.06984329223633, - 0.0, - 0.0, - 1.0, - -3.43930196762085, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.000189443351700902, - 0.00991326197981834, - 0.00130049139261246, - 0.0, - -0.000509015982970595, - -0.00128947838675231, - 0.00990344863384962, - 0.0, - 0.00998523831367493, - -0.000253810081630945, - 0.000480169197544456, - 0.0, - -0.0180428773164749, - 1.67776477336884, - 0.390202254056931, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "Reyelid", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1564934579, - "UUIDparent": 1549478717, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 6.75360107421875, - 0.0, - 1.0, - 0.0, - 9.06984329223633, - 0.0, - 0.0, - 1.0, - 3.43930387496948, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 6.75360107421875, - 9.06984329223633, - 3.43930387496948 - ], - "rotation": [ - -0.0, - 0.0, - -0.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - 6.75360107421875, - 0.0, - 1.0, - 0.0, - 9.06984329223633, - 0.0, - 0.0, - 1.0, - 3.43930387496948, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.000189443351700902, - 0.00991326197981834, - 0.00130049139261246, - 0.0, - -0.000509015982970595, - -0.00128947838675231, - 0.00990344863384962, - 0.0, - 0.00998523831367493, - -0.000253810081630945, - 0.000480169197544456, - 0.0, - 0.0506416410207748, - 1.67601907253265, - 0.393505156040192, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "Leyelid", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1572453647, - "UUIDparent": 1549478717, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 8.31167602539063, - 0.0, - 1.0, - 0.0, - 10.4920873641968, - 0.0, - 0.0, - 1.0, - -3.55656909942627, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 8.31167602539063, - 10.4920873641968, - -3.55656909942627 - ], - "rotation": [ - -0.0, - 0.0, - -0.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - 8.31167602539063, - 0.0, - 1.0, - 0.0, - 10.4920873641968, - 0.0, - 0.0, - 1.0, - -3.55656909942627, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.000189443351700902, - 0.00991326197981834, - 0.00130049139261246, - 0.0, - -0.000509015982970595, - -0.00128947838675231, - 0.00990344863384962, - 0.0, - 0.00998523831367493, - -0.000253810081630945, - 0.000480169197544456, - 0.0, - -0.0196425952017307, - 1.69140625, - 0.40625736117363, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "Rbrow", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1580251199, - "UUIDparent": 1549478717, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 8.31167602539063, - 0.0, - 1.0, - 0.0, - 10.4920892715454, - 0.0, - 0.0, - 1.0, - 3.5565710067749, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 8.31167602539063, - 10.4920892715454, - 3.5565710067749 - ], - "rotation": [ - -0.0, - 0.0, - -0.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - 8.31167602539063, - 0.0, - 1.0, - 0.0, - 10.4920892715454, - 0.0, - 0.0, - 1.0, - 3.5565710067749, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.000189443351700902, - 0.00991326197981834, - 0.00130049139261246, - 0.0, - -0.000509015982970595, - -0.00128947838675231, - 0.00990344863384962, - 0.0, - 0.00998523831367493, - -0.000253810081630945, - 0.000480169197544456, - 0.0, - 0.051383800804615, - 1.68960094451904, - 0.409672886133194, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "Lbrow", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1588187993, - "UUIDparent": 1549478717, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - -1.99307298660278, - 0.0, - 1.0, - 0.0, - 10.4920883178711, - 0.0, - 0.0, - 1.0, - -2.9921760559082, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - -1.99307298660278, - 10.4920883178711, - -2.9921760559082 - ], - "rotation": [ - -0.0, - 0.0, - -0.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - -1.99307298660278, - 0.0, - 1.0, - 0.0, - 10.4920883178711, - 0.0, - 0.0, - 1.0, - -2.9921760559082, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.000189443351700902, - 0.00991326197981834, - 0.00130049139261246, - 0.0, - -0.000509015982970595, - -0.00128947838675231, - 0.00990344863384962, - 0.0, - 0.00998523831367493, - -0.000253810081630945, - 0.000480169197544456, - 0.0, - -0.0159591659903526, - 1.58910942077637, - 0.393127143383026, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "Rmouth", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1596055166, - "UUIDparent": 1549478717, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - -1.99307298660278, - 0.0, - 1.0, - 0.0, - 10.4920825958252, - 0.0, - 0.0, - 1.0, - 2.99217891693115, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - -1.99307298660278, - 10.4920825958252, - 2.99217891693115 - ], - "rotation": [ - -0.0, - 0.0, - -0.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - -1.99307298660278, - 0.0, - 1.0, - 0.0, - 10.4920825958252, - 0.0, - 0.0, - 1.0, - 2.99217891693115, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.000189443351700902, - 0.00991326197981834, - 0.00130049139261246, - 0.0, - -0.000509015982970595, - -0.00128947838675231, - 0.00990344863384962, - 0.0, - 0.00998523831367493, - -0.000253810081630945, - 0.000480169197544456, - 0.0, - 0.0437960475683212, - 1.58759045600891, - 0.396000564098358, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "Lmouth", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1618542749, - "UUIDparent": 1611511028, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - -0.0, - 0.0, - 0.0, - 0.0, - 0.965495407581329, - 0.260420113801956, - 0.0, - -0.0, - -0.260420113801956, - 0.965495407581329, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999582767487, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999582767487, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 13.3504800796509, - 0.0, - 1.0, - 0.0, - 4.99999987368938e-06, - 0.0, - 0.0, - 1.0, - 3.00000010611257e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 13.3504800796509, - 4.99999987368938e-06, - 3.00000010611257e-06 - ], - "rotation": [ - -15.0949907302856, - 0.0, - -0.0 - ], - "scale": [ - 1.0, - 0.999999582767487, - 0.999999582767487 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - 13.3504800796509, - 0.0, - 0.965494990348816, - 0.260419994592667, - 4.99999987368938e-06, - 0.0, - -0.260419994592667, - 0.965494990348816, - 3.00000010611257e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00722322380170226, - -0.00688514206558466, - 0.000648027169518173, - 0.0, - 0.00615253439173102, - -0.00597008317708969, - 0.00514824455603957, - 0.0, - -0.0031577602494508, - 0.00411737710237503, - 0.0085484329611063, - 0.0, - -0.216125130653381, - 1.46109366416931, - 0.130937874317169, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmUpper2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1779715364, - "UUIDparent": 1772614022, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.972268342971802, - -0.233868077397346, - 0.0, - 0.0, - 0.233868077397346, - 0.972268342971802, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000059604645, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999642372131, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 13.3504734039307, - 0.0, - 1.0, - 0.0, - 3.00000010611257e-06, - 0.0, - 0.0, - 1.0, - 6.00000021222513e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 13.3504734039307, - 3.00000010611257e-06, - 6.00000021222513e-06 - ], - "rotation": [ - 13.5249090194702, - 0.0, - -0.0 - ], - "scale": [ - 1.0, - 1.00000059604645, - 0.999999642372131 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - 13.3504734039307, - 0.0, - 0.97226893901825, - -0.233867987990379, - 3.00000010611257e-06, - 0.0, - 0.233868211507797, - 0.972267985343933, - 6.00000021222513e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00137216644361615, - -0.00903266947716475, - 0.00406548660248518, - 0.0, - -0.00965456757694483, - -0.000301758816931397, - 0.0025881256442517, - 0.0, - -0.00221508252434433, - -0.00428016250953078, - -0.00876205135136843, - 0.0, - 0.168482676148415, - 1.32897901535034, - 0.389193117618561, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmUpper2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1625644091, - "UUIDparent": 1618542749, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - -0.350443601608276, - -0.030287891626358, - -0.936094105243683, - 0.0, - 0.799753069877625, - 0.510480642318726, - -0.315918773412704, - 0.0, - 0.487426459789276, - -0.859355688095093, - -0.154671907424927, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000083446503, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999046325684, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 13.3504867553711, - 0.0, - 1.0, - 0.0, - -1.99999999495049e-06, - 0.0, - 0.0, - 1.0, - 9.99999997475243e-07, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 13.3504867553711, - -1.99999999495049e-06, - 9.99999997475243e-07 - ], - "rotation": [ - 116.086082458496, - -69.4056091308594, - 175.060363769531 - ], - "scale": [ - 1.00000083446503, - 0.999999046325684, - 1.00000011920929 - ], - "transform": [ - -0.3504438996315, - -0.0302878618240356, - -0.936094224452972, - 13.3504867553711, - 0.799753725528717, - 0.510480165481567, - -0.315918803215027, - -1.99999999495049e-06, - 0.48742687702179, - -0.859354853630066, - -0.154671922326088, - 9.99999997475243e-07, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00591266993433237, - -0.000354819698259234, - 0.00805696658790112, - 0.0, - 0.00607315916568041, - -0.00637736078351736, - -0.00473768822848797, - 0.0, - 0.00530633330345154, - 0.00769436033442616, - -0.00355524430051446, - 0.0, - -0.312558710575104, - 1.36917364597321, - 0.139589354395866, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmForearm1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1786886327, - "UUIDparent": 1779715364, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.480302155017853, - -0.33451247215271, - 0.810809075832367, - 0.0, - 0.840102910995483, - 0.441114664077759, - -0.315666079521179, - 0.0, - -0.252065598964691, - 0.832778096199036, - 0.492893159389496, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000059604645, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999403953552, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999701976776, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 13.3504657745361, - 0.0, - 1.0, - 0.0, - 3.00000010611257e-06, - 0.0, - 0.0, - 1.0, - -9.99999974737875e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 13.3504657745361, - 3.00000010611257e-06, - -9.99999974737875e-06 - ], - "rotation": [ - 32.6369247436523, - 54.175048828125, - 34.8557624816895 - ], - "scale": [ - 1.00000059604645, - 0.999999403953552, - 0.999999701976776 - ], - "transform": [ - 0.480302453041077, - -0.334512263536453, - 0.810808837413788, - 13.3504657745361, - 0.840103387832642, - 0.441114395856857, - -0.315665990114212, - 3.00000010611257e-06, - -0.252065747976303, - 0.832777619361877, - 0.492893010377884, - -9.99999974737875e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00689343363046646, - -0.0035130400210619, - 0.00633556954562664, - 0.0, - -0.00656244624406099, - -0.000675995135679841, - -0.00751513615250587, - 0.0, - 0.00306838471442461, - -0.00933817587792873, - -0.00183940446004272, - 0.0, - 0.186801731586456, - 1.20838868618011, - 0.443469345569611, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmForearm1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1633372022, - "UUIDparent": 1625644091, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - -0.0, - 0.0, - 0.0, - 0.0, - 0.998929679393768, - 0.0462549813091755, - 0.0, - -0.0, - -0.0462549813091755, - 0.998929679393768, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000023841858, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000023841858, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 13.3498401641846, - 0.0, - 1.0, - 0.0, - 1.10000000859145e-05, - 0.0, - 0.0, - 1.0, - -9.99999997475243e-07, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 13.3498401641846, - 1.10000000859145e-05, - -9.99999997475243e-07 - ], - "rotation": [ - -2.65116119384766, - 0.0, - -0.0 - ], - "scale": [ - 1.0, - 1.00000023841858, - 1.00000023841858 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - 13.3498401641846, - 0.0, - 0.998929917812347, - 0.0462549924850464, - 1.10000000859145e-05, - 0.0, - -0.0462549924850464, - 0.998929917812347, - -9.99999997475243e-07, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00591266993433237, - -0.000354819698259234, - 0.00805696658790112, - 0.0, - 0.00582121592015028, - -0.00672643911093473, - -0.00456817075610161, - 0.0, - 0.0055815689265728, - 0.00739114172756672, - -0.00377058167941868, - 0.0, - -0.233625441789627, - 1.36443674564362, - 0.247148513793945, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmForearm2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1793918048, - "UUIDparent": 1786886327, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 1.0, - -0.0, - 0.0, - 0.0, - 0.0, - 0.998370826244354, - 0.0570589825510979, - 0.0, - -0.0, - -0.0570589825510979, - 0.998370826244354, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000023841858, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000023841858, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 13.3498401641846, - 0.0, - 1.0, - 0.0, - 3.00000010611257e-06, - 0.0, - 0.0, - 1.0, - 9.99999997475243e-07, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 13.3498401641846, - 3.00000010611257e-06, - 9.99999997475243e-07 - ], - "rotation": [ - -3.27101564407349, - 0.0, - -0.0 - ], - "scale": [ - 1.0, - 1.00000023841858, - 1.00000023841858 - ], - "transform": [ - 1.0, - 0.0, - 0.0, - 13.3498401641846, - 0.0, - 0.998371064662933, - 0.0570589974522591, - 3.00000010611257e-06, - 0.0, - -0.0570589974522591, - 0.998371064662933, - 9.99999997475243e-07, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00689343363046646, - -0.0035130400210619, - 0.00633556954562664, - 0.0, - -0.00672683538869023, - -0.000142067030537874, - -0.00739793991670012, - 0.0, - 0.00268893991596997, - -0.00936153624206781, - -0.00226521422155201, - 0.0, - 0.0947754755616188, - 1.16149020195007, - 0.528048157691956, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmForearm2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1640334122, - "UUIDparent": 1633372022, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.478113889694214, - 0.617429733276367, - 0.624649941921234, - 0.0, - 0.411762118339539, - 0.470630764961243, - -0.780358016490936, - 0.0, - -0.775795757770538, - 0.630307257175446, - -0.0292190313339233, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000023841858, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999940395355, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999284744263, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 13.3498344421387, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - -9.99999997475243e-07, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 13.3498344421387, - 0.0, - -9.99999997475243e-07 - ], - "rotation": [ - 92.1443252563477, - 38.6565017700195, - -52.2471733093262 - ], - "scale": [ - 1.00000023841858, - 0.999999940395355, - 0.999999284744263 - ], - "transform": [ - 0.478114008903503, - 0.617429673671722, - 0.624649524688721, - 13.3498344421387, - 0.411762207746506, - 0.47063073515892, - -0.780357480049133, - 0.0, - -0.775795936584473, - 0.630307197570801, - -0.0292190108448267, - -9.99999997475243e-07, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.000893728341907263, - -0.00867335498332977, - 0.00489635020494461, - 0.0, - 0.00990840420126915, - 0.00127394450828433, - 0.000448063714429736, - 0.0, - -0.00101237080525607, - 0.00481142709031701, - 0.00870775897055864, - 0.0, - -0.15469229221344, - 1.35969996452332, - 0.354707688093185, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmHand", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1800949769, - "UUIDparent": 1793918048, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.702970623970032, - 0.685546576976776, - -0.189363032579422, - 0.0, - 0.426823914051056, - -0.193670630455017, - 0.883353412151337, - 0.0, - 0.568905830383301, - -0.701796114444733, - -0.428752422332764, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000059604645, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999998986721039, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 13.34983253479, - 0.0, - 1.0, - 0.0, - -1.29999998534913e-05, - 0.0, - 0.0, - 1.0, - 7.99999997980194e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 13.34983253479, - -1.29999998534913e-05, - 7.99999997980194e-06 - ], - "rotation": [ - -115.890495300293, - -10.9156122207642, - -44.2810516357422 - ], - "scale": [ - 1.00000059604645, - 0.999998986721039, - 1.00000011920929 - ], - "transform": [ - 0.702971041202545, - 0.685545861721039, - -0.189363062381744, - 13.34983253479, - 0.426824182271957, - -0.193670436739922, - 0.883353531360626, - -1.29999998534913e-05, - 0.568906188011169, - -0.701795399188995, - -0.428752481937408, - 7.99999997980194e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00618730532005429, - -0.00785603933036327, - 7.40785617381334e-06, - 0.0, - -0.00531006138771772, - 0.00418904703110456, - 0.00736580276861787, - 0.0, - -0.00578970182687044, - 0.00455352663993835, - -0.00676350295543671, - 0.0, - 0.00274940580129623, - 1.11459159851074, - 0.612627029418945, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmHand", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1647922811, - "UUIDparent": 1640334122, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.297396600246429, - -0.920239925384521, - 0.254389017820358, - 0.0, - 0.953472018241882, - 0.300063788890839, - -0.0292019918560982, - 0.0, - -0.0494600906968117, - 0.251237392425537, - 0.966660976409912, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000107288361, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.99999988079071, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 9.05109786987305, - 0.0, - 1.0, - 0.0, - -0.268204003572464, - 0.0, - 0.0, - 1.0, - -4.54398679733276, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 9.05109786987305, - -0.268204003572464, - -4.54398679733276 - ], - "rotation": [ - 1.73032999038696, - 14.7373828887939, - 72.0905685424805 - ], - "scale": [ - 1.00000107288361, - 1.0, - 0.99999988079071 - ], - "transform": [ - 0.297396928071976, - -0.920239925384521, - 0.254388988018036, - 9.05109786987305, - 0.953473031520844, - 0.300063788890839, - -0.0292019881308079, - -0.268204003572464, - -0.0494601428508759, - 0.251237392425537, - 0.966660857200623, - -4.54398679733276, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00976325944066048, - -0.0016027312958613, - 0.00145268917549402, - 0.0, - 0.00189636345021427, - 0.00957264192402363, - -0.00218365457840264, - 0.0, - -0.00104060966987163, - 0.0024074106477201, - 0.00964994356036186, - 0.0, - -0.144660338759422, - 1.25899183750153, - 0.359336912631989, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmPinky1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1670062289, - "UUIDparent": 1640334122, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.119569182395935, - -0.990702152252197, - 0.0649029910564423, - 0.0, - 0.99090313911438, - 0.123148798942566, - 0.0542699843645096, - 0.0, - -0.0617581158876419, - 0.0578235685825348, - 0.99641478061676, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000071525574, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999821186066, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000023841858, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 9.97536277770996, - 0.0, - 1.0, - 0.0, - -0.778235971927643, - 0.0, - 0.0, - 1.0, - -2.1833028793335, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 9.97536277770996, - -0.778235971927643, - -2.1833028793335 - ], - "rotation": [ - -3.11754894256592, - 3.72128319740295, - 83.1181869506836 - ], - "scale": [ - 1.00000071525574, - 0.999999821186066, - 1.00000023841858 - ], - "transform": [ - 0.119569264352322, - -0.990701973438263, - 0.0649030059576035, - 9.97536277770996, - 0.990903854370117, - 0.123148776590824, - 0.0542699955403805, - -0.778235971927643, - -0.0617581605911255, - 0.0578235574066639, - 0.996415019035339, - -2.1833028793335, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.0099876606836915, - -7.18550581950694e-05, - 0.000491665967274457, - 0.0, - 0.000276250561000779, - 0.00902780890464783, - -0.00429213186725974, - 0.0, - -0.000413006695453078, - 0.00430038804188371, - 0.00901864655315876, - 0.0, - -0.151277795433998, - 1.26168382167816, - 0.384190171957016, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmRing1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1691853662, - "UUIDparent": 1640334122, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.289718687534332, - -0.955956041812897, - 0.047021996229887, - 0.0, - 0.943608701229095, - 0.293509781360626, - 0.153148949146271, - 0.0, - -0.160205066204071, - 2.60770320892334e-07, - 0.987083733081818, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000095367432, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999344348907, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000023841858, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 9.70144462585449, - 0.0, - 1.0, - 0.0, - -0.840955972671509, - 0.0, - 0.0, - 1.0, - 0.583311975002289, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 9.70144462585449, - -0.840955972671509, - 0.583311975002289 - ], - "rotation": [ - -8.81929016113281, - 2.69515585899353, - 73.1396789550781 - ], - "scale": [ - 1.00000095367432, - 0.999999344348907, - 1.00000023841858 - ], - "transform": [ - 0.289718955755234, - -0.955955386161804, - 0.0470220074057579, - 9.70144462585449, - 0.943609595298767, - 0.293509602546692, - 0.153148978948593, - -0.840955972671509, - -0.160205215215683, - 2.60770150362077e-07, - 0.987083971500397, - 0.583311975002289, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00977078266441822, - -0.00208154483698308, - 0.000446334364823997, - 0.0, - 0.00205384707078338, - 0.00866525620222092, - -0.00454917876049876, - 0.0, - 0.00056019180919975, - 0.00453654769808054, - 0.00889414642006159, - 0.0, - -0.154944896697998, - 1.27729105949402, - 0.406911909580231, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmMid1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1713645035, - "UUIDparent": 1640334122, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.966702222824097, - -0.158593043684959, - -0.200835987925529, - 0.0, - 0.192100211977959, - 0.968232154846191, - 0.16007499396801, - 0.0, - 0.169069096446037, - -0.193325474858284, - 0.966457903385162, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 0.999999761581421, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999582767487, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 9.16024875640869, - 0.0, - 1.0, - 0.0, - -0.214678004384041, - 0.0, - 0.0, - 1.0, - 3.664067029953, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 9.16024875640869, - -0.214678004384041, - 3.664067029953 - ], - "rotation": [ - -9.4045524597168, - -11.5858497619629, - 9.31670761108398 - ], - "scale": [ - 0.999999761581421, - 0.999999582767487, - 1.0 - ], - "transform": [ - 0.966701984405518, - -0.158592984080315, - -0.200835987925529, - 9.16024875640869, - 0.192100167274475, - 0.968231737613678, - 0.16007499396801, - -0.214678004384041, - 0.169069051742554, - -0.193325400352478, - 0.966457903385162, - 3.664067029953, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00259621464647353, - -0.0073263612575829, - 0.00629159715026617, - 0.0, - 0.00964760966598988, - 0.00167883583344519, - -0.00202612834982574, - 0.0, - 0.000428181141614914, - 0.00659589050337672, - 0.00750404270365834, - 0.0, - -0.152342021465302, - 1.29760575294495, - 0.431369096040726, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmIndex1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1735436408, - "UUIDparent": 1640334122, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.79570460319519, - -0.517155885696411, - 0.315284043550491, - 0.0, - 0.57922899723053, - 0.497561275959015, - -0.645698606967926, - 0.0, - 0.177053600549698, - 0.69640702009201, - 0.695463418960571, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000035762787, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999642372131, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 0.999293982982635, - 0.0, - 1.0, - 0.0, - 1.41679906845093, - 0.0, - 0.0, - 1.0, - 3.25207495689392, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 0.999293982982635, - 1.41679906845093, - 3.25207495689392 - ], - "rotation": [ - 42.8749656677246, - 18.3779602050781, - 33.0212211608887 - ], - "scale": [ - 1.00000035762787, - 1.00000011920929, - 0.999999642372131 - ], - "transform": [ - 0.795704901218414, - -0.517155945301056, - 0.315283924341202, - 0.999293982982635, - 0.579229176044464, - 0.49756133556366, - -0.645698368549347, - 1.41679906845093, - 0.177053660154343, - 0.696407079696655, - 0.695463180541992, - 3.25207495689392, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00627113692462444, - -0.00531164417043328, - 0.00569732207804918, - 0.0, - 0.00376282003708184, - 0.00847005471587181, - 0.00375490728765726, - 0.0, - -0.00682012923061848, - -0.000210982980206609, - 0.00731035228818655, - 0.0, - -0.143053278326988, - 1.36848473548889, - 0.38855367898941, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmThumb1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1757367023, - "UUIDparent": 1640334122, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - -0.0794088840484619, - -0.983068585395813, - -0.165137991309166, - 0.0, - 0.99621844291687, - -0.0724029541015625, - -0.0480299703776836, - 0.0, - 0.0352602899074554, - -0.168327495455742, - 0.985100269317627, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000047683716, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999701976776, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000059604645, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 7.76225805282593, - 0.0, - 1.0, - 0.0, - 3.82491493225098, - 0.0, - 0.0, - 1.0, - -0.252682000398636, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 7.76225805282593, - 3.82491493225098, - -0.252682000398636 - ], - "rotation": [ - 2.79132676124573, - -9.50525093078613, - 94.6181259155273 - ], - "scale": [ - 1.00000047683716, - 0.999999701976776, - 1.00000059604645 - ], - "transform": [ - -0.0794089213013649, - -0.983068287372589, - -0.165138095617294, - 7.76225805282593, - 0.996218919754028, - -0.0724029317498207, - -0.048030000180006, - 3.82491493225098, - 0.0352603085339069, - -0.168327450752258, - 0.985100865364075, - -0.252682000398636, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00976427365094423, - 0.00212752167135477, - 0.000364593957783654, - 0.0, - -0.00142558373045176, - 0.00762436771765351, - -0.00631164293736219, - 0.0, - -0.00162077660206705, - 0.00611085444688797, - 0.00774792674928904, - 0.0, - -0.109600327908993, - 1.29603207111359, - 0.392227947711945, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "M4MB", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1808051111, - "UUIDparent": 1800949769, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.614092290401459, - -0.752871155738831, - 0.236802995204926, - 0.0, - 0.78687584400177, - 0.607226371765137, - -0.110012009739876, - 0.0, - -0.0609681531786919, - 0.253892064094543, - 0.965309143066406, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000107288361, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999998986721039, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999642372131, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 9.05110359191895, - 0.0, - 1.0, - 0.0, - -0.268206000328064, - 0.0, - 0.0, - 1.0, - 4.54398202896118, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 9.05110359191895, - -0.268206000328064, - 4.54398202896118 - ], - "rotation": [ - 6.50169515609741, - 13.6979265213013, - 50.7969970703125 - ], - "scale": [ - 1.00000107288361, - 0.999998986721039, - 0.999999642372131 - ], - "transform": [ - 0.614092946052551, - -0.752870380878448, - 0.236802905797958, - 9.05110359191895, - 0.786876678466797, - 0.607225775718689, - -0.110011972486973, - -0.268206000328064, - -0.0609682202339172, - 0.253891795873642, - 0.965308785438538, - 4.54398202896118, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00762495584785938, - -0.00180569535586983, - 0.00621288642287254, - 0.0, - -3.6124954931438e-05, - 0.00961437914520502, - 0.0027499299030751, - 0.0, - -0.006469851359725, - 0.00207438110373914, - -0.0073374412022531, - 0.0, - -0.078136645257473, - 1.06305336952209, - 0.57998526096344, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmPinky1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1829424758, - "UUIDparent": 1800949769, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.652616620063782, - -0.689910650253296, - 0.313232958316803, - 0.0, - 0.745943546295166, - 0.657533645629883, - -0.105913951992989, - 0.0, - -0.132890045642853, - 0.302775323390961, - 0.943751752376556, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000047683716, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999761581421, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 9.9753532409668, - 0.0, - 1.0, - 0.0, - -0.778231978416443, - 0.0, - 0.0, - 1.0, - 2.18331694602966, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 9.9753532409668, - -0.778231978416443, - 2.18331694602966 - ], - "rotation": [ - 6.40331220626831, - 18.2541732788086, - 46.5912055969238 - ], - "scale": [ - 1.00000047683716, - 0.999999761581421, - 1.00000011920929 - ], - "transform": [ - 0.652616918087006, - -0.689910471439362, - 0.313232988119125, - 9.9753532409668, - 0.745943903923035, - 0.657533466815948, - -0.10591396689415, - -0.778231978416443, - -0.132890105247498, - 0.302775263786316, - 0.943751871585846, - 2.18331694602966, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00722955400124192, - -0.00260730902664363, - 0.00639811297878623, - 0.0, - -0.00097583478782326, - 0.00955309811979532, - 0.00279032997786999, - 0.0, - -0.00683970050886273, - 0.00139295007102191, - -0.00716088945046067, - 0.0, - -0.0674794465303421, - 1.04290652275085, - 0.592201769351959, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmRing1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1851633857, - "UUIDparent": 1800949769, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.771318793296814, - -0.578754961490631, - 0.264783084392548, - 0.0, - 0.63044685125351, - 0.75178587436676, - -0.19327400624752, - 0.0, - -0.0872019454836845, - 0.316007524728775, - 0.944740772247314, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999701976776, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 9.70145034790039, - 0.0, - 1.0, - 0.0, - -0.84096097946167, - 0.0, - 0.0, - 1.0, - -0.583328008651733, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 9.70145034790039, - -0.84096097946167, - -0.583328008651733 - ], - "rotation": [ - 11.5619649887085, - 15.354058265686, - 36.8825302124023 - ], - "scale": [ - 1.00000011920929, - 0.999999701976776, - 1.0 - ], - "transform": [ - 0.771318912506104, - -0.578754782676697, - 0.264783084392548, - 9.70145034790039, - 0.630446910858154, - 0.751785635948181, - -0.19327400624752, - -0.84096097946167, - -0.0872019529342651, - 0.316007435321808, - 0.944740772247314, - -0.583328008651733, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00761522399261594, - -0.0038156162481755, - 0.00523925200104713, - 0.0, - -0.00224068434908986, - 0.00913493428379297, - 0.00339590013027191, - 0.0, - -0.00608176412060857, - 0.00141212227754295, - -0.007811414077878, - 0.0, - -0.0494335778057575, - 1.03219759464264, - 0.610449910163879, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmMid1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1873285988, - "UUIDparent": 1800949769, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.942076086997986, - -0.101415999233723, - 0.319698959589005, - 0.0, - 0.181751728057861, - 0.955467641353607, - -0.232481926679611, - 0.0, - -0.281884640455246, - 0.277121514081955, - 0.918555796146393, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 0.999999940395355, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000023841858, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 9.16025161743164, - 0.0, - 1.0, - 0.0, - -0.214678004384041, - 0.0, - 0.0, - 1.0, - -3.66406488418579, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 9.16025161743164, - -0.214678004384041, - -3.66406488418579 - ], - "rotation": [ - 14.2030239105225, - 18.6447219848633, - 6.14432001113892 - ], - "scale": [ - 0.999999940395355, - 1.00000023841858, - 1.00000011920929 - ], - "transform": [ - 0.942076027393341, - -0.101416021585464, - 0.319698989391327, - 9.16025161743164, - 0.1817517131567, - 0.955467879772186, - -0.232481956481934, - -0.214678004384041, - -0.281884610652924, - 0.2771215736866, - 0.918555915355682, - -3.66406488418579, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00516199693083763, - -0.00792318861931562, - 0.00325225340202451, - 0.0, - -0.00605055224150419, - 0.00606110878288746, - 0.00516272429376841, - 0.0, - -0.00606174673885107, - 0.000697223003953695, - -0.00792270340025425, - 0.0, - -0.0315740704536438, - 1.02504456043243, - 0.635895550251007, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmIndex1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1895286224, - "UUIDparent": 1800949769, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.762832760810852, - -0.543942809104919, - -0.349589049816132, - 0.0, - 0.450384497642517, - 0.0590621829032898, - 0.890879154205322, - 0.0, - -0.463939726352692, - -0.837041258811951, - 0.290037930011749, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000023841858, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999761581421, - 0.0, - 0.0, - 0.0, - 0.0, - 0.99999988079071, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 0.999289989471436, - 0.0, - 1.0, - 0.0, - 1.41680693626404, - 0.0, - 0.0, - 1.0, - -3.25207901000977, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 0.999289989471436, - 1.41680693626404, - -3.25207901000977 - ], - "rotation": [ - -71.9666213989258, - -20.4621772766113, - 35.4910087585449 - ], - "scale": [ - 1.00000023841858, - 0.999999761581421, - 0.99999988079071 - ], - "transform": [ - 0.762832939624786, - -0.54394268989563, - -0.349589020013809, - 0.999289989471436, - 0.450384616851807, - 0.0590621680021286, - 0.890879034996033, - 1.41680693626404, - -0.463939845561981, - -0.837041079998016, - 0.290037900209427, - -3.25207901000977, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00442537758499384, - -0.00621872581541538, - 0.00646095396950841, - 0.0, - 0.00789813324809074, - 0.000709160696715117, - 0.00609234068542719, - 0.0, - -0.0042468411847949, - 0.00779901444911957, - 0.00459777750074863, - 0.0, - 0.00787172839045525, - 1.09786772727966, - 0.645065784454346, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmThumb1", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1655441879, - "UUIDparent": 1647922811, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.536585867404938, - -0.843845725059509, - -1.99999999495049e-06, - 0.0, - 0.843845725059509, - 0.536585867404938, - -2.99999987873889e-06, - 0.0, - 3.60470880877983e-06, - -7.79339188738959e-08, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000035762787, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999463558197, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 3.44559097290039, - 0.0, - 1.0, - 0.0, - 1.99999999495049e-06, - 0.0, - 0.0, - 1.0, - -3.99999998990097e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 3.44559097290039, - 1.99999999495049e-06, - -3.99999998990097e-06 - ], - "rotation": [ - 0.000171887339092791, - -0.000114591559395194, - 57.5484733581543 - ], - "scale": [ - 1.00000035762787, - 0.999999463558197, - 1.0 - ], - "transform": [ - 0.536586046218872, - -0.843845248222351, - -1.99999999495049e-06, - 3.44559097290039, - 0.843846023082733, - 0.536585569381714, - -2.99999987873889e-06, - 1.99999999495049e-06, - 3.60471017302189e-06, - -7.79338762413317e-08, - 1.0, - -3.99999998990097e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00683906394988298, - 0.00721784122288227, - -0.00106314069125801, - 0.0, - -0.00722111854702234, - 0.00648899888619781, - -0.00239756307564676, - 0.0, - -0.00104063493199646, - 0.0024073850363493, - 0.00964994728565216, - 0.0, - -0.111020132899284, - 1.25346946716309, - 0.364342242479324, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmPinky2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1677372494, - "UUIDparent": 1670062289, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.216372191905975, - -0.976310968399048, - 9.99999883788405e-07, - 0.0, - 0.976310968399048, - 0.216372191905975, - 9.99999997475243e-07, - 0.0, - -1.19268315756926e-06, - 7.59938757255441e-07, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999821186066, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 4.86610221862793, - 0.0, - 1.0, - 0.0, - 3.99999998990097e-06, - 0.0, - 0.0, - 1.0, - -9.99999997475243e-07, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 4.86610221862793, - 3.99999998990097e-06, - -9.99999997475243e-07 - ], - "rotation": [ - -5.7295779697597e-05, - 5.7295779697597e-05, - 77.5039596557617 - ], - "scale": [ - 1.0, - 0.999999821186066, - 1.0 - ], - "transform": [ - 0.216372191905975, - -0.976310789585114, - 9.99999883788405e-07, - 4.86610221862793, - 0.976310968399048, - 0.216372147202492, - 9.99999997475243e-07, - 3.99999998990097e-06, - -1.19268315756926e-06, - 7.59938643568603e-07, - 1.0, - -9.99999997475243e-07, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00243075890466571, - 0.0087983962148428, - -0.0040840832516551, - 0.0, - -0.00969128776341677, - 0.00202352250926197, - -0.00140870979521424, - 0.0, - -0.000412996421800926, - 0.00430039688944817, - 0.00901864282786846, - 0.0, - -0.102676816284657, - 1.26133418083191, - 0.386582642793655, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmRing2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1699303109, - "UUIDparent": 1691853662, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - -0.0273798704147339, - -0.999625146389008, - -1.00000011116208e-06, - 0.0, - 0.999625146389008, - -0.0273798704147339, - 0.0, - 0.0, - -2.73798264061043e-08, - -9.99625171971275e-07, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000083446503, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999998867511749, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 6.08422899246216, - 0.0, - 1.0, - 0.0, - 6.00000021222513e-06, - 0.0, - 0.0, - 1.0, - 6.00000021222513e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 6.08422899246216, - 6.00000021222513e-06, - 6.00000021222513e-06 - ], - "rotation": [ - -0.0, - -5.7295779697597e-05, - 91.5689468383789 - ], - "scale": [ - 1.00000083446503, - 0.999998867511749, - 1.0 - ], - "transform": [ - -0.0273798927664757, - -0.999624013900757, - -1.00000011116208e-06, - 6.08422899246216, - 0.999625980854034, - -0.0273798387497663, - 0.0, - 6.00000021222513e-06, - -2.73798494987432e-08, - -9.99624035102897e-07, - 1.0, - 6.00000021222513e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00178555597085506, - 0.00871900748461485, - -0.00455969851464033, - 0.0, - -0.00982334371656179, - 0.00184350449126214, - -0.000321619649184868, - 0.0, - 0.000560182030312717, - 0.00453654956072569, - 0.00889414642006159, - 0.0, - -0.0954972058534622, - 1.26462650299072, - 0.40962752699852, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmMid2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1721303345, - "UUIDparent": 1713645035, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.442806601524353, - -0.89661717414856, - 2.99999965136521e-06, - 0.0, - 0.89661717414856, - 0.442806601524353, - 3.99999998990097e-06, - 0.0, - -4.91488799525541e-06, - 9.18625005397189e-07, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000095367432, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 5.18818807601929, - 0.0, - 1.0, - 0.0, - -6.00000021222513e-06, - 0.0, - 0.0, - 1.0, - -1.70000002981396e-05, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 5.18818807601929, - -6.00000021222513e-06, - -1.70000002981396e-05 - ], - "rotation": [ - -0.000229183118790388, - 0.000171887339092791, - 63.7169075012207 - ], - "scale": [ - 1.00000095367432, - 1.0, - 1.0 - ], - "transform": [ - 0.442807018756866, - -0.89661717414856, - 2.99999965136521e-06, - 5.18818807601929, - 0.896618008613586, - 0.442806601524353, - 3.99999998990097e-06, - -6.00000021222513e-06, - -4.91489254272892e-06, - 9.18625005397189e-07, - 1.0, - -1.70000002981396e-05, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.0097998408600688, - -0.00173892208840698, - 0.000969263375736773, - 0.0, - 0.00194421468768269, - 0.00731234671548009, - -0.00653833011165261, - 0.0, - 0.000428227533120662, - 0.00659587513655424, - 0.00750405341386795, - 0.0, - -0.138872444629669, - 1.25959503650665, - 0.464010953903198, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmIndex2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1743233960, - "UUIDparent": 1735436408, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.971314430236816, - 0.237656086683273, - -0.0082379998639226, - 0.0, - -0.237130165100098, - 0.970597922801971, - 0.0413390062749386, - 0.0, - 0.0178202502429485, - -0.0381996966898441, - 0.999111235141754, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 0.999999582767487, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999761581421, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 3.83339309692383, - 0.0, - 1.0, - 0.0, - 7.99999997980194e-06, - 0.0, - 0.0, - 1.0, - 1.99999999495049e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 3.83339309692383, - 7.99999997980194e-06, - 1.99999999495049e-06 - ], - "rotation": [ - -2.3693060874939, - -0.472007930278778, - -13.7487173080444 - ], - "scale": [ - 0.999999582767487, - 1.0, - 0.999999761581421 - ], - "transform": [ - 0.971314013004303, - 0.237656086683273, - -0.00823799800127745, - 3.83339309692383, - -0.237130060791969, - 0.970597922801971, - 0.0413389950990677, - 7.99999997980194e-06, - 0.0178202427923679, - -0.0381996966898441, - 0.999110996723175, - 1.99999999495049e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00507742911577225, - -0.00717153865844011, - 0.00477376021444798, - 0.0, - 0.0054030860774219, - 0.006966732442379, - 0.00471925549209118, - 0.0, - -0.00671017682179809, - 0.000183105454198085, - 0.0074121430516243, - 0.0, - -0.119013532996178, - 1.34812319278717, - 0.410393804311752, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmThumb2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1815082832, - "UUIDparent": 1808051111, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.715668737888336, - -0.698439955711365, - 3.00000056085992e-06, - 0.0, - 0.698439955711365, - 0.715668737888336, - 2.00000044969784e-06, - 0.0, - -3.54388657797244e-06, - 6.63981836623861e-07, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000166893005, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999582767487, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 3.44557809829712, - 0.0, - 1.0, - 0.0, - 1.99999999495049e-06, - 0.0, - 0.0, - 1.0, - 7.99999997980194e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 3.44557809829712, - 1.99999999495049e-06, - 7.99999997980194e-06 - ], - "rotation": [ - -0.000114591559395194, - 0.000171887339092791, - 44.3019638061523 - ], - "scale": [ - 1.00000166893005, - 0.999999582767487, - 1.0 - ], - "transform": [ - 0.715669929981232, - -0.698439657688141, - 3.00000056085992e-06, - 3.44557809829712, - 0.69844114780426, - 0.715668439865112, - 2.00000044969784e-06, - 1.99999999495049e-06, - -3.54389248968801e-06, - 6.63981552406767e-07, - 1.0, - 7.99999997980194e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00548215955495834, - 0.00542278867214918, - 0.00636706640943885, - 0.0, - 0.00529971392825246, - 0.00814187806099653, - -0.00237129302695394, - 0.0, - -0.00646987417712808, - 0.00207439484074712, - -0.00733741698786616, - 0.0, - -0.104409076273441, - 1.05683171749115, - 0.601392209529877, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmPinky2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1836804584, - "UUIDparent": 1829424758, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.630937218666077, - -0.775833904743195, - -9.99999997475243e-07, - 0.0, - 0.775833904743195, - 0.630937218666077, - -1.00000011116208e-06, - 0.0, - 1.40677104809583e-06, - -1.44896660003724e-07, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000131130219, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999821186066, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 4.86609792709351, - 0.0, - 1.0, - 0.0, - -9.99999997475243e-07, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 4.86609792709351, - -9.99999997475243e-07, - 0.0 - ], - "rotation": [ - 5.7295779697597e-05, - -5.7295779697597e-05, - 50.8806991577148 - ], - "scale": [ - 1.00000131130219, - 0.999999821186066, - 1.0 - ], - "transform": [ - 0.630938053131104, - -0.775833785533905, - -9.99999997475243e-07, - 4.86609792709351, - 0.775834918022156, - 0.630937099456787, - -1.00000011116208e-06, - -9.99999997475243e-07, - 1.40677286708524e-06, - -1.44896631582014e-07, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.0053184968419373, - 0.0057665784843266, - 0.00620163790881634, - 0.0, - 0.00499324267730117, - 0.00805024243891239, - -0.00320334825664759, - 0.0, - -0.00683969212695956, - 0.0013929430861026, - -0.00716089876368642, - 0.0, - -0.102659165859222, - 1.03021907806396, - 0.623335599899292, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmRing2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1859152925, - "UUIDparent": 1851633857, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.57453727722168, - -0.792785406112671, - -0.203466027975082, - 0.0, - 0.818478584289551, - 0.556501924991608, - 0.142823979258537, - 0.0, - 5.21540641784668e-07, - -0.248590245842934, - 0.968608736991882, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000095367432, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999998807907104, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 6.08422708511353, - 0.0, - 1.0, - 0.0, - 9.99999997475243e-07, - 0.0, - 0.0, - 1.0, - -9.99999974737875e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 6.08422708511353, - 9.99999997475243e-07, - -9.99999974737875e-06 - ], - "rotation": [ - -8.38797283172607, - -11.7397136688232, - 54.0688743591309 - ], - "scale": [ - 1.00000095367432, - 0.999998807907104, - 1.00000011920929 - ], - "transform": [ - 0.574537813663483, - -0.792784452438354, - -0.203466057777405, - 6.08422708511353, - 0.818479359149933, - 0.556501269340515, - 0.142823994159698, - 9.99999997475243e-07, - 5.21541153375438e-07, - -0.24858994781971, - 0.968608856201172, - -9.99999974737875e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00620919140055776, - 0.00528454035520554, - 0.00578961847350001, - 0.0, - 0.00630215276032686, - 0.00775752449408174, - -0.00032193586230278, - 0.0, - -0.00466143433004618, - 0.00344883021898568, - -0.00814719870686531, - 0.0, - -0.0957662761211395, - 1.00898253917694, - 0.642326772212982, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmMid2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1881013919, - "UUIDparent": 1873285988, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.964529812335968, - -0.263973951339722, - -4.99999941894202e-06, - 0.0, - 0.263973951339722, - 0.964529812335968, - 5.6843418860808e-14, - 0.0, - 4.82264886159101e-06, - -1.31986962514929e-06, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999225139618, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 5.18818521499634, - 0.0, - 1.0, - 0.0, - 3.00000010611257e-06, - 0.0, - 0.0, - 1.0, - 7.00000009601354e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 5.18818521499634, - 3.00000010611257e-06, - 7.00000009601354e-06 - ], - "rotation": [ - -0.0, - -0.000286478869384155, - 15.3059940338135 - ], - "scale": [ - 1.00000011920929, - 0.999999225139618, - 1.0 - ], - "transform": [ - 0.964529931545258, - -0.263973742723465, - -4.99999941894202e-06, - 5.18818521499634, - 0.263973981142044, - 0.964529037475586, - 5.6843418860808e-14, - 3.00000010611257e-06, - 4.82264931633836e-06, - -1.31986860196776e-06, - 1.0, - 7.00000009601354e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00657611852511764, - -0.00604217452928424, - 0.00449968269094825, - 0.0, - -0.00447329366579652, - 0.00793762784451246, - 0.00412109820172191, - 0.0, - -0.00606172112748027, - 0.000697262643370777, - -0.00792271923273802, - 0.0, - -0.0583555288612843, - 0.983937621116638, - 0.652768790721893, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmIndex2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1903083776, - "UUIDparent": 1895286224, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.972790360450745, - 0.207963883876801, - -0.102127023041248, - 0.0, - -0.21648570895195, - 0.972928881645203, - -0.0808909982442856, - 0.0, - 0.0825399234890938, - 0.100799024105072, - 0.991477012634277, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000059604645, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999940395355, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 3.83338689804077, - 0.0, - 1.0, - 0.0, - 9.99999997475243e-07, - 0.0, - 0.0, - 1.0, - 9.0000003183377e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 3.83338689804077, - 9.99999997475243e-07, - 9.0000003183377e-06 - ], - "rotation": [ - 4.66422319412231, - -5.86166572570801, - -12.0670919418335 - ], - "scale": [ - 1.00000059604645, - 0.999999940395355, - 1.0 - ], - "transform": [ - 0.972790956497192, - 0.207963868975639, - -0.102127023041248, - 3.83338689804077, - -0.216485843062401, - 0.972928822040558, - -0.0808909982442856, - 9.99999997475243e-07, - 0.082539975643158, - 0.100799016654491, - 0.991477012634277, - 9.0000003183377e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00636533554643393, - -0.00555931311100721, - 0.00534575246274471, - 0.0, - 0.00633592577651143, - 0.000182825606316328, - 0.00773451011627913, - 0.0, - -0.00439758272841573, - 0.00831027887761593, - 0.00340593722648919, - 0.0, - -0.00909248739480972, - 1.07402896881104, - 0.669833183288574, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmThumb2", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1662543221, - "UUIDparent": 1655441879, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.95911580324173, - -0.283013910055161, - 3.00000010611257e-06, - 0.0, - 0.283013910055161, - 0.95911580324173, - 0.0, - 0.0, - -2.87734746962087e-06, - 8.49041725814459e-07, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 1.81703400611877, - 0.0, - 1.0, - 0.0, - 4.99999987368938e-06, - 0.0, - 0.0, - 1.0, - -3.00000010611257e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 1.81703400611877, - 4.99999987368938e-06, - -3.00000010611257e-06 - ], - "rotation": [ - -0.0, - 0.000171887339092791, - 16.4401683807373 - ], - "scale": [ - 1.00000011920929, - 1.00000011920929, - 1.0 - ], - "transform": [ - 0.959115922451019, - -0.283013939857483, - 3.00000010611257e-06, - 1.81703400611877, - 0.283013939857483, - 0.959115922451019, - 0.0, - 4.99999987368938e-06, - -2.87734792436822e-06, - 8.49041839501297e-07, - 1.0, - -3.00000010611257e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00451578106731176, - 0.00875921733677387, - -0.00169824680779129, - 0.0, - -0.00886144116520882, - 0.00418095476925373, - -0.00199864921160042, - 0.0, - -0.00104061444289982, - 0.00240740668959916, - 0.00964994449168444, - 0.0, - -0.0985933542251587, - 1.26658451557159, - 0.362410426139832, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmPinky3", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1684543457, - "UUIDparent": 1677372494, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.98487663269043, - -0.173256918787956, - -1.99999999495049e-06, - 0.0, - 0.173256918787956, - 0.98487663269043, - 1.4210854715202e-14, - 0.0, - 1.96975338440097e-06, - -3.46513843396679e-07, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000035762787, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000035762787, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 2.7177939414978, - 0.0, - 1.0, - 0.0, - -1.99999999495049e-06, - 0.0, - 0.0, - 1.0, - -3.99999998990097e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 2.7177939414978, - -1.99999999495049e-06, - -3.99999998990097e-06 - ], - "rotation": [ - -0.0, - -0.000114591559395194, - 9.97723770141602 - ], - "scale": [ - 1.00000035762787, - 1.00000035762787, - 1.0 - ], - "transform": [ - 0.984876990318298, - -0.173256978392601, - -1.99999999495049e-06, - 2.7177939414978, - 0.173256978392601, - 0.984876990318298, - 1.4210854715202e-14, - -1.99999999495049e-06, - 1.969754066522e-06, - -3.46513957083516e-07, - 1.0, - -3.99999998990097e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.000714914407581091, - 0.00901593547314405, - -0.00426637101918459, - 0.0, - -0.00996587239205837, - 0.000468535610707477, - -0.000679813150782138, - 0.0, - -0.000413001282140613, - 0.00430037919431925, - 0.00901865120977163, - 0.0, - -0.0960704907774925, - 1.2852463722229, - 0.37548291683197, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmRing3", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1706613314, - "UUIDparent": 1699303109, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.999426901340485, - 0.0338509976863861, - 0.0, - 0.0, - -0.0338509976863861, - 0.999426901340485, - -1.00000011116208e-06, - 0.0, - -3.385099844877e-08, - 9.99426902126288e-07, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 2.7479510307312, - 0.0, - 1.0, - 0.0, - -4.99999987368938e-06, - 0.0, - 0.0, - 1.0, - 4.99999987368938e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 2.7479510307312, - -4.99999987368938e-06, - 4.99999987368938e-06 - ], - "rotation": [ - 5.7295779697597e-05, - 0.0, - -1.93988978862762 - ], - "scale": [ - 1.00000011920929, - 1.00000011920929, - 1.0 - ], - "transform": [ - 0.999427020549774, - 0.0338510014116764, - 0.0, - 2.7479510307312, - -0.0338510014116764, - 0.999427020549774, - -1.00000011116208e-06, - -4.99999987368938e-06, - -3.38510020014837e-08, - 9.99427015813126e-07, - 1.0, - 4.99999987368938e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00211706291884184, - 0.00865160766988993, - -0.00454619899392128, - 0.0, - -0.0097572710365057, - 0.00213759974576533, - -0.000475776847451925, - 0.0, - 0.000560191867407411, - 0.00453654769808054, - 0.00889414642006159, - 0.0, - -0.0905905365943909, - 1.28858590126038, - 0.397097736597061, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmMid3", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1728404687, - "UUIDparent": 1721303345, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.98580402135849, - -0.167899996042252, - -3.00000010611257e-06, - 0.0, - 0.167899996042252, - 0.98580402135849, - 9.99999883788405e-07, - 0.0, - 2.78951210930245e-06, - -1.48950402945047e-06, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 2.48203611373901, - 0.0, - 1.0, - 0.0, - -4.99999987368938e-06, - 0.0, - 0.0, - 1.0, - -9.0000003183377e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 2.48203611373901, - -4.99999987368938e-06, - -9.0000003183377e-06 - ], - "rotation": [ - -5.7295779697597e-05, - -0.000171887339092791, - 9.66574287414551 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "transform": [ - 0.98580402135849, - -0.167899996042252, - -3.00000010611257e-06, - 2.48203611373901, - 0.167899996042252, - 0.98580402135849, - 9.99999883788405e-07, - -4.99999987368938e-06, - 2.78951210930245e-06, - -1.48950402945047e-06, - 1.0, - -9.0000003183377e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00998715683817863, - -0.000486474949866533, - -0.000142260891152546, - 0.0, - 0.000271220866125077, - 0.00750049576163292, - -0.0066082626581192, - 0.0, - 0.000428200088208541, - 0.006595887709409, - 0.0075040441006422, - 0.0, - -0.114548899233341, - 1.25527882575989, - 0.466416656970978, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmIndex3", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1750335302, - "UUIDparent": 1743233960, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.971258759498596, - 0.237405925989151, - -0.017171997576952, - 0.0, - -0.237031579017639, - 0.97126829624176, - 0.0213049910962582, - 0.0, - 0.0217365473508835, - -0.0166223533451557, - 0.999625563621521, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000023841858, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000047683716, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000035762787, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 4.32339477539063, - 0.0, - 1.0, - 0.0, - -7.99999997980194e-06, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 4.32339477539063, - -7.99999997980194e-06, - 0.0 - ], - "rotation": [ - -1.22095847129822, - -0.983931362628937, - -13.7355508804321 - ], - "scale": [ - 1.00000023841858, - 1.00000047683716, - 1.00000035762787 - ], - "transform": [ - 0.971258997917175, - 0.237406045198441, - -0.0171720031648874, - 4.32339477539063, - -0.237031638622284, - 0.971268773078918, - 0.0213049985468388, - -7.99999997980194e-06, - 0.0217365529388189, - -0.0166223607957363, - 0.99962592124939, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - 0.00350494054146111, - -0.00861277710646391, - 0.00367905921302736, - 0.0, - 0.00656479969620705, - 0.00506095960736275, - 0.00559377763420343, - 0.0, - -0.00667974399402738, - 0.000454612862085924, - 0.00742793921381235, - 0.0, - -0.0970618426799774, - 1.31711769104004, - 0.431032627820969, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "RArmThumb3", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1822114553, - "UUIDparent": 1815082832, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.959115445613861, - -0.283015161752701, - -4.00000089939567e-06, - 0.0, - 0.283015161752701, - 0.959115445613861, - 1.00000022484892e-06, - 0.0, - 3.55344741365116e-06, - -2.0911761566822e-06, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 0.999999523162842, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 1.81703197956085, - 0.0, - 1.0, - 0.0, - -9.0000003183377e-06, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 1.81703197956085, - -9.0000003183377e-06, - 0.0 - ], - "rotation": [ - -5.7295779697597e-05, - -0.000229183118790388, - 16.4402389526367 - ], - "scale": [ - 0.999999523162842, - 1.00000011920929, - 1.0 - ], - "transform": [ - 0.959114968776703, - -0.283015191555023, - -4.00000089939567e-06, - 1.81703197956085, - 0.283015012741089, - 0.959115564823151, - 1.00000022484892e-06, - -9.0000003183377e-06, - 3.55344582203543e-06, - -2.09117638405587e-06, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00375814572907984, - 0.00750535912811756, - 0.00543561112135649, - 0.0, - 0.00663458602502942, - 0.00627426616847515, - -0.0040763053111732, - 0.0, - -0.00646984716877341, - 0.00207438133656979, - -0.0073374449275434, - 0.0, - -0.114370383322239, - 1.06668508052826, - 0.612961411476135, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmPinky3", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1844602136, - "UUIDparent": 1836804584, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.984876453876495, - -0.173258081078529, - 1.99999999495049e-06, - 0.0, - 0.173258081078529, - 0.984876453876495, - 0.0, - 0.0, - -1.96975292965362e-06, - 3.46516173976852e-07, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 0.999999523162842, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000035762787, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 2.71779298782349, - 0.0, - 1.0, - 0.0, - 9.0000003183377e-06, - 0.0, - 0.0, - 1.0, - -4.99999987368938e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 2.71779298782349, - 9.0000003183377e-06, - -4.99999987368938e-06 - ], - "rotation": [ - -0.0, - 0.000114591559395194, - 9.97730541229248 - ], - "scale": [ - 0.999999523162842, - 1.00000035762787, - 1.0 - ], - "transform": [ - 0.984875977039337, - -0.173258140683174, - 1.99999999495049e-06, - 2.71779298782349, - 0.173257991671562, - 0.984876811504364, - 0.0, - 9.0000003183377e-06, - -1.96975202015892e-06, - 3.4651628766369e-07, - 1.0, - -4.99999987368938e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00437292736023664, - 0.00707413069903851, - 0.00555285252630711, - 0.0, - 0.00583919929340482, - 0.00692939106374979, - -0.00422939006239176, - 0.0, - -0.00683970283716917, - 0.00139295461121947, - -0.00716088619083166, - 0.0, - -0.117113657295704, - 1.04589152336121, - 0.640190362930298, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmRing3", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1866254267, - "UUIDparent": 1859152925, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.999426901340485, - 0.0338509976863861, - -9.99999997475243e-07, - 0.0, - -0.0338509976863861, - 0.999426901340485, - 9.99999997475243e-07, - 0.0, - 1.03327795386576e-06, - -9.65575850386813e-07, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000011920929, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 2.74795699119568, - 0.0, - 1.0, - 0.0, - -1.99999999495049e-06, - 0.0, - 0.0, - 1.0, - -7.00000009601354e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 2.74795699119568, - -1.99999999495049e-06, - -7.00000009601354e-06 - ], - "rotation": [ - -5.7295779697597e-05, - -5.7295779697597e-05, - -1.93988978862762 - ], - "scale": [ - 1.00000011920929, - 1.00000011920929, - 1.0 - ], - "transform": [ - 0.999427020549774, - 0.0338510014116764, - -9.99999997475243e-07, - 2.74795699119568, - -0.0338510014116764, - 0.999427020549774, - 9.99999997475243e-07, - -1.99999999495049e-06, - 1.0332780675526e-06, - -9.65575964073651e-07, - 1.0, - -7.00000009601354e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00641897274181247, - 0.00501891644671559, - 0.00579719059169292, - 0.0, - 0.00608835881575942, - 0.00793196260929108, - -0.000125759150250815, - 0.0, - -0.00466142175719142, - 0.00344883278012276, - -0.00814720522612333, - 0.0, - -0.112828850746155, - 1.02350413799286, - 0.658236443996429, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmMid3", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1888254503, - "UUIDparent": 1881013919, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.98580402135849, - -0.167899996042252, - 3.00000010611257e-06, - 0.0, - 0.167899996042252, - 0.98580402135849, - -9.99999883788405e-07, - 0.0, - -2.78951210930245e-06, - 1.48950402945047e-06, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 2.48204207420349, - 0.0, - 1.0, - 0.0, - 9.99999997475243e-07, - 0.0, - 0.0, - 1.0, - -3.99999998990097e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 2.48204207420349, - 9.99999997475243e-07, - -3.99999998990097e-06 - ], - "rotation": [ - 5.7295779697597e-05, - 0.000171887339092791, - 9.66574287414551 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "transform": [ - 0.98580402135849, - -0.167899996042252, - 3.00000010611257e-06, - 2.48204207420349, - 0.167899996042252, - 0.98580402135849, - -9.99999883788405e-07, - 9.99999997475243e-07, - -2.78951210930245e-06, - 1.48950402945047e-06, - 1.0, - -3.99999998990097e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00723381340503693, - -0.00462367385625839, - 0.00512775918468833, - 0.0, - -0.00330566964112222, - 0.00883942749351263, - 0.0033070866484195, - 0.0, - -0.00606173649430275, - 0.000697236566338688, - -0.00792270991951227, - 0.0, - -0.0746777132153511, - 0.968940675258636, - 0.663937211036682, - 1.0 - ], - "idBone": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "name": "LArmIndex3", - "nameNumber": 0, - "staticFlag": false, - "visible": true - }, - { - "UUID": 1910254739, - "UUIDparent": 1903083776, - "aabbMax": [ - null, - null, - null - ], - "aabbMin": [ - null, - null, - null - ], - "components": [ - { - "isEnable": true, - "isUnique": true, - "matrixRotate": [ - 0.971258759498596, - 0.237405925989151, - 0.017171997576952, - 0.0, - -0.237031579017639, - 0.97126829624176, - -0.0213059931993484, - 0.0, - -0.0217367857694626, - 0.0166233256459236, - 0.999625504016876, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixScale": [ - 1.00000023841858, - 0.0, - 0.0, - 0.0, - 0.0, - 0.999999582767487, - 0.0, - 0.0, - 0.0, - 0.0, - 1.00000047683716, - 0.0, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "matrixTranslate": [ - 1.0, - 0.0, - 0.0, - 4.323401927948, - 0.0, - 1.0, - 0.0, - 7.99999997980194e-06, - 0.0, - 0.0, - 1.0, - 6.00000021222513e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "position": [ - 4.323401927948, - 7.99999997980194e-06, - 6.00000021222513e-06 - ], - "rotation": [ - 1.22101581096649, - 0.983931362628937, - -13.7355508804321 - ], - "scale": [ - 1.00000023841858, - 0.999999582767487, - 1.00000047683716 - ], - "transform": [ - 0.971258997917175, - 0.237405821681023, - 0.0171720050275326, - 4.323401927948, - -0.237031638622284, - 0.971267879009247, - -0.0213060025125742, - 7.99999997980194e-06, - -0.021736791357398, - 0.016623318195343, - 0.999625980854034, - 6.00000021222513e-06, - 0.0, - 0.0, - 0.0, - 1.0 - ], - "typeComponent": 1 - } - ], - "enable": true, - "id": [ - -0.00758861470967531, - -0.00562350731343031, - 0.00328475260175765, - 0.0, - 0.00456961104646325, - -0.00100409635342658, - 0.00883801188319921, - 0.0, - -0.00464023696258664, - 0.00820781104266644, - 0.00333166914060712, - 0.0, - -0.036612369120121, - 1.04999387264252, - 0.692945122718811, - 1.0 - ], "idBone": [ 1.0, 0.0, @@ -10609,7 +144,7 @@ 0.0, 1.0 ], - "name": "LArmThumb3", + "name": "GameObject", "nameNumber": 0, "staticFlag": false, "visible": true