[x3d-public] reports from python-X3DJSAIL.

John Carlson yottzumm at gmail.com
Sat Nov 21 01:46:23 PST 2020


$ python KoreanCharacterAnnexC01Jin.py
Warning: HAnimJoint name newValue="HumanoidRoot" has an unrecognized value
not matching any of the optional string tokens.
Warning: HAnim name values are lower case, check capitalization/spelling of
HAnimJoint name='HumanoidRoot'
Warning: HAnimSegment name newValue="l_hindfoot" has an unrecognized value
not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_metatarsophalangeal" has an
unrecognized value not matching any of the optional string tokens.
Warning: HAnimSegment name newValue="l_middistal" has an unrecognized value
not matching any of the optional string tokens.
Warning: HAnimSegment name newValue="r_hindfoot" has an unrecognized value
not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_metatarsophalangeal" has an
unrecognized value not matching any of the optional string tokens.
Warning: HAnimSegment name newValue="r_middistal" has an unrecognized value
not matching any of the optional string tokens.
Warning: HAnimSegment name newValue="l_hand" has an unrecognized value not
matching any of the optional string tokens.
Warning: HAnimSegment name newValue="r_hand" has an unrecognized value not
matching any of the optional string tokens.
Warning: HAnimJoint name newValue="HumanoidRoot" has an unrecognized value
not matching any of the optional string tokens.
Warning: HAnim name values are lower case, check capitalization/spelling of
HAnimJoint name='HumanoidRoot'
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: HAnimSegment
DEF='hanim_sacrum' name='sacrum' illegal parent found: 'HAnimJoint'
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: HAnimSegment
DEF='hanim_sacrum' name='sacrum' illegal parent found: 'HAnimJoint'
        at
org.web3d.x3d.jsail.HAnim.HAnimSegment.validate(HAnimSegment.java:6024)
        at
org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:6826)
        at
org.web3d.x3d.jsail.HAnim.HAnimHumanoid.validate(HAnimHumanoid.java:5818)
        at org.web3d.x3d.jsail.Core.Scene.validate(Scene.java:682)
        at org.web3d.x3d.jsail.Core.X3D.validate(X3D.java:3776)
        at org.web3d.x3d.jsail.Core.X3D.toFileX3D(X3D.java:809)
Traceback (most recent call last):
  File "KoreanCharacterAnnexC01Jin.py", line 1284, in <module>
    X3D0.toFileX3D("../data/KoreanCharacterAnnexC01Jin_RoundTrip.x3d")
  File "jnius\jnius_export_class.pxi", line 857, in
jnius.JavaMethod.__call__
  File "jnius\jnius_export_class.pxi", line 937, in
jnius.JavaMethod.call_method
  File "jnius\jnius_utils.pxi", line 91, in jnius.check_exception
jnius.JavaException: JVM exception occurred: ERROR_ILLEGAL_VALUE:
HAnimSegment DEF='hanim_sacrum' name='sacrum' illegal parent found:
'HAnimJoint' org.web3d.x3d.sai.InvalidFieldException
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20201121/59410e47/attachment-0001.html>
-------------- next part --------------
import x3dpsail as x3d
X3D0 = x3d.X3D()
X3D0.setProfile("Immersive")
X3D0.setVersion("4.0")
head1 = x3d.head()
component2 = x3d.component()
component2.setName("HAnim")
component2.setLevel(1)

head1.addComponent(component2)
meta3 = x3d.meta()
meta3.setName("title")
meta3.setContent("KoreanCharacterAnnexC01Jin.x3d")

head1.addMeta(meta3)
meta4 = x3d.meta()
meta4.setName("creator")
meta4.setContent("Jin Hoon Lee and Min Joo Lee")

head1.addMeta(meta4)
meta5 = x3d.meta()
meta5.setName("translator")
meta5.setContent("Chul Hee Jung and Myeong Won Lee")

head1.addMeta(meta5)
meta6 = x3d.meta()
meta6.setName("created")
meta6.setContent("31 March 2011")

head1.addMeta(meta6)
meta7 = x3d.meta()
meta7.setName("translated")
meta7.setContent("1 November 2014")

head1.addMeta(meta7)
meta8 = x3d.meta()
meta8.setName("modified")
meta8.setContent("29 December 2014")

head1.addMeta(meta8)
meta9 = x3d.meta()
meta9.setName("description")
meta9.setContent("Articulated 3D game character designed with a general graphics tool, then converted into an X3D HAnim model.")

head1.addMeta(meta9)
meta10 = x3d.meta()
meta10.setName("reference")
meta10.setContent("KoreanCharacter00ReadMe.txt")

head1.addMeta(meta10)
meta11 = x3d.meta()
meta11.setName("reference")
meta11.setContent("KoreanCharacterHumanMotion_Infotech2014_140706.pdf")

head1.addMeta(meta11)
meta12 = x3d.meta()
meta12.setName("reference")
meta12.setContent("KoreanCharactersIllustrated.pdf")

head1.addMeta(meta12)
meta13 = x3d.meta()
meta13.setName("identifier")
meta13.setContent("http://www.web3d.org/x3d/content/examples/Basic/HumanoidAnimation/KoreanCharacterAnnexC01Jin.x3d")

head1.addMeta(meta13)
meta14 = x3d.meta()
meta14.setName("generator")
meta14.setContent("3DS MAX, http://www.autodesk.com/products/autodesk-3ds-max/overview")

head1.addMeta(meta14)
meta15 = x3d.meta()
meta15.setName("generator")
meta15.setContent("Suwon HAnim Converter")

head1.addMeta(meta15)
meta16 = x3d.meta()
meta16.setName("generator")
meta16.setContent("Gnu Image Manipulation Program, http://www.gimp.org")

head1.addMeta(meta16)
meta17 = x3d.meta()
meta17.setName("generator")
meta17.setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")

head1.addMeta(meta17)
meta18 = x3d.meta()
meta18.setName("license")
meta18.setContent("../license.html")

head1.addMeta(meta18)

X3D0.setHead(head1)
Scene19 = x3d.Scene()
NavigationInfo20 = x3d.NavigationInfo()
NavigationInfo20.setSpeed(1.5)

Scene19.addChildren(NavigationInfo20)
Viewpoint21 = x3d.Viewpoint()
Viewpoint21.setCenterOfRotation([0,1,0])
Viewpoint21.setDescription("AnnexC01Jin")
Viewpoint21.setPosition([0,1,3])

Scene19.addChildren(Viewpoint21)
HAnimHumanoid22 = x3d.HAnimHumanoid()
HAnimHumanoid22.setName("AnnexC01Jin")
HAnimHumanoid22.setDEF("hanim_AnnexC01Jin")
HAnimHumanoid22.setInfo(["humanoidVersion=2.0"])
HAnimHumanoid22.setScale([0.0225,0.0225,0.0225])
HAnimHumanoid22.setVersion("2.0")
HAnimHumanoid22.setJointBindingPositions([0,0,0])
HAnimHumanoid22.setJointBindingRotations([0,0,1,0])
HAnimHumanoid22.setJointBindingScales([1,1,1])
HAnimHumanoid22.setLoa(-1)
HAnimHumanoid22.setSkeletalConfiguration("BASIC")
HAnimJoint23 = x3d.HAnimJoint()
HAnimJoint23.setName("HumanoidRoot")
HAnimJoint23.setDEF("hanim_HumanoidRoot")
HAnimJoint23.setCenter([0,30.53,-0.7076])
HAnimSegment24 = x3d.HAnimSegment()
HAnimSegment24.setName("sacrum")
HAnimSegment24.setDEF("hanim_sacrum")
Transform25 = x3d.Transform()
Transform25.setTranslation([0,30.53,-0.7076])
Shape26 = x3d.Shape()
Appearance27 = x3d.Appearance()
Material28 = x3d.Material()
Material28.setDiffuseColor([0.588,0.588,0.588])

Appearance27.setMaterial(Material28)
ImageTexture29 = x3d.ImageTexture()
ImageTexture29.setDEF("AnnexC01JinTextureAtlas")
ImageTexture29.setUrl(["Jin.png","http://www.web3d.org/x3d/content/examples/Basic/HumanoidAnimation/Jin.png"])

Appearance27.setTexture(ImageTexture29)

Shape26.setAppearance(Appearance27)
IndexedFaceSet30 = x3d.IndexedFaceSet()
IndexedFaceSet30.setCreaseAngle(3.14159)
IndexedFaceSet30.setCoordIndex([0,1,2,-1,0,2,3,-1,0,3,4,-1,0,4,5,-1,0,5,6,-1,0,6,7,-1,0,7,8,-1,0,8,9,-1,0,9,10,-1,0,10,11,-1,0,11,12,-1,0,12,1,-1,14,2,1,-1,1,13,14,-1,15,3,2,-1,2,14,15,-1,16,4,3,-1,3,15,16,-1,17,5,4,-1,4,16,17,-1,18,6,5,-1,5,17,18,-1,19,7,6,-1,6,18,19,-1,20,8,7,-1,7,19,20,-1,21,9,8,-1,8,20,21,-1,22,10,9,-1,9,21,22,-1,23,11,10,-1,10,22,23,-1,24,12,11,-1,11,23,24,-1,13,1,12,-1,12,24,13,-1,26,14,13,-1,13,25,26,-1,27,15,14,-1,14,26,27,-1,28,16,15,-1,15,27,28,-1,29,17,16,-1,16,28,29,-1,30,18,17,-1,17,29,30,-1,31,19,18,-1,18,30,31,-1,32,20,19,-1,19,31,32,-1,33,21,20,-1,20,32,33,-1,34,22,21,-1,21,33,34,-1,35,23,22,-1,22,34,35,-1,36,24,23,-1,23,35,36,-1,25,13,24,-1,24,36,25,-1,38,26,25,-1,25,37,38,-1,39,27,26,-1,26,38,39,-1,40,28,27,-1,27,39,40,-1,41,29,28,-1,28,40,41,-1,42,30,29,-1,29,41,42,-1,43,31,30,-1,30,42,43,-1,44,32,31,-1,31,43,44,-1,45,33,32,-1,32,44,45,-1,46,34,33,-1,33,45,46,-1,47,35,34,-1,34,46,47,-1,48,36,35,-1,35,47,48,-1,37,25,36,-1,36,48,37,-1,50,38,37,-1,37,49,50,-1,51,39,38,-1,38,50,51,-1,52,40,39,-1,39,51,52,-1,53,41,40,-1,40,52,53,-1,54,42,41,-1,41,53,54,-1,55,43,42,-1,42,54,55,-1,56,44,43,-1,43,55,56,-1,57,45,44,-1,44,56,57,-1,58,46,45,-1,45,57,58,-1,59,47,46,-1,46,58,59,-1,60,48,47,-1,47,59,60,-1,49,37,48,-1,48,60,49,-1,61,50,49,-1,61,51,50,-1,61,52,51,-1,61,53,52,-1,61,54,53,-1,61,55,54,-1,61,56,55,-1,61,57,56,-1,61,58,57,-1,61,59,58,-1,61,60,59,-1,61,49,60,-1])
IndexedFaceSet30.setTexCoordIndex([0,1,2,-1,0,2,3,-1,0,3,4,-1,0,4,5,-1,0,5,6,-1,0,6,7,-1,0,7,8,-1,0,8,9,-1,0,9,10,-1,0,10,11,-1,0,11,12,-1,0,12,1,-1,14,2,1,-1,1,13,14,-1,15,3,2,-1,2,14,15,-1,16,4,3,-1,3,15,16,-1,17,5,4,-1,4,16,17,-1,18,6,5,-1,5,17,18,-1,19,7,6,-1,6,18,19,-1,20,8,7,-1,7,19,20,-1,21,9,8,-1,8,20,21,-1,22,10,9,-1,9,21,22,-1,23,11,10,-1,10,22,23,-1,24,12,11,-1,11,23,24,-1,13,1,12,-1,12,24,13,-1,26,14,13,-1,13,25,26,-1,27,15,14,-1,14,26,27,-1,28,16,15,-1,15,27,28,-1,29,17,16,-1,16,28,29,-1,30,18,17,-1,17,29,30,-1,31,19,18,-1,18,30,31,-1,32,20,19,-1,19,31,32,-1,33,21,20,-1,20,32,33,-1,34,22,21,-1,21,33,34,-1,35,23,22,-1,22,34,35,-1,36,24,23,-1,23,35,36,-1,25,13,24,-1,24,36,25,-1,38,26,25,-1,25,37,38,-1,39,27,26,-1,26,38,39,-1,40,28,27,-1,27,39,40,-1,41,29,28,-1,28,40,41,-1,42,30,29,-1,29,41,42,-1,43,31,30,-1,30,42,43,-1,44,32,31,-1,31,43,44,-1,45,33,32,-1,32,44,45,-1,46,34,33,-1,33,45,46,-1,47,35,34,-1,34,46,47,-1,48,36,35,-1,35,47,48,-1,37,25,36,-1,36,48,37,-1,50,38,37,-1,37,49,50,-1,51,39,38,-1,38,50,51,-1,52,40,39,-1,39,51,52,-1,53,41,40,-1,40,52,53,-1,54,42,41,-1,41,53,54,-1,55,43,42,-1,42,54,55,-1,56,44,43,-1,43,55,56,-1,57,45,44,-1,44,56,57,-1,58,46,45,-1,45,57,58,-1,59,47,46,-1,46,58,59,-1,60,48,47,-1,47,59,60,-1,49,37,48,-1,48,60,49,-1,61,50,49,-1,61,51,50,-1,61,52,51,-1,61,53,52,-1,61,54,53,-1,61,55,54,-1,61,56,55,-1,61,57,56,-1,61,58,57,-1,61,59,58,-1,61,60,59,-1,61,49,60,-1])
Coordinate31 = x3d.Coordinate()
Coordinate31.setPoint([0,10.79,0.1424,0,10.06,-2.825,-2.283,10.06,-2.428,-3.954,10.06,-1.948,-4.566,10.06,0.1424,-3.954,10.06,2.233,-2.283,10.06,2.712,0,10.06,3.11,2.283,10.06,2.712,3.954,10.06,2.233,4.566,10.06,0.1424,3.954,10.06,-1.948,2.283,10.06,-2.428,0,8.045,-4.614,-2.953,8.045,-3.977,-5.114,8.045,-2.236,-5.905,8.045,0.1424,-5.114,8.045,2.521,-2.953,8.045,3.645,0,8.045,4.282,2.953,8.045,3.645,5.114,8.045,2.521,5.905,8.045,0.1424,5.114,8.045,-2.236,2.953,8.045,-3.977,0,5.297,-5.018,-3.409,5.297,-4.282,-5.905,5.297,-2.272,-6.819,5.297,0.1424,-5.905,5.297,2.889,-3.409,5.297,4.282,0,5.297,5.018,3.409,5.297,4.282,5.905,5.297,2.889,6.819,5.297,0.1424,5.905,5.297,-2.272,3.409,5.297,-4.282,0,2.548,-4.282,-2.953,2.548,-3.645,-5.114,2.548,-1.904,-5.905,2.548,0.1424,-5.114,2.548,2.521,-2.953,2.548,3.645,0,2.548,4.282,2.953,2.548,3.645,5.114,2.548,2.521,5.905,2.548,0.1424,5.114,2.548,-1.904,2.953,2.548,-3.645,0,0.5362,-2.272,-1.705,0.5362,-1.904,-2.953,0.5362,-1.231,-3.409,0.5362,0.1424,-2.953,0.5362,1.516,-1.705,0.5362,2.521,0,0.5362,2.889,1.705,0.5362,2.521,2.953,0.5362,1.516,3.409,0.5362,0.1424,2.953,0.5362,-1.231,1.705,0.5362,-1.904,0,-0.2003,0.1424])

IndexedFaceSet30.setCoord(Coordinate31)
TextureCoordinate32 = x3d.TextureCoordinate()
TextureCoordinate32.setPoint([0.6211,0.5754,0.7851,0.572,0.7614,0.572,0.6907,0.5698,0.62,0.5698,0.6158,0.5702,0.5451,0.5702,0.4167,0.5698,0.5451,0.5702,0.6158,0.5702,0.62,0.5698,0.6907,0.5698,0.7614,0.572,0.8036,0.5346,0.7761,0.5346,0.6989,0.4838,0.6219,0.4428,0.6154,0.4438,0.5492,0.4639,0.4166,0.5346,0.5492,0.4639,0.6154,0.4438,0.6219,0.4428,0.6989,0.4838,0.7761,0.5346,0.7912,0.4044,0.7635,0.4044,0.7042,0.3925,0.6194,0.3907,0.6148,0.3907,0.545,0.3974,0.4163,0.4938,0.545,0.3974,0.6148,0.3907,0.6194,0.3907,0.7042,0.3925,0.7635,0.4044,0.795,0.3772,0.7662,0.3772,0.6945,0.3645,0.6236,0.3695,0.616,0.3695,0.5438,0.378,0.416,0.453,0.5438,0.378,0.616,0.3695,0.6236,0.3695,0.6945,0.3645,0.7662,0.3772,0.7887,0.3451,0.7635,0.3451,0.698,0.3508,0.6262,0.3508,0.6297,0.3503,0.5389,0.3503,0.4181,0.3884,0.5389,0.3503,0.6297,0.3503,0.6262,0.3508,0.698,0.3508,0.7635,0.3451,0.6237,0.3398])

IndexedFaceSet30.setTexCoord(TextureCoordinate32)

Shape26.setGeometry(IndexedFaceSet30)

Transform25.addChildren(Shape26)

HAnimSegment24.addChildren(Transform25)

HAnimJoint23.addChildren(HAnimSegment24)
HAnimJoint33 = x3d.HAnimJoint()
HAnimJoint33.setName("sacroiliac")
HAnimJoint33.setDEF("hanim_sacroiliac")
HAnimJoint33.setCenter([0,35.8,-0.7076])
HAnimSegment34 = x3d.HAnimSegment()
HAnimSegment34.setName("pelvis")
HAnimSegment34.setDEF("hanim_pelvis")
Transform35 = x3d.Transform()
Transform35.setTranslation([0,35.8,-0.7076])
Shape36 = x3d.Shape()
Appearance37 = x3d.Appearance()
Material38 = x3d.Material()
Material38.setDiffuseColor([0.588,0.588,0.588])

Appearance37.setMaterial(Material38)
ImageTexture39 = x3d.ImageTexture()
ImageTexture39.setUSE("AnnexC01JinTextureAtlas")

Appearance37.setTexture(ImageTexture39)

Shape36.setAppearance(Appearance37)
IndexedFaceSet40 = x3d.IndexedFaceSet()
IndexedFaceSet40.setCreaseAngle(3.14159)
IndexedFaceSet40.setCoordIndex([0,1,2,-1,0,2,3,-1,0,3,4,-1,0,4,5,-1,0,5,6,-1,0,6,7,-1,0,7,8,-1,0,8,9,-1,0,9,10,-1,0,10,11,-1,0,11,12,-1,0,12,1,-1,14,2,1,-1,1,13,14,-1,15,3,2,-1,2,14,15,-1,16,4,3,-1,3,15,16,-1,17,5,4,-1,4,16,17,-1,18,6,5,-1,5,17,18,-1,19,7,6,-1,6,18,19,-1,20,8,7,-1,7,19,20,-1,21,9,8,-1,8,20,21,-1,22,10,9,-1,9,21,22,-1,23,11,10,-1,10,22,23,-1,24,12,11,-1,11,23,24,-1,13,1,12,-1,12,24,13,-1,26,14,13,-1,13,25,26,-1,27,15,14,-1,14,26,27,-1,28,16,15,-1,15,27,28,-1,29,17,16,-1,16,28,29,-1,30,18,17,-1,17,29,30,-1,31,19,18,-1,18,30,31,-1,32,20,19,-1,19,31,32,-1,33,21,20,-1,20,32,33,-1,34,22,21,-1,21,33,34,-1,35,23,22,-1,22,34,35,-1,36,24,23,-1,23,35,36,-1,25,13,24,-1,24,36,25,-1,38,26,25,-1,25,37,38,-1,39,27,26,-1,26,38,39,-1,40,28,27,-1,27,39,40,-1,41,29,28,-1,28,40,41,-1,42,30,29,-1,29,41,42,-1,43,31,30,-1,30,42,43,-1,44,32,31,-1,31,43,44,-1,45,33,32,-1,32,44,45,-1,46,34,33,-1,33,45,46,-1,47,35,34,-1,34,46,47,-1,48,36,35,-1,35,47,48,-1,37,25,36,-1,36,48,37,-1,50,38,37,-1,37,49,50,-1,51,39,38,-1,38,50,51,-1,52,40,39,-1,39,51,52,-1,53,41,40,-1,40,52,53,-1,54,42,41,-1,41,53,54,-1,55,43,42,-1,42,54,55,-1,56,44,43,-1,43,55,56,-1,57,45,44,-1,44,56,57,-1,58,46,45,-1,45,57,58,-1,59,47,46,-1,46,58,59,-1,60,48,47,-1,47,59,60,-1,49,37,48,-1,48,60,49,-1,61,50,49,-1,61,51,50,-1,61,52,51,-1,61,53,52,-1,61,54,53,-1,61,55,54,-1,61,56,55,-1,61,57,56,-1,61,58,57,-1,61,59,58,-1,61,60,59,-1,61,49,60,-1])
IndexedFaceSet40.setTexCoordIndex([0,1,2,-1,0,2,3,-1,0,3,4,-1,0,4,5,-1,0,5,6,-1,0,6,7,-1,0,7,8,-1,0,8,9,-1,0,9,10,-1,0,10,11,-1,0,11,12,-1,0,12,1,-1,14,2,1,-1,1,13,14,-1,15,3,2,-1,2,14,15,-1,16,4,3,-1,3,15,16,-1,17,5,4,-1,4,16,17,-1,18,6,5,-1,5,17,18,-1,19,7,6,-1,6,18,19,-1,20,8,7,-1,7,19,20,-1,21,9,8,-1,8,20,21,-1,22,10,9,-1,9,21,22,-1,23,11,10,-1,10,22,23,-1,24,12,11,-1,11,23,24,-1,13,1,12,-1,12,24,13,-1,26,14,13,-1,13,25,26,-1,27,15,14,-1,14,26,27,-1,28,16,15,-1,15,27,28,-1,29,17,16,-1,16,28,29,-1,30,18,17,-1,17,29,30,-1,31,19,18,-1,18,30,31,-1,32,20,19,-1,19,31,32,-1,33,21,20,-1,20,32,33,-1,34,22,21,-1,21,33,34,-1,35,23,22,-1,22,34,35,-1,36,24,23,-1,23,35,36,-1,25,13,24,-1,24,36,25,-1,38,26,25,-1,25,37,38,-1,39,27,26,-1,26,38,39,-1,40,28,27,-1,27,39,40,-1,41,29,28,-1,28,40,41,-1,42,30,29,-1,29,41,42,-1,43,31,30,-1,30,42,43,-1,44,32,31,-1,31,43,44,-1,45,33,32,-1,32,44,45,-1,46,34,33,-1,33,45,46,-1,47,35,34,-1,34,46,47,-1,48,36,35,-1,35,47,48,-1,37,25,36,-1,36,48,37,-1,50,38,37,-1,37,49,50,-1,51,39,38,-1,38,50,51,-1,52,40,39,-1,39,51,52,-1,53,41,40,-1,40,52,53,-1,54,42,41,-1,41,53,54,-1,55,43,42,-1,42,54,55,-1,56,44,43,-1,43,55,56,-1,57,45,44,-1,44,56,57,-1,58,46,45,-1,45,57,58,-1,59,47,46,-1,46,58,59,-1,60,48,47,-1,47,59,60,-1,49,37,48,-1,48,60,49,-1,61,50,49,-1,61,51,50,-1,61,52,51,-1,61,53,52,-1,61,54,53,-1,61,55,54,-1,61,56,55,-1,61,57,56,-1,61,58,57,-1,61,59,58,-1,61,60,59,-1,61,49,60,-1])
Coordinate41 = x3d.Coordinate()
Coordinate41.setPoint([0,1.053,0.0273,0,0.9123,-0.5414,-0.4375,0.9123,-0.4652,-0.7578,0.9123,-0.3733,-0.875,0.9123,0.0273,-0.7578,0.9123,0.4279,-0.4375,0.9123,0.5198,0,0.9123,0.596,0.4375,0.9123,0.5198,0.7578,0.9123,0.4279,0.875,0.9123,0.0273,0.7578,0.9123,-0.3733,0.4375,0.9123,-0.4652,0,0.5267,-0.8842,-0.5658,0.5267,-0.7621,-0.98,0.5267,-0.4285,-1.132,0.5267,0.0273,-0.98,0.5267,0.483,-0.5658,0.5267,0.6985,0,0.5267,0.8206,0.5658,0.5267,0.6985,0.98,0.5267,0.483,1.132,0.5267,0.0273,0.98,0.5267,-0.4285,0.5658,0.5267,-0.7621,0,0,-0.9616,-0.6534,0,-0.8206,-1.132,0,-0.4353,-1.307,0,0.0273,-1.132,0,0.5536,-0.6534,0,0.8206,0,0,0.9616,0.6534,0,0.8206,1.132,0,0.5536,1.307,0,0.0273,1.132,0,-0.4353,0.6534,0,-0.8206,0,-0.5267,-0.8206,-0.5658,-0.5267,-0.6985,-0.98,-0.5267,-0.3648,-1.132,-0.5267,0.0273,-0.98,-0.5267,0.483,-0.5658,-0.5267,0.6985,0,-0.5267,0.8206,0.5658,-0.5267,0.6985,0.98,-0.5267,0.483,1.132,-0.5267,0.0273,0.98,-0.5267,-0.3648,0.5658,-0.5267,-0.6985,0,-0.9123,-0.4353,-0.3267,-0.9123,-0.3648,-0.5658,-0.9123,-0.2358,-0.6534,-0.9123,0.0273,-0.5658,-0.9123,0.2904,-0.3267,-0.9123,0.483,0,-0.9123,0.5536,0.3267,-0.9123,0.483,0.5658,-0.9123,0.2904,0.6534,-0.9123,0.0273,0.5658,-0.9123,-0.2358,0.3267,-0.9123,-0.3648,0,-1.053,0.0273])

IndexedFaceSet40.setCoord(Coordinate41)
TextureCoordinate42 = x3d.TextureCoordinate()
TextureCoordinate42.setPoint([0.6211,0.5754,0.7851,0.572,0.7614,0.572,0.6907,0.5698,0.62,0.5698,0.6158,0.5702,0.5451,0.5702,0.4167,0.5698,0.5451,0.5702,0.6158,0.5702,0.62,0.5698,0.6907,0.5698,0.7614,0.572,0.8036,0.5346,0.7761,0.5346,0.6989,0.4838,0.6219,0.4428,0.6154,0.4438,0.5492,0.4639,0.4166,0.5346,0.5492,0.4639,0.6154,0.4438,0.6219,0.4428,0.6989,0.4838,0.7761,0.5346,0.7912,0.4044,0.7635,0.4044,0.7042,0.3925,0.6194,0.3907,0.6148,0.3907,0.545,0.3974,0.4163,0.4938,0.545,0.3974,0.6148,0.3907,0.6194,0.3907,0.7042,0.3925,0.7635,0.4044,0.795,0.3772,0.7662,0.3772,0.6945,0.3645,0.6236,0.3695,0.616,0.3695,0.5438,0.378,0.416,0.453,0.5438,0.378,0.616,0.3695,0.6236,0.3695,0.6945,0.3645,0.7662,0.3772,0.7887,0.3451,0.7635,0.3451,0.698,0.3508,0.6262,0.3508,0.6297,0.3503,0.5389,0.3503,0.4181,0.3884,0.5389,0.3503,0.6297,0.3503,0.6262,0.3508,0.698,0.3508,0.7635,0.3451,0.6237,0.3398])

IndexedFaceSet40.setTexCoord(TextureCoordinate42)

Shape36.setGeometry(IndexedFaceSet40)

Transform35.addChildren(Shape36)

HAnimSegment34.addChildren(Transform35)

HAnimJoint33.addChildren(HAnimSegment34)
HAnimJoint43 = x3d.HAnimJoint()
HAnimJoint43.setName("l_hip")
HAnimJoint43.setDEF("hanim_l_hip")
HAnimJoint43.setCenter([4.207,32.02,-0.8155])
HAnimSegment44 = x3d.HAnimSegment()
HAnimSegment44.setName("l_thigh")
HAnimSegment44.setDEF("hanim_l_thigh")
Transform45 = x3d.Transform()
Transform45.setTranslation([4.207,32.02,-0.8155])
Shape46 = x3d.Shape()
Appearance47 = x3d.Appearance()
Material48 = x3d.Material()
Material48.setDiffuseColor([0.588,0.588,0.588])

Appearance47.setMaterial(Material48)
ImageTexture49 = x3d.ImageTexture()
ImageTexture49.setUSE("AnnexC01JinTextureAtlas")

Appearance47.setTexture(ImageTexture49)

Shape46.setAppearance(Appearance47)
IndexedFaceSet50 = x3d.IndexedFaceSet()
IndexedFaceSet50.setCreaseAngle(3.14159)
IndexedFaceSet50.setCoordIndex([47,46,45,-1,45,44,43,-1,45,43,42,-1,47,45,42,-1,48,47,42,-1,0,1,8,-1,8,7,0,-1,1,2,9,-1,9,8,1,-1,2,3,10,-1,10,9,2,-1,3,4,11,-1,11,10,3,-1,4,5,12,-1,12,11,4,-1,5,6,13,-1,13,12,5,-1,6,0,7,-1,7,13,6,-1,7,8,15,-1,15,14,7,-1,8,9,16,-1,16,15,8,-1,9,10,17,-1,17,16,9,-1,10,11,18,-1,18,17,10,-1,11,12,19,-1,19,18,11,-1,12,13,20,-1,20,19,12,-1,13,7,14,-1,14,20,13,-1,14,15,22,-1,22,21,14,-1,15,16,23,-1,23,22,15,-1,16,17,24,-1,24,23,16,-1,17,18,25,-1,25,24,17,-1,18,19,26,-1,26,25,18,-1,19,20,27,-1,27,26,19,-1,20,14,21,-1,21,27,20,-1,56,57,58,-1,58,59,60,-1,58,60,61,-1,56,58,61,-1,62,56,61,-1,29,28,21,-1,21,22,29,-1,30,29,22,-1,22,23,30,-1,31,30,23,-1,23,24,31,-1,32,31,24,-1,24,25,32,-1,33,32,25,-1,25,26,33,-1,34,33,26,-1,26,27,34,-1,28,34,27,-1,27,21,28,-1,36,35,28,-1,28,29,36,-1,37,36,29,-1,29,30,37,-1,38,37,30,-1,30,31,38,-1,39,38,31,-1,31,32,39,-1,40,39,32,-1,32,33,40,-1,41,40,33,-1,33,34,41,-1,35,41,34,-1,34,28,35,-1,42,43,1,-1,1,0,42,-1,43,44,2,-1,2,1,43,-1,44,45,3,-1,3,2,44,-1,45,46,4,-1,4,3,45,-1,46,47,5,-1,5,4,46,-1,47,48,6,-1,6,5,47,-1,48,42,0,-1,0,6,48,-1,50,49,35,-1,35,36,50,-1,51,50,36,-1,36,37,51,-1,52,51,37,-1,37,38,52,-1,53,52,38,-1,38,39,53,-1,54,53,39,-1,39,40,54,-1,55,54,40,-1,40,41,55,-1,49,55,41,-1,41,35,49,-1,57,56,49,-1,49,50,57,-1,58,57,50,-1,50,51,58,-1,59,58,51,-1,51,52,59,-1,60,59,52,-1,52,53,60,-1,61,60,53,-1,53,54,61,-1,62,61,54,-1,54,55,62,-1,56,62,55,-1,55,49,56,-1])
IndexedFaceSet50.setTexCoordIndex([5,4,3,-1,3,2,0,-1,3,0,1,-1,5,3,1,-1,6,5,1,-1,7,10,8,-1,8,9,7,-1,10,12,11,-1,11,8,10,-1,12,14,13,-1,13,11,12,-1,14,16,15,-1,15,13,14,-1,16,18,17,-1,17,15,16,-1,18,20,19,-1,19,17,18,-1,20,7,9,-1,9,19,20,-1,9,8,21,-1,21,22,9,-1,8,11,23,-1,23,21,8,-1,11,13,24,-1,24,23,11,-1,13,15,25,-1,25,24,13,-1,15,17,26,-1,26,25,15,-1,17,19,27,-1,27,26,17,-1,19,9,22,-1,22,27,19,-1,22,21,28,-1,28,29,22,-1,21,23,30,-1,30,28,21,-1,23,24,31,-1,31,30,23,-1,24,25,32,-1,32,31,24,-1,25,26,33,-1,33,32,25,-1,26,27,34,-1,34,33,26,-1,27,22,29,-1,29,34,27,-1,42,43,44,-1,44,45,46,-1,44,46,47,-1,42,44,47,-1,48,42,47,-1,35,36,29,-1,29,28,35,-1,37,35,28,-1,28,30,37,-1,38,37,30,-1,30,31,38,-1,39,38,31,-1,31,32,39,-1,40,39,32,-1,32,33,40,-1,41,40,33,-1,33,34,41,-1,36,41,34,-1,34,29,36,-1,51,52,49,-1,49,50,51,-1,54,51,50,-1,50,53,54,-1,56,54,53,-1,53,55,56,-1,58,56,55,-1,55,57,58,-1,60,58,57,-1,57,59,60,-1,62,60,59,-1,59,61,62,-1,52,62,61,-1,61,49,52,-1,1,0,10,-1,10,7,1,-1,0,2,12,-1,12,10,0,-1,2,3,14,-1,14,12,2,-1,3,4,16,-1,16,14,3,-1,4,5,18,-1,18,16,4,-1,5,6,20,-1,20,18,5,-1,6,1,7,-1,7,20,6,-1,63,64,52,-1,52,51,63,-1,65,63,51,-1,51,54,65,-1,66,65,54,-1,54,56,66,-1,67,66,56,-1,56,58,67,-1,68,67,58,-1,58,60,68,-1,69,68,60,-1,60,62,69,-1,64,69,62,-1,62,52,64,-1,43,42,64,-1,64,63,43,-1,44,43,63,-1,63,65,44,-1,45,44,65,-1,65,66,45,-1,46,45,66,-1,66,67,46,-1,47,46,67,-1,67,68,47,-1,48,47,68,-1,68,69,48,-1,42,48,69,-1,69,64,42,-1])
Coordinate51 = x3d.Coordinate()
Coordinate51.setPoint([2.96,3.738,0,1.643,3.738,3.209,-1.316,3.738,4.002,-3.367,3.738,1.781,-3.367,3.738,-1.781,-1.316,3.738,-4.002,1.643,3.738,-3.209,2.96,-0.0114,0,1.643,-0.0114,3.209,-1.316,-0.0114,4.002,-3.367,-0.0114,1.781,-3.367,-0.0114,-1.781,-1.316,-0.0114,-4.002,1.643,-0.0114,-3.209,2.96,-6.507,0,1.643,-6.507,3.209,-1.316,-6.507,4.002,-3.367,-6.507,1.781,-3.367,-6.507,-1.781,-1.316,-6.507,-4.002,1.643,-6.507,-3.209,3.367,-13.13,0,1.897,-13.13,3.582,-1.407,-13.13,4.467,-3.355,-13.13,1.988,-3.355,-13.13,-1.988,-1.407,-13.13,-4.467,1.897,-13.13,-3.582,2.146,-4.985,0,1.136,-4.985,2.462,-1.135,-4.985,3.07,-2.633,-4.985,1.366,-2.633,-4.985,-1.366,-1.135,-4.985,-3.07,1.136,-4.985,-2.462,2.156,-11.45,0,1.225,-11.45,1.956,-0.8662,-11.45,2.439,-2.543,-11.45,1.085,-2.543,-11.45,-1.085,-0.8662,-11.45,-2.439,1.225,-11.45,-1.956,2.051,5.729,0,1.076,5.729,2.375,-1.114,5.729,2.961,-2.87,5.729,1.318,-2.87,5.729,-1.318,-1.114,5.729,-2.961,1.076,5.729,-2.375,1.842,-15.12,0,1.03,-15.12,1.873,-0.7965,-15.12,2.295,-2.261,-15.12,1.113,-2.261,-15.12,-0.9478,-0.7965,-15.12,-2.13,1.03,-15.12,-1.708,0.6277,-16.1,0,0.2723,-16.1,0.912,-0.5262,-16.1,1.096,-1.167,-16.1,0.5796,-1.167,-16.1,-0.4145,-0.5262,-16.1,-0.9313,0.2723,-16.1,-0.7469])

IndexedFaceSet50.setCoord(Coordinate51)
TextureCoordinate52 = x3d.TextureCoordinate()
TextureCoordinate52.setPoint([0.719,0.5576,0.6284,0.5576,0.7414,0.5576,0.6787,0.5576,0.5781,0.5576,0.5154,0.5576,0.5378,0.5576,0.6284,0.5029,0.7509,0.3997,0.6284,0.3997,0.7509,0.5029,0.7811,0.3997,0.7811,0.5029,0.6964,0.3997,0.6964,0.5029,0.5604,0.3997,0.5604,0.5029,0.4756,0.3997,0.4756,0.5029,0.5059,0.3997,0.5059,0.5029,0.7509,0.3197,0.6284,0.3197,0.7811,0.3197,0.6964,0.3197,0.5604,0.3197,0.4756,0.3197,0.5059,0.3197,0.7651,0.2166,0.6284,0.2166,0.7989,0.2166,0.7043,0.2166,0.5525,0.2166,0.4579,0.2166,0.4917,0.2166,0.7224,0.263,0.6284,0.263,0.7456,0.263,0.6805,0.263,0.5762,0.263,0.5112,0.263,0.5344,0.263,0.8705,0.5452,0.8705,0.5383,0.8705,0.5369,0.8705,0.5408,0.8705,0.5483,0.8705,0.5522,0.8705,0.5509,0.917,0.5452,0.917,0.5266,0.89,0.5304,0.89,0.5452,0.917,0.522,0.89,0.5268,0.917,0.5349,0.89,0.537,0.917,0.5555,0.89,0.5534,0.917,0.5684,0.89,0.5636,0.917,0.5638,0.89,0.56,0.8746,0.531,0.8746,0.5452,0.8746,0.5279,0.8746,0.5368,0.8746,0.5524,0.8746,0.5613,0.8746,0.5581])

IndexedFaceSet50.setTexCoord(TextureCoordinate52)

Shape46.setGeometry(IndexedFaceSet50)

Transform45.addChildren(Shape46)

HAnimSegment44.addChildren(Transform45)

HAnimJoint43.addChildren(HAnimSegment44)
HAnimJoint53 = x3d.HAnimJoint()
HAnimJoint53.setName("l_knee")
HAnimJoint53.setDEF("hanim_l_knee")
HAnimJoint53.setCenter([4.116,17.26,-0.8639])
HAnimSegment54 = x3d.HAnimSegment()
HAnimSegment54.setName("l_calf")
HAnimSegment54.setDEF("hanim_l_calf")
Transform55 = x3d.Transform()
Transform55.setTranslation([4.116,17.26,-0.8639])
Shape56 = x3d.Shape()
Appearance57 = x3d.Appearance()
Material58 = x3d.Material()
Material58.setDiffuseColor([0.588,0.588,0.588])

Appearance57.setMaterial(Material58)
ImageTexture59 = x3d.ImageTexture()
ImageTexture59.setUSE("AnnexC01JinTextureAtlas")

Appearance57.setTexture(ImageTexture59)

Shape56.setAppearance(Appearance57)
IndexedFaceSet60 = x3d.IndexedFaceSet()
IndexedFaceSet60.setCreaseAngle(3.14159)
IndexedFaceSet60.setCoordIndex([4,3,2,-1,5,4,2,-1,2,1,0,-1,5,2,0,-1,6,5,0,-1,9,8,7,-1,7,10,9,-1,12,11,8,-1,8,9,12,-1,14,13,11,-1,11,12,14,-1,16,15,13,-1,13,14,16,-1,18,17,15,-1,15,16,18,-1,20,19,17,-1,17,18,20,-1,10,7,19,-1,19,20,10,-1,21,9,10,-1,10,22,21,-1,23,12,9,-1,9,21,23,-1,24,14,12,-1,12,23,24,-1,25,16,14,-1,14,24,25,-1,26,18,16,-1,16,25,26,-1,27,20,18,-1,18,26,27,-1,22,10,20,-1,20,27,22,-1,1,21,22,-1,22,0,1,-1,2,23,21,-1,21,1,2,-1,3,24,23,-1,23,2,3,-1,4,25,24,-1,24,3,4,-1,5,26,25,-1,25,4,5,-1,6,27,26,-1,26,5,6,-1,0,22,27,-1,27,6,0,-1,8,29,28,-1,28,7,8,-1,11,30,29,-1,29,8,11,-1,13,31,30,-1,30,11,13,-1,15,32,31,-1,31,13,15,-1,17,33,32,-1,32,15,17,-1,19,34,33,-1,33,17,19,-1,7,28,34,-1,34,19,7,-1,29,36,35,-1,35,28,29,-1,30,37,36,-1,36,29,30,-1,31,38,37,-1,37,30,31,-1,32,39,38,-1,38,31,32,-1,33,40,39,-1,39,32,33,-1,34,41,40,-1,40,33,34,-1,28,35,41,-1,41,34,28,-1])
IndexedFaceSet60.setTexCoordIndex([4,3,2,-1,5,4,2,-1,2,1,0,-1,5,2,0,-1,6,5,0,-1,9,8,7,-1,7,10,9,-1,12,11,8,-1,8,9,12,-1,14,13,11,-1,11,12,14,-1,16,15,13,-1,13,14,16,-1,18,17,15,-1,15,16,18,-1,20,19,17,-1,17,18,20,-1,10,7,19,-1,19,20,10,-1,21,9,10,-1,10,22,21,-1,23,12,9,-1,9,21,23,-1,24,14,12,-1,12,23,24,-1,25,16,14,-1,14,24,25,-1,26,18,16,-1,16,25,26,-1,27,20,18,-1,18,26,27,-1,22,10,20,-1,20,27,22,-1,1,21,22,-1,22,0,1,-1,2,23,21,-1,21,1,2,-1,3,24,23,-1,23,2,3,-1,4,25,24,-1,24,3,4,-1,5,26,25,-1,25,4,5,-1,6,27,26,-1,26,5,6,-1,0,22,27,-1,27,6,0,-1,8,29,28,-1,28,7,8,-1,11,30,29,-1,29,8,11,-1,13,31,30,-1,30,11,13,-1,15,32,31,-1,31,13,15,-1,17,33,32,-1,32,15,17,-1,19,34,33,-1,33,17,19,-1,7,28,34,-1,34,19,7,-1,29,36,35,-1,35,28,29,-1,30,37,36,-1,36,29,30,-1,31,38,37,-1,37,30,31,-1,32,39,38,-1,38,31,32,-1,33,40,39,-1,39,32,33,-1,34,41,40,-1,40,33,34,-1,28,35,41,-1,41,34,28,-1])
Coordinate61 = x3d.Coordinate()
Coordinate61.setPoint([0.7186,0.9688,0.0234,0.3632,0.9688,0.9354,-0.4353,0.9688,1.12,-1.076,0.9688,0.603,-1.076,0.9688,-0.3911,-0.4353,0.9688,-0.9079,0.3632,0.9688,-0.7235,2.337,-4.613,0.0234,1.46,-3.622,2.019,1.236,-1.628,2.42,2.118,-1.912,0.0234,-0.8111,-3.622,2.567,-0.7468,-1.628,2.903,-2.254,-4.613,1.255,-2.337,-1.912,0.9793,-2.254,-5.383,-1.368,-2.337,-1.912,-0.9325,-0.8111,-5.383,-2.903,-0.7468,-1.912,-2.368,1.46,-5.383,-2.355,1.236,-1.912,-1.885,1.121,-0.0032,1.896,1.933,-0.0032,0.0234,-0.7056,-0.0032,2.318,-2.17,-0.0032,1.136,-2.17,-0.0032,-0.9244,-0.7056,-0.0032,-2.061,1.121,-0.0032,-1.64,1.607,-12.92,0.0032,0.9216,-12.91,1.565,-0.619,-12.91,1.951,-1.854,-12.92,0.8701,-1.854,-12.94,-0.9762,-0.619,-12.94,-1.742,0.9216,-12.94,-1.356,0.7072,-14.53,0.0239,0.3604,-14.53,0.814,-0.4188,-14.53,1.009,-1.044,-14.53,0.4624,-1.044,-14.54,-0.4714,-0.4188,-14.54,-0.8587,0.3604,-14.54,-0.6635])

IndexedFaceSet60.setCoord(Coordinate61)
TextureCoordinate62 = x3d.TextureCoordinate()
TextureCoordinate62.setPoint([0.9309,0.5848,0.919,0.5848,0.8921,0.5848,0.8706,0.5848,0.8706,0.5848,0.8921,0.5848,0.919,0.5848,0.9845,0.5321,0.955,0.5475,0.9491,0.5599,0.9788,0.5571,0.8787,0.5475,0.8825,0.5599,0.8302,0.5321,0.8291,0.5571,0.8302,0.52,0.8291,0.5571,0.8787,0.52,0.8825,0.5571,0.955,0.52,0.9491,0.5571,0.9444,0.5755,0.9717,0.5755,0.8831,0.5755,0.8339,0.5755,0.8339,0.5755,0.8831,0.5755,0.9444,0.5755,0.9679,0.2444,0.9449,0.2445,0.8931,0.2445,0.8516,0.2444,0.8516,0.2442,0.8931,0.2442,0.9449,0.2442,0.9372,0.2243,0.9255,0.2244,0.8993,0.2244,0.8783,0.2243,0.8783,0.2243,0.8993,0.2243,0.9255,0.2243])

IndexedFaceSet60.setTexCoord(TextureCoordinate62)

Shape56.setGeometry(IndexedFaceSet60)

Transform55.addChildren(Shape56)

HAnimSegment54.addChildren(Transform55)

HAnimJoint53.addChildren(HAnimSegment54)
HAnimJoint63 = x3d.HAnimJoint()
HAnimJoint63.setName("l_talocrural")
HAnimJoint63.setDEF("hanim_l_talocrural")
HAnimJoint63.setCenter([3.854,3.939,-0.7038])
HAnimSegment64 = x3d.HAnimSegment()
HAnimSegment64.setName("l_hindfoot")
HAnimSegment64.setDEF("hanim_l_hindfoot")
Transform65 = x3d.Transform()
Transform65.setTranslation([3.854,3.939,-0.7038])
Shape66 = x3d.Shape()
Appearance67 = x3d.Appearance()
Material68 = x3d.Material()
Material68.setDiffuseColor([0.588,0.588,0.588])

Appearance67.setMaterial(Material68)
ImageTexture69 = x3d.ImageTexture()
ImageTexture69.setUSE("AnnexC01JinTextureAtlas")

Appearance67.setTexture(ImageTexture69)

Shape66.setAppearance(Appearance67)
IndexedFaceSet70 = x3d.IndexedFaceSet()
IndexedFaceSet70.setCreaseAngle(3.14159)
IndexedFaceSet70.setCoordIndex([1,11,14,-1,3,4,5,-1,5,6,3,-1,1,0,4,-1,4,3,1,-1,0,2,5,-1,5,4,0,-1,11,1,3,-1,3,6,11,-1,15,2,0,-1,0,12,15,-1,0,1,13,-1,13,12,0,-1,13,1,14,-1,7,18,11,-1,8,6,5,-1,5,9,8,-1,7,8,9,-1,9,10,7,-1,10,9,5,-1,5,2,10,-1,11,6,8,-1,8,7,11,-1,15,16,10,-1,10,2,15,-1,10,16,17,-1,17,7,10,-1,17,18,7,-1,21,22,23,-1,23,24,25,-1,25,26,19,-1,23,25,19,-1,21,23,19,-1,20,21,19,-1,15,12,20,-1,20,19,15,-1,12,13,21,-1,21,20,12,-1,13,14,22,-1,22,21,13,-1,14,11,23,-1,23,22,14,-1,11,18,24,-1,24,23,11,-1,18,17,25,-1,25,24,18,-1,17,16,26,-1,26,25,17,-1,16,15,19,-1,19,26,16,-1,33,31,30,-1,30,27,33,-1,36,27,30,-1,30,38,36,-1,29,33,27,-1,27,28,29,-1,37,28,27,-1,27,36,37,-1,28,37,42,-1,42,29,28,-1,33,32,34,-1,34,31,33,-1,39,40,34,-1,34,32,39,-1,29,35,32,-1,32,33,29,-1,41,39,32,-1,32,35,41,-1,35,29,42,-1,42,41,35,-1,44,45,46,-1,44,46,47,-1,44,47,43,-1,51,52,53,-1,54,48,49,-1,53,54,49,-1,51,53,49,-1,51,49,50,-1,30,31,44,-1,44,43,30,-1,31,34,45,-1,45,44,31,-1,34,40,46,-1,46,45,34,-1,40,38,47,-1,47,46,40,-1,38,30,43,-1,43,47,38,-1,37,36,49,-1,49,48,37,-1,36,38,50,-1,50,49,36,-1,38,40,51,-1,51,50,38,-1,40,39,52,-1,52,51,40,-1,39,41,53,-1,53,52,39,-1,41,42,54,-1,54,53,41,-1,42,37,48,-1,48,54,42,-1])
IndexedFaceSet70.setTexCoordIndex([1,14,18,-1,3,4,5,-1,5,6,3,-1,1,0,4,-1,4,3,1,-1,0,2,5,-1,5,4,0,-1,14,1,3,-1,3,6,14,-1,19,2,0,-1,0,16,19,-1,0,1,17,-1,17,16,0,-1,17,1,18,-1,7,23,15,-1,9,8,11,-1,11,10,9,-1,7,9,10,-1,10,12,7,-1,12,10,11,-1,11,13,12,-1,15,8,9,-1,9,7,15,-1,20,21,12,-1,12,13,20,-1,12,21,22,-1,22,7,12,-1,22,23,7,-1,26,27,28,-1,28,29,30,-1,30,31,24,-1,28,30,24,-1,26,28,24,-1,25,26,24,-1,19,16,25,-1,25,24,19,-1,16,17,26,-1,26,25,16,-1,17,18,27,-1,27,26,17,-1,18,14,28,-1,28,27,18,-1,15,23,29,-1,29,28,15,-1,23,22,30,-1,30,29,23,-1,22,21,31,-1,31,30,22,-1,21,20,24,-1,24,31,21,-1,34,38,37,-1,37,32,34,-1,46,32,37,-1,37,48,46,-1,35,34,32,-1,32,33,35,-1,47,33,32,-1,32,46,47,-1,33,47,53,-1,53,36,33,-1,40,39,42,-1,42,41,40,-1,49,50,42,-1,42,39,49,-1,44,43,39,-1,39,40,44,-1,51,49,39,-1,39,43,51,-1,43,45,52,-1,52,51,43,-1,55,56,57,-1,55,57,58,-1,55,58,54,-1,62,63,64,-1,65,59,60,-1,64,65,60,-1,62,64,60,-1,62,60,61,-1,37,38,55,-1,55,54,37,-1,41,42,56,-1,56,55,41,-1,42,50,57,-1,57,56,42,-1,50,48,58,-1,58,57,50,-1,48,37,54,-1,54,58,48,-1,47,46,60,-1,60,59,47,-1,46,48,61,-1,61,60,46,-1,48,50,62,-1,62,61,48,-1,50,49,63,-1,63,62,50,-1,49,51,64,-1,64,63,49,-1,51,52,65,-1,65,64,51,-1,53,47,59,-1,59,65,53,-1])
Coordinate71 = x3d.Coordinate()
Coordinate71.setPoint([0.9768,-0.0192,-1.681,1.657,-0.0192,0.4309,0,-0.0192,-1.681,1.403,0.7316,0.354,0.8174,0.7316,-1.463,0,0.7316,-1.463,0,0.7316,1.471,-1.657,-0.0192,0.4309,-1.403,0.7316,0.354,-0.8174,0.7316,-1.463,-0.9768,-0.0192,-1.681,0,-0.0192,1.75,1.109,-0.6007,-2.046,2.045,-0.6007,0.4309,1.695,-0.296,1.429,0,-0.6007,-2.046,-1.109,-0.6007,-2.046,-2.045,-0.6007,0.4309,-1.695,-0.296,1.429,0,-1.207,-1.841,1.023,-1.207,-1.841,1.913,-1.223,0.5161,1.601,-0.9325,1.406,0,-0.6582,1.708,-1.601,-0.9325,1.406,-1.913,-1.223,0.5161,-1.023,-1.207,-1.841,1.409,-1.925,-2.878,1.409,-3.947,-1.681,0,-3.947,-1.681,1.109,-0.6007,-2.046,0,-0.6007,-2.046,-1.409,-1.925,-2.878,0,-1.925,-2.878,-1.109,-0.6007,-2.046,-1.409,-3.947,-1.681,2.927,-1.925,0.4309,2.089,-3.947,0.4309,2.045,-0.6007,0.4309,-2.927,-1.925,0.4309,-2.045,-0.6007,0.4309,-2.089,-3.947,0.4309,0,-3.947,0.4309,0.9442,-0.3153,-1.692,0,-0.3153,-1.692,-0.9442,-0.3153,-1.692,-1.7,-0.3153,0.3093,1.7,-0.3153,0.3093,1.86,-3.793,1.364,2.541,-1.963,1.364,1.861,-0.9431,1.364,-1.861,-0.9431,1.364,-2.541,-1.963,1.364,-1.86,-3.793,1.364,0,-3.793,1.364])

IndexedFaceSet70.setCoord(Coordinate71)
TextureCoordinate72 = x3d.TextureCoordinate()
TextureCoordinate72.setPoint([0.3819,0.171,0.4216,0.1651,0.3819,0.171,0.4216,0.1651,0.3819,0.171,0.3819,0.171,0.4637,0.1714,0.4216,0.1651,0.4637,0.1714,0.4216,0.1651,0.3819,0.171,0.3819,0.171,0.3819,0.171,0.3819,0.171,0.4637,0.1714,0.4637,0.1714,0.3861,0.1398,0.4244,0.1312,0.4394,0.1472,0.3836,0.1404,0.3836,0.1404,0.3861,0.1398,0.4244,0.1312,0.4394,0.1472,0.3836,0.1404,0.3861,0.1398,0.4244,0.1312,0.4394,0.1472,0.4637,0.1714,0.4394,0.1472,0.4244,0.1312,0.3861,0.1398,0.3873,0.0706,0.3871,0.0221,0.3873,0.0706,0.3871,0.0221,0.3871,0.0221,0.3861,0.1398,0.3836,0.1404,0.3873,0.0706,0.3873,0.0706,0.3836,0.1404,0.3861,0.1398,0.3871,0.0221,0.3871,0.0221,0.3871,0.0221,0.433,0.0595,0.4411,0.0186,0.4244,0.1312,0.433,0.0595,0.4244,0.1312,0.4411,0.0186,0.4411,0.0186,0.4411,0.0186,0.3861,0.1398,0.3836,0.1404,0.3861,0.1398,0.4244,0.1312,0.4244,0.1312,0.4411,0.0186,0.433,0.0595,0.4244,0.1312,0.4244,0.1312,0.433,0.0595,0.4411,0.0186,0.4411,0.0186])

IndexedFaceSet70.setTexCoord(TextureCoordinate72)

Shape66.setGeometry(IndexedFaceSet70)

Transform65.addChildren(Shape66)

HAnimSegment64.addChildren(Transform65)

HAnimJoint63.addChildren(HAnimSegment64)
HAnimJoint73 = x3d.HAnimJoint()
HAnimJoint73.setName("l_metatarsophalangeal")
HAnimJoint73.setDEF("hanim_l_metatarsophalangeal")
HAnimJoint73.setCenter([3.854,3.64,0.7402])
HAnimSegment74 = x3d.HAnimSegment()
HAnimSegment74.setName("l_middistal")
HAnimSegment74.setDEF("hanim_l_middistal")
Transform75 = x3d.Transform()
Transform75.setTranslation([3.854,3.64,0.7402])
Shape76 = x3d.Shape()
Appearance77 = x3d.Appearance()
Material78 = x3d.Material()
Material78.setDiffuseColor([0.588,0.588,0.588])

Appearance77.setMaterial(Material78)
ImageTexture79 = x3d.ImageTexture()
ImageTexture79.setUSE("AnnexC01JinTextureAtlas")

Appearance77.setTexture(ImageTexture79)

Shape76.setAppearance(Appearance77)
IndexedFaceSet80 = x3d.IndexedFaceSet()
IndexedFaceSet80.setCreaseAngle(3.14159)
IndexedFaceSet80.setCoordIndex([3,4,10,-1,3,10,11,-1,0,3,11,-1,1,0,11,-1,11,12,1,-1,1,12,16,-1,16,9,1,-1,2,17,10,-1,10,4,2,-1,13,8,6,-1,14,13,6,-1,5,14,6,-1,7,15,14,-1,14,5,7,-1,7,9,16,-1,16,15,7,-1,2,8,13,-1,13,17,2,-1,20,21,22,-1,20,22,23,-1,20,23,24,-1,19,20,24,-1,19,24,18,-1,0,1,19,-1,19,18,0,-1,1,9,20,-1,20,19,1,-1,9,7,21,-1,21,20,9,-1,7,5,22,-1,22,21,7,-1,5,6,23,-1,23,22,5,-1,6,3,24,-1,24,23,6,-1,3,0,18,-1,18,24,3,-1,6,8,2,-1,3,6,2,-1,4,3,2,-1,28,26,25,-1,25,29,28,-1,35,27,26,-1,26,28,35,-1,27,35,40,-1,25,26,31,-1,31,30,25,-1,31,26,27,-1,27,32,31,-1,32,27,40,-1,40,41,32,-1,42,29,25,-1,25,30,42,-1,28,29,34,-1,34,33,28,-1,35,28,33,-1,33,36,35,-1,36,40,35,-1,34,37,38,-1,38,33,34,-1,38,39,36,-1,36,33,38,-1,39,41,40,-1,40,36,39,-1,42,37,34,-1,34,29,42,-1])
IndexedFaceSet80.setTexCoordIndex([4,5,12,-1,4,12,13,-1,0,4,13,-1,1,0,13,-1,13,14,1,-1,1,14,19,-1,19,3,1,-1,2,21,12,-1,12,5,2,-1,15,10,7,-1,16,15,7,-1,6,16,7,-1,8,17,16,-1,16,6,8,-1,8,11,18,-1,18,17,8,-1,9,10,15,-1,15,20,9,-1,24,25,26,-1,24,26,27,-1,24,27,28,-1,23,24,28,-1,23,28,22,-1,0,1,23,-1,23,22,0,-1,1,3,24,-1,24,23,1,-1,11,8,25,-1,25,24,11,-1,8,6,26,-1,26,25,8,-1,6,7,27,-1,27,26,6,-1,7,4,28,-1,28,27,7,-1,4,0,22,-1,22,28,4,-1,7,10,9,-1,4,7,9,-1,5,4,9,-1,30,32,31,-1,31,29,30,-1,33,34,32,-1,32,30,33,-1,34,33,35,-1,31,32,37,-1,37,36,31,-1,37,32,34,-1,34,38,37,-1,38,34,35,-1,35,39,38,-1,40,29,31,-1,31,36,40,-1,41,44,43,-1,43,42,41,-1,45,41,42,-1,42,46,45,-1,46,50,45,-1,43,47,48,-1,48,42,43,-1,48,49,46,-1,46,42,48,-1,49,51,50,-1,50,46,49,-1,52,47,43,-1,43,44,52,-1])
Coordinate81 = x3d.Coordinate()
Coordinate81.setPoint([2.927,-1.627,-1.013,2.089,-3.648,-1.013,0,0.2797,0.3064,2.045,-0.3017,-1.013,1.695,0.0029,-0.0151,-2.927,-1.627,-1.013,-2.045,-0.3017,-1.013,-2.089,-3.648,-1.013,-1.695,0.0029,-0.0151,0,-3.648,-1.013,1.74,-0.3226,1.158,2.661,-1.866,0.9192,2.14,-3.648,0.9192,-1.74,-0.3226,1.158,-2.661,-1.866,0.9192,-2.14,-3.648,0.9192,0,-3.648,0.9192,0,-0.0274,1.661,2.405,-1.656,-1.915,1.75,-2.942,-1.915,0,-2.942,-1.915,-1.75,-2.942,-1.915,-2.405,-1.656,-1.915,-1.742,-0.5681,-1.915,1.742,-0.5681,-1.915,1.784,-0.648,2.332,2.216,-2.267,4.144,2.216,-3.648,3.776,0,-2.267,5.463,0,-0.5463,3.95,1.74,-0.3226,1.158,2.661,-1.866,0.9192,2.14,-3.648,0.9192,-2.216,-2.267,4.144,-1.784,-0.648,2.332,0,-3.648,5.096,-2.216,-3.648,3.776,-1.74,-0.3226,1.158,-2.661,-1.866,0.9192,-2.14,-3.648,0.9192,0,-3.648,3.776,0,-3.648,0.9192,0,-0.0274,1.661])

IndexedFaceSet80.setCoord(Coordinate81)
TextureCoordinate82 = x3d.TextureCoordinate()
TextureCoordinate82.setPoint([0.433,0.0595,0.4411,0.0186,0.4637,0.1714,0.4411,0.0186,0.4244,0.1312,0.4394,0.1472,0.433,0.0595,0.4244,0.1312,0.4411,0.0186,0.4637,0.1714,0.4394,0.1472,0.4411,0.0186,0.464,0.1246,0.4607,0.0558,0.4904,0.0166,0.464,0.1246,0.4607,0.0558,0.4904,0.0166,0.4949,0.0186,0.4949,0.0186,0.4868,0.1432,0.4868,0.1432,0.433,0.0595,0.4411,0.0186,0.4411,0.0186,0.4411,0.0186,0.433,0.0595,0.4244,0.1312,0.4244,0.1312,0.532,0.098,0.5645,0.0707,0.4885,0.102,0.5026,0.044,0.5945,0.0186,0.5487,0.0186,0.5487,0.0186,0.464,0.1246,0.4607,0.0558,0.4904,0.0166,0.4949,0.0186,0.4868,0.1432,0.5645,0.0707,0.5026,0.044,0.4885,0.102,0.532,0.098,0.5945,0.0186,0.5487,0.0186,0.464,0.1246,0.4607,0.0558,0.4904,0.0166,0.5487,0.0186,0.4949,0.0186,0.4868,0.1432])

IndexedFaceSet80.setTexCoord(TextureCoordinate82)

Shape76.setGeometry(IndexedFaceSet80)

Transform75.addChildren(Shape76)

HAnimSegment74.addChildren(Transform75)

HAnimJoint73.addChildren(HAnimSegment74)

HAnimJoint63.addChildren(HAnimJoint73)

HAnimJoint53.addChildren(HAnimJoint63)

HAnimJoint43.addChildren(HAnimJoint53)

HAnimJoint33.addChildren(HAnimJoint43)
HAnimJoint83 = x3d.HAnimJoint()
HAnimJoint83.setName("r_hip")
HAnimJoint83.setDEF("hanim_r_hip")
HAnimJoint83.setCenter([-4.207,32.02,-0.8155])
HAnimSegment84 = x3d.HAnimSegment()
HAnimSegment84.setName("r_thigh")
HAnimSegment84.setDEF("hanim_r_thigh")
Transform85 = x3d.Transform()
Transform85.setTranslation([-4.207,32.02,-0.8155])
Shape86 = x3d.Shape()
Appearance87 = x3d.Appearance()
Material88 = x3d.Material()
Material88.setDiffuseColor([0.588,0.588,0.588])

Appearance87.setMaterial(Material88)
ImageTexture89 = x3d.ImageTexture()
ImageTexture89.setUSE("AnnexC01JinTextureAtlas")

Appearance87.setTexture(ImageTexture89)

Shape86.setAppearance(Appearance87)
IndexedFaceSet90 = x3d.IndexedFaceSet()
IndexedFaceSet90.setCreaseAngle(3.14159)
IndexedFaceSet90.setCoordIndex([43,44,45,-1,42,43,45,-1,45,46,47,-1,42,45,47,-1,48,42,47,-1,0,7,8,-1,8,1,0,-1,1,8,9,-1,9,2,1,-1,2,9,10,-1,10,3,2,-1,3,10,11,-1,11,4,3,-1,4,11,12,-1,12,5,4,-1,5,12,13,-1,13,6,5,-1,6,13,7,-1,7,0,6,-1,7,14,15,-1,15,8,7,-1,8,15,16,-1,16,9,8,-1,9,16,17,-1,17,10,9,-1,10,17,18,-1,18,11,10,-1,11,18,19,-1,19,12,11,-1,12,19,20,-1,20,13,12,-1,13,20,14,-1,14,7,13,-1,14,21,22,-1,22,15,14,-1,15,22,23,-1,23,16,15,-1,16,23,24,-1,24,17,16,-1,17,24,25,-1,25,18,17,-1,18,25,26,-1,26,19,18,-1,19,26,27,-1,27,20,19,-1,20,27,21,-1,21,14,20,-1,60,59,58,-1,61,60,58,-1,58,57,56,-1,61,58,56,-1,62,61,56,-1,29,22,21,-1,21,28,29,-1,30,23,22,-1,22,29,30,-1,31,24,23,-1,23,30,31,-1,32,25,24,-1,24,31,32,-1,33,26,25,-1,25,32,33,-1,34,27,26,-1,26,33,34,-1,28,21,27,-1,27,34,28,-1,36,29,28,-1,28,35,36,-1,37,30,29,-1,29,36,37,-1,38,31,30,-1,30,37,38,-1,39,32,31,-1,31,38,39,-1,40,33,32,-1,32,39,40,-1,41,34,33,-1,33,40,41,-1,35,28,34,-1,34,41,35,-1,42,0,1,-1,1,43,42,-1,43,1,2,-1,2,44,43,-1,44,2,3,-1,3,45,44,-1,45,3,4,-1,4,46,45,-1,46,4,5,-1,5,47,46,-1,47,5,6,-1,6,48,47,-1,48,6,0,-1,0,42,48,-1,50,36,35,-1,35,49,50,-1,51,37,36,-1,36,50,51,-1,52,38,37,-1,37,51,52,-1,53,39,38,-1,38,52,53,-1,54,40,39,-1,39,53,54,-1,55,41,40,-1,40,54,55,-1,49,35,41,-1,41,55,49,-1,57,50,49,-1,49,56,57,-1,58,51,50,-1,50,57,58,-1,59,52,51,-1,51,58,59,-1,60,53,52,-1,52,59,60,-1,61,54,53,-1,53,60,61,-1,62,55,54,-1,54,61,62,-1,56,49,55,-1,55,62,56,-1])
IndexedFaceSet90.setTexCoordIndex([0,2,3,-1,1,0,3,-1,3,4,5,-1,1,3,5,-1,6,1,5,-1,7,9,8,-1,8,10,7,-1,10,8,11,-1,11,12,10,-1,12,11,13,-1,13,14,12,-1,14,13,15,-1,15,16,14,-1,16,15,17,-1,17,18,16,-1,18,17,19,-1,19,20,18,-1,20,19,9,-1,9,7,20,-1,9,22,21,-1,21,8,9,-1,8,21,23,-1,23,11,8,-1,11,23,24,-1,24,13,11,-1,13,24,25,-1,25,15,13,-1,15,25,26,-1,26,17,15,-1,17,26,27,-1,27,19,17,-1,19,27,22,-1,22,9,19,-1,22,29,28,-1,28,21,22,-1,21,28,30,-1,30,23,21,-1,23,30,31,-1,31,24,23,-1,24,31,32,-1,32,25,24,-1,25,32,33,-1,33,26,25,-1,26,33,34,-1,34,27,26,-1,27,34,29,-1,29,22,27,-1,46,45,44,-1,47,46,44,-1,44,43,42,-1,47,44,42,-1,48,47,42,-1,35,28,29,-1,29,36,35,-1,37,30,28,-1,28,35,37,-1,38,31,30,-1,30,37,38,-1,39,32,31,-1,31,38,39,-1,40,33,32,-1,32,39,40,-1,41,34,33,-1,33,40,41,-1,36,29,34,-1,34,41,36,-1,51,50,49,-1,49,52,51,-1,54,53,50,-1,50,51,54,-1,56,55,53,-1,53,54,56,-1,58,57,55,-1,55,56,58,-1,60,59,57,-1,57,58,60,-1,62,61,59,-1,59,60,62,-1,52,49,61,-1,61,62,52,-1,1,7,10,-1,10,0,1,-1,0,10,12,-1,12,2,0,-1,2,12,14,-1,14,3,2,-1,3,14,16,-1,16,4,3,-1,4,16,18,-1,18,5,4,-1,5,18,20,-1,20,6,5,-1,6,20,7,-1,7,1,6,-1,63,51,52,-1,52,64,63,-1,65,54,51,-1,51,63,65,-1,66,56,54,-1,54,65,66,-1,67,58,56,-1,56,66,67,-1,68,60,58,-1,58,67,68,-1,69,62,60,-1,60,68,69,-1,64,52,62,-1,62,69,64,-1,43,63,64,-1,64,42,43,-1,44,65,63,-1,63,43,44,-1,45,66,65,-1,65,44,45,-1,46,67,66,-1,66,45,46,-1,47,68,67,-1,67,46,47,-1,48,69,68,-1,68,47,48,-1,42,64,69,-1,69,48,42,-1])
Coordinate91 = x3d.Coordinate()
Coordinate91.setPoint([-2.96,3.738,0,-1.643,3.738,3.209,1.316,3.738,4.002,3.367,3.738,1.781,3.367,3.738,-1.781,1.316,3.738,-4.002,-1.643,3.738,-3.209,-2.96,-0.0114,0,-1.643,-0.0114,3.209,1.316,-0.0114,4.002,3.367,-0.0114,1.781,3.367,-0.0114,-1.781,1.316,-0.0114,-4.002,-1.643,-0.0114,-3.209,-2.96,-6.507,0,-1.643,-6.507,3.209,1.316,-6.507,4.002,3.367,-6.507,1.781,3.367,-6.507,-1.781,1.316,-6.507,-4.002,-1.643,-6.507,-3.209,-3.367,-13.13,0,-1.897,-13.13,3.582,1.407,-13.13,4.467,3.355,-13.13,1.988,3.355,-13.13,-1.988,1.407,-13.13,-4.467,-1.897,-13.13,-3.582,-2.146,-4.985,0,-1.136,-4.985,2.462,1.135,-4.985,3.07,2.633,-4.985,1.366,2.633,-4.985,-1.366,1.135,-4.985,-3.07,-1.136,-4.985,-2.462,-2.156,-11.45,0,-1.225,-11.45,1.956,0.8662,-11.45,2.439,2.543,-11.45,1.085,2.543,-11.45,-1.085,0.8662,-11.45,-2.439,-1.225,-11.45,-1.956,-2.051,5.729,0,-1.076,5.729,2.375,1.114,5.729,2.961,2.87,5.729,1.318,2.87,5.729,-1.318,1.114,5.729,-2.961,-1.076,5.729,-2.375,-1.842,-15.12,0,-1.03,-15.12,1.873,0.7965,-15.12,2.295,2.261,-15.12,1.113,2.261,-15.12,-0.9478,0.7965,-15.12,-2.13,-1.03,-15.12,-1.708,-0.6277,-16.1,0,-0.2723,-16.1,0.912,0.5262,-16.1,1.096,1.167,-16.1,0.5796,1.167,-16.1,-0.4145,0.5262,-16.1,-0.9313,-0.2723,-16.1,-0.7469])

IndexedFaceSet90.setCoord(Coordinate91)
TextureCoordinate92 = x3d.TextureCoordinate()
TextureCoordinate92.setPoint([0.719,0.5576,0.6284,0.5576,0.7414,0.5576,0.6787,0.5576,0.5781,0.5576,0.5154,0.5576,0.5378,0.5576,0.6284,0.5029,0.7509,0.3997,0.6284,0.3997,0.7509,0.5029,0.7811,0.3997,0.7811,0.5029,0.6964,0.3997,0.6964,0.5029,0.5604,0.3997,0.5604,0.5029,0.4756,0.3997,0.4756,0.5029,0.5059,0.3997,0.5059,0.5029,0.7509,0.3197,0.6284,0.3197,0.7811,0.3197,0.6964,0.3197,0.5604,0.3197,0.4756,0.3197,0.5059,0.3197,0.7651,0.2166,0.6284,0.2166,0.7989,0.2166,0.7043,0.2166,0.5525,0.2166,0.4579,0.2166,0.4917,0.2166,0.7224,0.263,0.6284,0.263,0.7456,0.263,0.6805,0.263,0.5762,0.263,0.5112,0.263,0.5344,0.263,0.8705,0.5452,0.8705,0.5383,0.8705,0.5369,0.8705,0.5408,0.8705,0.5483,0.8705,0.5522,0.8705,0.5509,0.917,0.5452,0.917,0.5266,0.89,0.5304,0.89,0.5452,0.917,0.522,0.89,0.5268,0.917,0.5349,0.89,0.537,0.917,0.5555,0.89,0.5534,0.917,0.5684,0.89,0.5636,0.917,0.5638,0.89,0.56,0.8746,0.531,0.8746,0.5452,0.8746,0.5279,0.8746,0.5368,0.8746,0.5524,0.8746,0.5613,0.8746,0.5581])

IndexedFaceSet90.setTexCoord(TextureCoordinate92)

Shape86.setGeometry(IndexedFaceSet90)

Transform85.addChildren(Shape86)

HAnimSegment84.addChildren(Transform85)

HAnimJoint83.addChildren(HAnimSegment84)
HAnimJoint93 = x3d.HAnimJoint()
HAnimJoint93.setName("r_knee")
HAnimJoint93.setDEF("hanim_r_knee")
HAnimJoint93.setCenter([-4.116,17.26,-0.8639])
HAnimSegment94 = x3d.HAnimSegment()
HAnimSegment94.setName("r_calf")
HAnimSegment94.setDEF("hanim_r_calf")
Transform95 = x3d.Transform()
Transform95.setTranslation([-4.116,17.26,-0.8639])
Shape96 = x3d.Shape()
Appearance97 = x3d.Appearance()
Material98 = x3d.Material()
Material98.setDiffuseColor([0.588,0.588,0.588])

Appearance97.setMaterial(Material98)
ImageTexture99 = x3d.ImageTexture()
ImageTexture99.setUSE("AnnexC01JinTextureAtlas")

Appearance97.setTexture(ImageTexture99)

Shape96.setAppearance(Appearance97)
IndexedFaceSet100 = x3d.IndexedFaceSet()
IndexedFaceSet100.setCreaseAngle(3.14159)
IndexedFaceSet100.setCoordIndex([0,1,2,-1,2,3,4,-1,2,4,5,-1,0,2,5,-1,6,0,5,-1,9,10,7,-1,7,8,9,-1,12,9,8,-1,8,11,12,-1,14,12,11,-1,11,13,14,-1,16,14,13,-1,13,15,16,-1,18,16,15,-1,15,17,18,-1,20,18,17,-1,17,19,20,-1,10,20,19,-1,19,7,10,-1,21,22,10,-1,10,9,21,-1,23,21,9,-1,9,12,23,-1,24,23,12,-1,12,14,24,-1,25,24,14,-1,14,16,25,-1,26,25,16,-1,16,18,26,-1,27,26,18,-1,18,20,27,-1,22,27,20,-1,20,10,22,-1,1,0,22,-1,22,21,1,-1,2,1,21,-1,21,23,2,-1,3,2,23,-1,23,24,3,-1,4,3,24,-1,24,25,4,-1,5,4,25,-1,25,26,5,-1,6,5,26,-1,26,27,6,-1,0,6,27,-1,27,22,0,-1,8,7,28,-1,28,29,8,-1,11,8,29,-1,29,30,11,-1,13,11,30,-1,30,31,13,-1,15,13,31,-1,31,32,15,-1,17,15,32,-1,32,33,17,-1,19,17,33,-1,33,34,19,-1,7,19,34,-1,34,28,7,-1,29,28,35,-1,35,36,29,-1,30,29,36,-1,36,37,30,-1,31,30,37,-1,37,38,31,-1,32,31,38,-1,38,39,32,-1,33,32,39,-1,39,40,33,-1,34,33,40,-1,40,41,34,-1,28,34,41,-1,41,35,28,-1])
IndexedFaceSet100.setTexCoordIndex([0,1,2,-1,2,3,4,-1,2,4,5,-1,0,2,5,-1,6,0,5,-1,9,10,7,-1,7,8,9,-1,12,9,8,-1,8,11,12,-1,14,12,11,-1,11,13,14,-1,16,14,13,-1,13,15,16,-1,18,16,15,-1,15,17,18,-1,20,18,17,-1,17,19,20,-1,10,20,19,-1,19,7,10,-1,21,22,10,-1,10,9,21,-1,23,21,9,-1,9,12,23,-1,24,23,12,-1,12,14,24,-1,25,24,14,-1,14,16,25,-1,26,25,16,-1,16,18,26,-1,27,26,18,-1,18,20,27,-1,22,27,20,-1,20,10,22,-1,1,0,22,-1,22,21,1,-1,2,1,21,-1,21,23,2,-1,3,2,23,-1,23,24,3,-1,4,3,24,-1,24,25,4,-1,5,4,25,-1,25,26,5,-1,6,5,26,-1,26,27,6,-1,0,6,27,-1,27,22,0,-1,8,7,28,-1,28,29,8,-1,11,8,29,-1,29,30,11,-1,13,11,30,-1,30,31,13,-1,15,13,31,-1,31,32,15,-1,17,15,32,-1,32,33,17,-1,19,17,33,-1,33,34,19,-1,7,19,34,-1,34,28,7,-1,29,28,35,-1,35,36,29,-1,30,29,36,-1,36,37,30,-1,31,30,37,-1,37,38,31,-1,32,31,38,-1,38,39,32,-1,33,32,39,-1,39,40,33,-1,34,33,40,-1,40,41,34,-1,28,34,41,-1,41,35,28,-1])
Coordinate101 = x3d.Coordinate()
Coordinate101.setPoint([-0.7186,0.9688,0.0234,-0.3632,0.9688,0.9354,0.4353,0.9688,1.12,1.076,0.9688,0.603,1.076,0.9688,-0.3911,0.4353,0.9688,-0.9079,-0.3632,0.9688,-0.7235,-2.337,-4.613,0.0234,-1.46,-3.622,2.019,-1.236,-1.628,2.42,-2.118,-1.912,0.0234,0.8111,-3.622,2.567,0.7468,-1.628,2.903,2.254,-4.613,1.255,2.337,-1.912,0.9793,2.254,-5.383,-1.368,2.337,-1.912,-0.9325,0.8111,-5.383,-2.903,0.7468,-1.912,-2.368,-1.46,-5.383,-2.355,-1.236,-1.912,-1.885,-1.121,-0.0032,1.896,-1.933,-0.0032,0.0234,0.7056,-0.0032,2.318,2.17,-0.0032,1.136,2.17,-0.0032,-0.9244,0.7056,-0.0032,-2.061,-1.121,-0.0032,-1.64,-1.607,-12.92,0.0032,-0.9216,-12.91,1.565,0.619,-12.91,1.951,1.854,-12.92,0.8701,1.854,-12.94,-0.9762,0.619,-12.94,-1.742,-0.9216,-12.94,-1.356,-0.7072,-14.53,0.0239,-0.3604,-14.53,0.814,0.4188,-14.53,1.009,1.044,-14.53,0.4624,1.044,-14.54,-0.4714,0.4188,-14.54,-0.8587,-0.3604,-14.54,-0.6635])

IndexedFaceSet100.setCoord(Coordinate101)
TextureCoordinate102 = x3d.TextureCoordinate()
TextureCoordinate102.setPoint([0.9309,0.5848,0.919,0.5848,0.8921,0.5848,0.8706,0.5848,0.8706,0.5848,0.8921,0.5848,0.919,0.5848,0.9845,0.5321,0.955,0.5475,0.9491,0.5599,0.9788,0.5571,0.8787,0.5475,0.8825,0.5599,0.8302,0.5321,0.8291,0.5571,0.8302,0.52,0.8291,0.5571,0.8787,0.52,0.8825,0.5571,0.955,0.52,0.9491,0.5571,0.9444,0.5755,0.9717,0.5755,0.8831,0.5755,0.8339,0.5755,0.8339,0.5755,0.8831,0.5755,0.9444,0.5755,0.9679,0.2444,0.9449,0.2445,0.8931,0.2445,0.8516,0.2444,0.8516,0.2442,0.8931,0.2442,0.9449,0.2442,0.9372,0.2243,0.9255,0.2244,0.8993,0.2244,0.8783,0.2243,0.8783,0.2243,0.8993,0.2243,0.9255,0.2243])

IndexedFaceSet100.setTexCoord(TextureCoordinate102)

Shape96.setGeometry(IndexedFaceSet100)

Transform95.addChildren(Shape96)

HAnimSegment94.addChildren(Transform95)

HAnimJoint93.addChildren(HAnimSegment94)
HAnimJoint103 = x3d.HAnimJoint()
HAnimJoint103.setName("r_talocrural")
HAnimJoint103.setDEF("hanim_r_talocrural")
HAnimJoint103.setCenter([-3.854,3.939,-0.7038])
HAnimSegment104 = x3d.HAnimSegment()
HAnimSegment104.setName("r_hindfoot")
HAnimSegment104.setDEF("hanim_r_hindfoot")
Transform105 = x3d.Transform()
Transform105.setTranslation([-3.854,3.939,-0.7038])
Shape106 = x3d.Shape()
Appearance107 = x3d.Appearance()
Material108 = x3d.Material()
Material108.setDiffuseColor([0.588,0.588,0.588])

Appearance107.setMaterial(Material108)
ImageTexture109 = x3d.ImageTexture()
ImageTexture109.setUSE("AnnexC01JinTextureAtlas")

Appearance107.setTexture(ImageTexture109)

Shape106.setAppearance(Appearance107)
IndexedFaceSet110 = x3d.IndexedFaceSet()
IndexedFaceSet110.setCreaseAngle(3.14159)
IndexedFaceSet110.setCoordIndex([1,14,11,-1,3,6,5,-1,5,4,3,-1,1,3,4,-1,4,0,1,-1,0,4,5,-1,5,2,0,-1,11,6,3,-1,3,1,11,-1,15,12,0,-1,0,2,15,-1,0,12,13,-1,13,1,0,-1,13,14,1,-1,7,11,18,-1,8,9,5,-1,5,6,8,-1,7,10,9,-1,9,8,7,-1,10,2,5,-1,5,9,10,-1,11,7,8,-1,8,6,11,-1,15,2,10,-1,10,16,15,-1,10,7,17,-1,17,16,10,-1,17,7,18,-1,19,26,25,-1,25,24,23,-1,19,25,23,-1,23,22,21,-1,19,23,21,-1,20,19,21,-1,15,19,20,-1,20,12,15,-1,12,20,21,-1,21,13,12,-1,13,21,22,-1,22,14,13,-1,14,22,23,-1,23,11,14,-1,11,23,24,-1,24,18,11,-1,18,24,25,-1,25,17,18,-1,17,25,26,-1,26,16,17,-1,16,26,19,-1,19,15,16,-1,33,27,30,-1,30,31,33,-1,36,38,30,-1,30,27,36,-1,29,28,27,-1,27,33,29,-1,37,36,27,-1,27,28,37,-1,28,29,42,-1,42,37,28,-1,33,31,34,-1,34,32,33,-1,39,32,34,-1,34,40,39,-1,29,33,32,-1,32,35,29,-1,41,35,32,-1,32,39,41,-1,35,41,42,-1,42,29,35,-1,44,43,47,-1,44,47,46,-1,44,46,45,-1,51,50,49,-1,49,48,54,-1,49,54,53,-1,51,49,53,-1,51,53,52,-1,30,43,44,-1,44,31,30,-1,31,44,45,-1,45,34,31,-1,34,45,46,-1,46,40,34,-1,40,46,47,-1,47,38,40,-1,38,47,43,-1,43,30,38,-1,37,48,49,-1,49,36,37,-1,36,49,50,-1,50,38,36,-1,38,50,51,-1,51,40,38,-1,40,51,52,-1,52,39,40,-1,39,52,53,-1,53,41,39,-1,41,53,54,-1,54,42,41,-1,42,54,48,-1,48,37,42,-1])
IndexedFaceSet110.setTexCoordIndex([1,18,14,-1,3,6,5,-1,5,4,3,-1,1,3,4,-1,4,0,1,-1,0,4,5,-1,5,2,0,-1,14,6,3,-1,3,1,14,-1,19,16,0,-1,0,2,19,-1,0,16,17,-1,17,1,0,-1,17,18,1,-1,7,15,23,-1,9,10,11,-1,11,8,9,-1,7,12,10,-1,10,9,7,-1,12,13,11,-1,11,10,12,-1,15,7,9,-1,9,8,15,-1,20,13,12,-1,12,21,20,-1,12,7,22,-1,22,21,12,-1,22,7,23,-1,24,31,30,-1,30,29,28,-1,24,30,28,-1,28,27,26,-1,24,28,26,-1,25,24,26,-1,19,24,25,-1,25,16,19,-1,16,25,26,-1,26,17,16,-1,17,26,27,-1,27,18,17,-1,18,27,28,-1,28,14,18,-1,15,28,29,-1,29,23,15,-1,23,29,30,-1,30,22,23,-1,22,30,31,-1,31,21,22,-1,21,31,24,-1,24,20,21,-1,34,32,37,-1,37,38,34,-1,46,48,37,-1,37,32,46,-1,35,33,32,-1,32,34,35,-1,47,46,32,-1,32,33,47,-1,33,36,53,-1,53,47,33,-1,40,41,42,-1,42,39,40,-1,49,39,42,-1,42,50,49,-1,44,40,39,-1,39,43,44,-1,51,43,39,-1,39,49,51,-1,43,51,52,-1,52,45,43,-1,55,54,58,-1,55,58,57,-1,55,57,56,-1,62,61,60,-1,60,59,65,-1,60,65,64,-1,62,60,64,-1,62,64,63,-1,37,54,55,-1,55,38,37,-1,41,55,56,-1,56,42,41,-1,42,56,57,-1,57,50,42,-1,50,57,58,-1,58,48,50,-1,48,58,54,-1,54,37,48,-1,47,59,60,-1,60,46,47,-1,46,60,61,-1,61,48,46,-1,48,61,62,-1,62,50,48,-1,50,62,63,-1,63,49,50,-1,49,63,64,-1,64,51,49,-1,51,64,65,-1,65,52,51,-1,53,65,59,-1,59,47,53,-1])
Coordinate111 = x3d.Coordinate()
Coordinate111.setPoint([-0.9768,-0.0192,-1.681,-1.657,-0.0192,0.4309,0,-0.0192,-1.681,-1.403,0.7316,0.354,-0.8174,0.7316,-1.463,0,0.7316,-1.463,0,0.7316,1.471,1.657,-0.0192,0.4309,1.403,0.7316,0.354,0.8174,0.7316,-1.463,0.9768,-0.0192,-1.681,0,-0.0192,1.75,-1.109,-0.6007,-2.046,-2.045,-0.6007,0.4309,-1.695,-0.296,1.429,0,-0.6007,-2.046,1.109,-0.6007,-2.046,2.045,-0.6007,0.4309,1.695,-0.296,1.429,0,-1.207,-1.841,-1.023,-1.207,-1.841,-1.913,-1.223,0.5161,-1.601,-0.9325,1.406,0,-0.6582,1.708,1.601,-0.9325,1.406,1.913,-1.223,0.5161,1.023,-1.207,-1.841,-1.409,-1.925,-2.878,-1.409,-3.947,-1.681,0,-3.947,-1.681,-1.109,-0.6007,-2.046,0,-0.6007,-2.046,1.409,-1.925,-2.878,0,-1.925,-2.878,1.109,-0.6007,-2.046,1.409,-3.947,-1.681,-2.927,-1.925,0.4309,-2.089,-3.947,0.4309,-2.045,-0.6007,0.4309,2.927,-1.925,0.4309,2.045,-0.6007,0.4309,2.089,-3.947,0.4309,0,-3.947,0.4309,-0.9442,-0.3153,-1.692,0,-0.3153,-1.692,0.9442,-0.3153,-1.692,1.7,-0.3153,0.3093,-1.7,-0.3153,0.3093,-1.86,-3.793,1.364,-2.541,-1.963,1.364,-1.861,-0.9431,1.364,1.861,-0.9431,1.364,2.541,-1.963,1.364,1.86,-3.793,1.364,0,-3.793,1.364])

IndexedFaceSet110.setCoord(Coordinate111)
TextureCoordinate112 = x3d.TextureCoordinate()
TextureCoordinate112.setPoint([0.3819,0.171,0.4216,0.1651,0.3819,0.171,0.4216,0.1651,0.3819,0.171,0.3819,0.171,0.4637,0.1714,0.4216,0.1651,0.4637,0.1714,0.4216,0.1651,0.3819,0.171,0.3819,0.171,0.3819,0.171,0.3819,0.171,0.4637,0.1714,0.4637,0.1714,0.3861,0.1398,0.4244,0.1312,0.4394,0.1472,0.3836,0.1404,0.3836,0.1404,0.3861,0.1398,0.4244,0.1312,0.4394,0.1472,0.3836,0.1404,0.3861,0.1398,0.4244,0.1312,0.4394,0.1472,0.4637,0.1714,0.4394,0.1472,0.4244,0.1312,0.3861,0.1398,0.3873,0.0706,0.3871,0.0221,0.3873,0.0706,0.3871,0.0221,0.3871,0.0221,0.3861,0.1398,0.3836,0.1404,0.3873,0.0706,0.3873,0.0706,0.3836,0.1404,0.3861,0.1398,0.3871,0.0221,0.3871,0.0221,0.3871,0.0221,0.433,0.0595,0.4411,0.0186,0.4244,0.1312,0.433,0.0595,0.4244,0.1312,0.4411,0.0186,0.4411,0.0186,0.4411,0.0186,0.3861,0.1398,0.3836,0.1404,0.3861,0.1398,0.4244,0.1312,0.4244,0.1312,0.4411,0.0186,0.433,0.0595,0.4244,0.1312,0.4244,0.1312,0.433,0.0595,0.4411,0.0186,0.4411,0.0186])

IndexedFaceSet110.setTexCoord(TextureCoordinate112)

Shape106.setGeometry(IndexedFaceSet110)

Transform105.addChildren(Shape106)

HAnimSegment104.addChildren(Transform105)

HAnimJoint103.addChildren(HAnimSegment104)
HAnimJoint113 = x3d.HAnimJoint()
HAnimJoint113.setName("r_metatarsophalangeal")
HAnimJoint113.setDEF("hanim_r_metatarsophalangeal")
HAnimJoint113.setCenter([-3.854,3.64,0.7402])
HAnimSegment114 = x3d.HAnimSegment()
HAnimSegment114.setName("r_middistal")
HAnimSegment114.setDEF("hanim_r_middistal")
Transform115 = x3d.Transform()
Transform115.setTranslation([-3.854,3.64,0.7402])
Shape116 = x3d.Shape()
Appearance117 = x3d.Appearance()
Material118 = x3d.Material()
Material118.setDiffuseColor([0.588,0.588,0.588])

Appearance117.setMaterial(Material118)
ImageTexture119 = x3d.ImageTexture()
ImageTexture119.setUSE("AnnexC01JinTextureAtlas")

Appearance117.setTexture(ImageTexture119)

Shape116.setAppearance(Appearance117)
IndexedFaceSet120 = x3d.IndexedFaceSet()
IndexedFaceSet120.setCreaseAngle(3.14159)
IndexedFaceSet120.setCoordIndex([10,4,3,-1,11,10,3,-1,0,11,3,-1,1,12,11,-1,11,0,1,-1,1,9,16,-1,16,12,1,-1,2,4,10,-1,10,17,2,-1,6,8,13,-1,6,13,14,-1,5,6,14,-1,7,5,14,-1,14,15,7,-1,7,15,16,-1,16,9,7,-1,2,17,13,-1,13,8,2,-1,19,18,24,-1,22,21,20,-1,23,22,20,-1,24,23,20,-1,19,24,20,-1,0,18,19,-1,19,1,0,-1,1,19,20,-1,20,9,1,-1,9,20,21,-1,21,7,9,-1,7,21,22,-1,22,5,7,-1,5,22,23,-1,23,6,5,-1,6,23,24,-1,24,3,6,-1,3,24,18,-1,18,0,3,-1,2,8,6,-1,2,6,3,-1,4,2,3,-1,28,29,25,-1,25,26,28,-1,35,28,26,-1,26,27,35,-1,27,40,35,-1,25,30,31,-1,31,26,25,-1,31,32,27,-1,27,26,31,-1,32,41,40,-1,40,27,32,-1,42,30,25,-1,25,29,42,-1,28,33,34,-1,34,29,28,-1,35,36,33,-1,33,28,35,-1,36,35,40,-1,34,33,38,-1,38,37,34,-1,38,33,36,-1,36,39,38,-1,39,36,40,-1,40,41,39,-1,42,29,34,-1,34,37,42,-1])
IndexedFaceSet120.setTexCoordIndex([12,5,4,-1,13,12,4,-1,0,13,4,-1,1,14,13,-1,13,0,1,-1,1,3,19,-1,19,14,1,-1,2,5,12,-1,12,21,2,-1,7,10,15,-1,7,15,16,-1,6,7,16,-1,8,6,16,-1,16,17,8,-1,8,17,18,-1,18,11,8,-1,9,20,15,-1,15,10,9,-1,23,22,28,-1,26,25,24,-1,27,26,24,-1,28,27,24,-1,23,28,24,-1,0,22,23,-1,23,1,0,-1,1,23,24,-1,24,3,1,-1,11,24,25,-1,25,8,11,-1,8,25,26,-1,26,6,8,-1,6,26,27,-1,27,7,6,-1,7,27,28,-1,28,4,7,-1,4,28,22,-1,22,0,4,-1,9,10,7,-1,9,7,4,-1,5,9,4,-1,30,29,31,-1,31,32,30,-1,33,30,32,-1,32,34,33,-1,34,35,33,-1,31,36,37,-1,37,32,31,-1,37,38,34,-1,34,32,37,-1,38,39,35,-1,35,34,38,-1,40,36,31,-1,31,29,40,-1,41,42,43,-1,43,44,41,-1,45,46,42,-1,42,41,45,-1,46,45,50,-1,43,42,48,-1,48,47,43,-1,48,42,46,-1,46,49,48,-1,49,46,50,-1,50,51,49,-1,52,44,43,-1,43,47,52,-1])
Coordinate121 = x3d.Coordinate()
Coordinate121.setPoint([-2.927,-1.627,-1.013,-2.089,-3.648,-1.013,0,0.2797,0.3064,-2.045,-0.3017,-1.013,-1.695,0.0029,-0.0151,2.927,-1.627,-1.013,2.045,-0.3017,-1.013,2.089,-3.648,-1.013,1.695,0.0029,-0.0151,0,-3.648,-1.013,-1.74,-0.3226,1.158,-2.661,-1.866,0.9192,-2.14,-3.648,0.9192,1.74,-0.3226,1.158,2.661,-1.866,0.9192,2.14,-3.648,0.9192,0,-3.648,0.9192,0,-0.0274,1.661,-2.405,-1.656,-1.915,-1.75,-2.942,-1.915,0,-2.942,-1.915,1.75,-2.942,-1.915,2.405,-1.656,-1.915,1.742,-0.5681,-1.915,-1.742,-0.5681,-1.915,-1.784,-0.648,2.332,-2.216,-2.267,4.144,-2.216,-3.648,3.776,0,-2.267,5.463,0,-0.5463,3.95,-1.74,-0.3226,1.158,-2.661,-1.866,0.9192,-2.14,-3.648,0.9192,2.216,-2.267,4.144,1.784,-0.648,2.332,0,-3.648,5.096,2.216,-3.648,3.776,1.74,-0.3226,1.158,2.661,-1.866,0.9192,2.14,-3.648,0.9192,0,-3.648,3.776,0,-3.648,0.9192,0,-0.0274,1.661])

IndexedFaceSet120.setCoord(Coordinate121)
TextureCoordinate122 = x3d.TextureCoordinate()
TextureCoordinate122.setPoint([0.433,0.0595,0.4411,0.0186,0.4637,0.1714,0.4411,0.0186,0.4244,0.1312,0.4394,0.1472,0.433,0.0595,0.4244,0.1312,0.4411,0.0186,0.4637,0.1714,0.4394,0.1472,0.4411,0.0186,0.464,0.1246,0.4607,0.0558,0.4904,0.0166,0.464,0.1246,0.4607,0.0558,0.4904,0.0166,0.4949,0.0186,0.4949,0.0186,0.4868,0.1432,0.4868,0.1432,0.433,0.0595,0.4411,0.0186,0.4411,0.0186,0.4411,0.0186,0.433,0.0595,0.4244,0.1312,0.4244,0.1312,0.532,0.098,0.5645,0.0707,0.4885,0.102,0.5026,0.044,0.5945,0.0186,0.5487,0.0186,0.5487,0.0186,0.464,0.1246,0.4607,0.0558,0.4904,0.0166,0.4949,0.0186,0.4868,0.1432,0.5645,0.0707,0.5026,0.044,0.4885,0.102,0.532,0.098,0.5945,0.0186,0.5487,0.0186,0.464,0.1246,0.4607,0.0558,0.4904,0.0166,0.5487,0.0186,0.4949,0.0186,0.4868,0.1432])

IndexedFaceSet120.setTexCoord(TextureCoordinate122)

Shape116.setGeometry(IndexedFaceSet120)

Transform115.addChildren(Shape116)

HAnimSegment114.addChildren(Transform115)

HAnimJoint113.addChildren(HAnimSegment114)

HAnimJoint103.addChildren(HAnimJoint113)

HAnimJoint93.addChildren(HAnimJoint103)

HAnimJoint83.addChildren(HAnimJoint93)

HAnimJoint33.addChildren(HAnimJoint83)
HAnimJoint123 = x3d.HAnimJoint()
HAnimJoint123.setName("vl5")
HAnimJoint123.setDEF("hanim_vl5")
HAnimJoint123.setCenter([0,40.23,-0.8527])
HAnimSegment124 = x3d.HAnimSegment()
HAnimSegment124.setName("l5")
HAnimSegment124.setDEF("hanim_l5")
Transform125 = x3d.Transform()
Transform125.setTranslation([0,40.23,-0.8527])
Shape126 = x3d.Shape()
Appearance127 = x3d.Appearance()
Material128 = x3d.Material()
Material128.setDiffuseColor([0.588,0.588,0.588])

Appearance127.setMaterial(Material128)
ImageTexture129 = x3d.ImageTexture()
ImageTexture129.setUSE("AnnexC01JinTextureAtlas")

Appearance127.setTexture(ImageTexture129)

Shape126.setAppearance(Appearance127)
IndexedFaceSet130 = x3d.IndexedFaceSet()
IndexedFaceSet130.setCreaseAngle(3.14159)
IndexedFaceSet130.setCoordIndex([3,4,7,-1,7,5,3,-1,4,66,68,-1,68,8,4,-1,4,8,7,-1,1,0,9,-1,9,10,1,-1,0,2,11,-1,11,9,0,-1,15,71,73,-1,73,16,15,-1,14,15,16,-1,16,17,14,-1,71,15,8,-1,8,68,71,-1,15,14,7,-1,7,8,15,-1,73,72,69,-1,69,70,73,-1,16,73,70,-1,70,12,16,-1,16,12,13,-1,13,17,16,-1,21,20,22,-1,22,23,21,-1,20,14,17,-1,17,22,20,-1,20,21,6,-1,6,5,20,-1,14,20,5,-1,5,7,14,-1,23,22,18,-1,18,19,23,-1,22,17,13,-1,13,18,22,-1,2,6,11,-1,28,27,30,-1,30,31,28,-1,27,29,32,-1,32,30,27,-1,29,21,23,-1,23,32,29,-1,27,28,10,-1,10,9,27,-1,29,27,9,-1,9,11,29,-1,21,29,11,-1,11,6,21,-1,31,30,24,-1,24,25,31,-1,30,32,26,-1,26,24,30,-1,32,23,19,-1,19,26,32,-1,12,70,74,-1,74,33,12,-1,24,26,36,-1,36,35,24,-1,33,74,75,-1,75,37,33,-1,34,33,37,-1,37,38,34,-1,39,12,33,-1,33,34,39,-1,19,40,26,-1,26,40,41,-1,41,36,26,-1,39,34,41,-1,41,40,39,-1,35,36,43,-1,43,42,35,-1,36,41,44,-1,44,43,36,-1,41,34,38,-1,38,44,41,-1,37,75,76,-1,76,45,37,-1,38,37,45,-1,45,46,38,-1,42,43,48,-1,48,47,42,-1,44,38,46,-1,46,49,44,-1,45,76,77,-1,77,50,45,-1,46,45,50,-1,50,51,46,-1,47,48,53,-1,53,52,47,-1,48,49,54,-1,54,53,48,-1,49,46,51,-1,51,54,49,-1,50,77,78,-1,78,55,50,-1,51,50,55,-1,55,56,51,-1,52,53,58,-1,58,57,52,-1,53,54,59,-1,59,58,53,-1,54,51,56,-1,56,59,54,-1,19,18,60,-1,60,61,19,-1,18,13,62,-1,62,60,18,-1,13,39,63,-1,63,62,13,-1,40,19,61,-1,61,64,40,-1,39,40,64,-1,64,63,39,-1,2,3,5,-1,2,5,6,-1,13,12,39,-1,25,24,35,-1,70,69,74,-1,67,68,66,-1,66,65,67,-1,79,71,68,-1,68,67,79,-1,72,73,71,-1,71,79,72,-1,49,48,43,-1,43,44,49,-1,63,64,60,-1,60,62,63,-1,60,64,61,-1,86,83,82,-1,82,84,86,-1,141,140,83,-1,83,87,141,-1,83,86,87,-1,88,80,1,-1,1,10,88,-1,89,81,80,-1,80,88,89,-1,144,143,93,-1,93,94,144,-1,94,93,92,-1,92,95,94,-1,87,93,143,-1,143,141,87,-1,86,92,93,-1,93,87,86,-1,69,72,144,-1,144,142,69,-1,142,144,94,-1,94,90,142,-1,91,90,94,-1,94,95,91,-1,100,98,99,-1,99,101,100,-1,95,92,98,-1,98,100,95,-1,85,99,98,-1,98,84,85,-1,84,98,92,-1,92,86,84,-1,96,100,101,-1,101,97,96,-1,91,95,100,-1,100,96,91,-1,81,89,85,-1,106,104,28,-1,28,31,106,-1,107,105,104,-1,104,106,107,-1,101,99,105,-1,105,107,101,-1,10,28,104,-1,104,88,10,-1,88,104,105,-1,105,89,88,-1,89,105,99,-1,99,85,89,-1,102,106,31,-1,31,25,102,-1,103,107,106,-1,106,102,103,-1,97,101,107,-1,107,103,97,-1,145,142,90,-1,90,108,145,-1,111,103,102,-1,102,110,111,-1,146,145,108,-1,108,112,146,-1,112,108,109,-1,109,113,112,-1,108,90,114,-1,114,109,108,-1,97,103,115,-1,116,115,103,-1,103,111,116,-1,116,109,114,-1,114,115,116,-1,118,111,110,-1,110,117,118,-1,119,116,111,-1,111,118,119,-1,113,109,116,-1,116,119,113,-1,147,146,112,-1,112,120,147,-1,120,112,113,-1,113,121,120,-1,123,118,117,-1,117,122,123,-1,121,113,119,-1,119,124,121,-1,148,147,120,-1,120,125,148,-1,125,120,121,-1,121,126,125,-1,128,123,122,-1,122,127,128,-1,129,124,123,-1,123,128,129,-1,126,121,124,-1,124,129,126,-1,149,148,125,-1,125,130,149,-1,130,125,126,-1,126,131,130,-1,133,128,127,-1,127,132,133,-1,134,129,128,-1,128,133,134,-1,131,126,129,-1,129,134,131,-1,135,96,97,-1,97,136,135,-1,137,91,96,-1,96,135,137,-1,138,114,91,-1,91,137,138,-1,136,97,115,-1,115,139,136,-1,139,115,114,-1,114,138,139,-1,81,84,82,-1,81,85,84,-1,91,114,90,-1,25,110,102,-1,142,145,69,-1,140,141,67,-1,67,65,140,-1,141,143,79,-1,79,67,141,-1,143,144,72,-1,72,79,143,-1,118,123,124,-1,124,119,118,-1,135,139,138,-1,138,137,135,-1,135,136,139,-1,25,35,110,-1,117,110,35,-1,35,42,117,-1,47,122,117,-1,117,42,47,-1,127,122,47,-1,47,52,127,-1,132,127,52,-1,52,57,132,-1,69,145,74,-1,75,74,145,-1,145,146,75,-1,76,75,146,-1,146,147,76,-1,77,76,147,-1,147,148,77,-1,78,77,148,-1,148,149,78,-1,57,78,149,-1,149,132,57,-1,58,55,78,-1,78,57,58,-1,59,56,55,-1,55,58,59,-1,132,149,130,-1,130,133,132,-1,133,130,131,-1,131,134,133,-1,151,150,155,-1,155,156,151,-1,150,152,157,-1,157,155,150,-1,152,153,158,-1,158,157,152,-1,153,154,159,-1,159,158,153,-1,160,161,162,-1,162,163,160,-1,154,160,163,-1,163,159,154,-1,168,164,151,-1,151,156,168,-1,169,165,164,-1,164,168,169,-1,170,166,165,-1,165,169,170,-1,171,167,166,-1,166,170,171,-1,162,161,172,-1,172,173,162,-1,173,172,167,-1,167,171,173,-1,4,3,158,-1,158,159,4,-1,66,4,159,-1,159,163,66,-1,0,1,156,-1,156,155,0,-1,2,0,155,-1,155,157,2,-1,3,2,157,-1,157,158,3,-1,65,66,163,-1,163,162,65,-1,82,83,171,-1,171,170,82,-1,83,140,173,-1,173,171,83,-1,1,80,168,-1,168,156,1,-1,80,81,169,-1,169,168,80,-1,81,82,170,-1,170,169,81,-1,140,65,162,-1,162,173,140,-1])
IndexedFaceSet130.setTexCoordIndex([2,3,0,-1,0,1,2,-1,3,6,4,-1,4,5,3,-1,3,5,0,-1,20,21,18,-1,18,19,20,-1,21,23,22,-1,22,18,21,-1,26,27,24,-1,24,25,26,-1,29,26,25,-1,25,28,29,-1,27,26,30,-1,30,31,27,-1,26,29,32,-1,32,30,26,-1,24,35,33,-1,33,34,24,-1,25,24,34,-1,34,36,25,-1,25,36,37,-1,37,28,25,-1,40,41,38,-1,38,39,40,-1,41,29,28,-1,28,38,41,-1,41,40,42,-1,42,43,41,-1,29,41,43,-1,43,32,29,-1,39,38,44,-1,44,45,39,-1,38,28,37,-1,37,44,38,-1,23,42,22,-1,48,162,161,-1,161,47,48,-1,49,51,50,-1,50,46,49,-1,51,40,39,-1,39,50,51,-1,163,48,164,-1,164,181,163,-1,51,49,18,-1,18,22,51,-1,40,51,22,-1,22,42,40,-1,47,166,165,-1,165,53,47,-1,46,50,54,-1,54,52,46,-1,50,39,45,-1,45,54,50,-1,36,34,55,-1,55,56,36,-1,52,54,57,-1,57,58,52,-1,56,55,59,-1,59,60,56,-1,62,56,60,-1,60,61,62,-1,63,36,56,-1,56,62,63,-1,45,64,54,-1,54,64,65,-1,65,57,54,-1,63,62,65,-1,65,64,63,-1,58,57,66,-1,66,67,58,-1,57,65,68,-1,68,66,57,-1,65,62,61,-1,61,68,65,-1,60,59,69,-1,69,70,60,-1,61,60,70,-1,70,71,61,-1,67,66,72,-1,72,73,67,-1,68,61,71,-1,71,74,68,-1,70,69,75,-1,75,76,70,-1,71,70,76,-1,76,77,71,-1,73,72,78,-1,78,79,73,-1,72,74,80,-1,80,78,72,-1,74,71,77,-1,77,80,74,-1,76,75,81,-1,81,82,76,-1,77,76,82,-1,82,83,77,-1,79,78,84,-1,84,85,79,-1,78,80,86,-1,86,84,78,-1,80,77,83,-1,83,86,80,-1,45,44,87,-1,87,88,45,-1,44,37,89,-1,89,87,44,-1,37,63,90,-1,90,89,37,-1,64,45,88,-1,88,91,64,-1,63,64,91,-1,91,90,63,-1,7,2,1,-1,23,43,42,-1,37,36,63,-1,53,167,168,-1,34,33,55,-1,9,4,6,-1,6,8,9,-1,93,27,31,-1,31,92,93,-1,35,24,27,-1,27,93,35,-1,74,72,66,-1,66,68,74,-1,90,91,87,-1,87,89,90,-1,87,91,88,-1,10,11,12,-1,12,13,10,-1,14,15,11,-1,11,16,14,-1,11,10,16,-1,94,95,169,-1,169,170,94,-1,96,97,95,-1,95,94,96,-1,98,101,99,-1,99,100,98,-1,100,99,102,-1,102,103,100,-1,104,99,101,-1,101,105,104,-1,106,102,99,-1,99,104,106,-1,33,35,98,-1,98,107,33,-1,107,98,100,-1,100,108,107,-1,109,108,100,-1,100,103,109,-1,110,113,111,-1,111,112,110,-1,103,102,113,-1,113,110,103,-1,114,111,113,-1,113,115,114,-1,115,113,102,-1,102,106,115,-1,116,110,112,-1,112,117,116,-1,109,103,110,-1,110,116,109,-1,97,96,114,-1,118,119,48,-1,48,47,118,-1,120,121,119,-1,119,118,120,-1,112,111,121,-1,121,120,112,-1,171,48,119,-1,119,94,171,-1,94,119,121,-1,121,96,94,-1,96,121,111,-1,111,114,96,-1,122,118,47,-1,47,53,122,-1,123,120,118,-1,118,122,123,-1,117,112,120,-1,120,123,117,-1,124,107,108,-1,108,125,124,-1,126,123,122,-1,122,127,126,-1,128,124,125,-1,125,129,128,-1,129,125,130,-1,130,131,129,-1,125,108,132,-1,132,130,125,-1,117,123,133,-1,134,133,123,-1,123,126,134,-1,134,130,132,-1,132,133,134,-1,135,126,127,-1,127,136,135,-1,137,134,126,-1,126,135,137,-1,131,130,134,-1,134,137,131,-1,138,128,129,-1,129,139,138,-1,139,129,131,-1,131,140,139,-1,141,135,136,-1,136,142,141,-1,140,131,137,-1,137,143,140,-1,144,138,139,-1,139,145,144,-1,145,139,140,-1,140,146,145,-1,147,141,142,-1,142,148,147,-1,149,143,141,-1,141,147,149,-1,146,140,143,-1,143,149,146,-1,150,144,145,-1,145,151,150,-1,151,145,146,-1,146,152,151,-1,153,147,148,-1,148,154,153,-1,155,149,147,-1,147,153,155,-1,152,146,149,-1,149,155,152,-1,156,116,117,-1,117,157,156,-1,158,109,116,-1,116,156,158,-1,159,132,109,-1,109,158,159,-1,157,117,133,-1,133,160,157,-1,160,133,132,-1,132,159,160,-1,17,13,12,-1,97,114,115,-1,109,132,108,-1,53,127,122,-1,107,124,33,-1,15,14,9,-1,9,8,15,-1,105,101,93,-1,93,92,105,-1,101,98,35,-1,35,93,101,-1,135,141,143,-1,143,137,135,-1,156,160,159,-1,159,158,156,-1,156,157,160,-1,53,172,127,-1,136,127,173,-1,173,174,136,-1,176,142,136,-1,136,175,176,-1,148,142,177,-1,177,178,148,-1,154,148,179,-1,179,180,154,-1,33,124,55,-1,59,55,124,-1,124,128,59,-1,69,59,128,-1,128,138,69,-1,75,69,138,-1,138,144,75,-1,81,75,144,-1,144,150,81,-1,85,81,150,-1,150,182,85,-1,84,82,81,-1,81,85,84,-1,86,83,82,-1,82,84,86,-1,154,150,151,-1,151,153,154,-1,153,151,152,-1,152,155,153,-1,185,186,183,-1,183,184,185,-1,186,188,187,-1,187,183,186,-1,188,190,189,-1,189,187,188,-1,190,192,191,-1,191,189,190,-1,195,196,193,-1,193,194,195,-1,192,195,194,-1,194,191,192,-1,197,198,185,-1,185,184,197,-1,199,200,198,-1,198,197,199,-1,201,202,200,-1,200,199,201,-1,203,204,202,-1,202,201,203,-1,193,196,205,-1,205,206,193,-1,206,205,204,-1,204,203,206,-1,3,2,189,-1,189,191,3,-1,6,3,191,-1,191,194,6,-1,207,208,184,-1,184,183,207,-1,7,207,183,-1,183,187,7,-1,2,7,187,-1,187,189,2,-1,8,6,194,-1,194,193,8,-1,12,11,203,-1,203,201,12,-1,11,15,206,-1,206,203,11,-1,208,209,197,-1,197,184,208,-1,209,17,199,-1,199,197,209,-1,17,12,201,-1,201,199,17,-1,15,8,193,-1,193,206,15,-1])
Coordinate131 = x3d.Coordinate()
Coordinate131.setPoint([0.6928,14.56,-1.263,0,14.61,-1.355,1.47,14.78,-0.9099,2.016,14.75,0.2814,1.573,14.45,1.11,2.914,14.31,0.3331,2.599,15.21,-1.406,3.187,13.44,1.543,2.239,13.23,3.23,0.9629,15.23,-3.152,0,15.21,-3.317,2.035,15.26,-2.815,3.316,12.17,2.97,5.086,12.98,2.011,2.982,14.09,2.181,2.245,13.23,3.821,3.131,12.49,3.9,4.42,13.78,2.105,5.602,13.58,0.1863,5.472,12.91,-1.452,3.439,15.14,0.3672,3.953,14.28,-2.227,5.073,14.62,0.3672,4.655,13.34,-1.78,1.811,9.683,-2.43,0,9.378,-2.564,4.241,10.64,-2.043,1.032,12.38,-4.427,0,12.39,-4.562,2.39,12.77,-3.914,1.677,9.038,-3.147,0,8.716,-3.266,4.12,10.55,-3.032,4.272,7.978,4.186,6.354,8.61,1.543,2.14,8.428,-2.362,4.3,8.531,-1.848,3.695,5.43,2.768,5.081,5.468,1.505,6.096,10.11,1.67,5.904,10.1,-0.3303,5.533,8.564,-0.7796,1.419,5.319,-2.22,3.58,5.374,-1.434,4.793,5.424,-0.2489,3.682,3.438,2.824,5.077,3.477,1.527,1.282,3.149,-2.365,3.586,3.347,-1.437,4.792,3.421,-0.2999,4.178,1.107,3.951,5.76,1.143,1.994,1.52,0.9511,-3.678,3.95,0.9608,-2.536,5.309,1.066,-0.7397,3.789,0.0332,3.209,5.166,0.0649,1.685,1.593,-0.0862,-2.676,3.6,-0.0637,-1.847,4.841,-0.0167,-0.4441,7.399,13.3,0.1863,6.979,12.49,-1.452,6.998,12.55,1.899,6.298,10.26,1.67,6.292,10.26,-0.3303,0,14.19,1.73,0.7806,14.19,1.608,0,12,3.901,1.373,12.54,3.668,0,10.9,3.845,1.713,11.65,3.668,1.38,12.54,4.137,0,11.29,4.361,1.593,11.97,4.338,1.579,8.583,4.081,1.292,5.399,3.228,1.281,3.232,3.336,1.635,1.077,4.562,1.595,-0.0055,3.645,0,12.05,4.06,-0.6928,14.56,-1.263,-1.47,14.78,-0.9099,-2.016,14.75,0.2814,-1.573,14.45,1.11,-2.914,14.31,0.3331,-2.599,15.21,-1.406,-3.187,13.44,1.543,-2.239,13.23,3.23,-0.9629,15.23,-3.152,-2.035,15.26,-2.815,-3.316,12.17,2.97,-5.086,12.98,2.011,-2.982,14.09,2.181,-2.245,13.23,3.821,-3.131,12.49,3.9,-4.42,13.78,2.105,-5.602,13.58,0.1863,-5.472,12.91,-1.452,-3.439,15.14,0.3672,-3.953,14.28,-2.227,-5.073,14.62,0.3672,-4.655,13.34,-1.78,-1.811,9.683,-2.43,-4.241,10.64,-2.043,-1.032,12.38,-4.427,-2.39,12.77,-3.914,-1.677,9.038,-3.147,-4.12,10.55,-3.032,-4.272,7.978,4.186,-6.354,8.61,1.543,-2.14,8.428,-2.362,-4.3,8.531,-1.848,-3.695,5.43,2.768,-5.081,5.468,1.505,-6.096,10.11,1.67,-5.904,10.1,-0.3303,-5.533,8.564,-0.7796,-1.419,5.319,-2.22,-3.58,5.374,-1.434,-4.793,5.424,-0.2489,-3.682,3.438,2.824,-5.077,3.477,1.527,-1.282,3.149,-2.365,-3.586,3.347,-1.437,-4.792,3.421,-0.2999,-4.178,1.107,3.951,-5.76,1.143,1.994,-1.52,0.9511,-3.678,-3.95,0.9608,-2.536,-5.309,1.066,-0.7397,-3.789,0.0332,3.209,-5.166,0.0649,1.685,-1.593,-0.0862,-2.676,-3.6,-0.0637,-1.847,-4.841,-0.0167,-0.4441,-7.399,13.3,0.1863,-6.979,12.49,-1.452,-6.998,12.55,1.899,-6.298,10.26,1.67,-6.292,10.26,-0.3303,-0.7806,14.19,1.608,-1.373,12.54,3.668,-1.713,11.65,3.668,-1.38,12.54,4.137,-1.593,11.97,4.338,-1.579,8.583,4.081,-1.292,5.399,3.228,-1.281,3.232,3.336,-1.635,1.077,4.562,-1.595,-0.0055,3.645,0.5369,17.62,-0.941,0,17.62,-1.012,1.139,17.62,-0.6672,1.562,17.62,0.2561,1.219,17.62,0.8985,0.5424,14.56,-0.9523,0,14.61,-1.024,1.151,14.78,-0.6757,1.578,14.75,0.257,1.232,14.45,0.9059,0.605,17.75,1.285,0,17.19,1.379,0,14.19,1.391,0.6111,14.19,1.296,-0.5369,17.62,-0.941,-1.139,17.62,-0.6672,-1.562,17.62,0.2561,-1.219,17.62,0.8985,-0.5424,14.56,-0.9523,-1.151,14.78,-0.6757,-1.578,14.75,0.257,-1.232,14.45,0.9059,-0.605,17.75,1.285,-0.6111,14.19,1.296])

IndexedFaceSet130.setCoord(Coordinate131)
TextureCoordinate132 = x3d.TextureCoordinate()
TextureCoordinate132.setPoint([0.4756,0.618,0.4724,0.6293,0.4618,0.6351,0.4566,0.6312,0.4542,0.6062,0.4644,0.6152,0.4472,0.6278,0.4554,0.6354,0.4381,0.6277,0.4381,0.5991,0.4005,0.618,0.4195,0.6312,0.4143,0.6351,0.4037,0.6293,0.4219,0.6062,0.4289,0.6278,0.4117,0.6152,0.4207,0.6354,0.2661,0.5914,0.3505,0.5919,0.3554,0.5911,0.2505,0.5754,0.241,0.592,0.2112,0.5805,0.0763,0.4945,0.1025,0.5076,0.0865,0.5614,0.0652,0.5465,0.1412,0.5207,0.1108,0.5655,0.0786,0.5849,0.0516,0.5759,0.1073,0.5839,0.0639,0.4488,0.0877,0.4617,0.0525,0.4715,0.1185,0.4741,0.1474,0.4856,0.1724,0.5255,0.2089,0.5196,0.2133,0.556,0.1645,0.5709,0.2067,0.5908,0.1632,0.5887,0.1708,0.4854,0.1963,0.4863,0.2708,0.4736,0.347,0.4316,0.3616,0.5328,0.2733,0.5359,0.238,0.493,0.249,0.5451,0.2638,0.4568,0.3214,0.4203,0.2252,0.4828,0.042,0.406,0.0909,0.398,0.2183,0.385,0.3504,0.3844,0.0206,0.3452,0.0903,0.3446,0.1491,0.3449,0.1525,0.3869,0.1538,0.4251,0.1784,0.4249,0.1911,0.3858,0.2175,0.3427,0.3608,0.3469,0.1838,0.3438,0.0177,0.3051,0.0982,0.302,0.1487,0.2975,0.2175,0.2944,0.3621,0.2922,0.1849,0.2961,0.019,0.2349,0.1011,0.241,0.1445,0.2419,0.2369,0.2375,0.3561,0.2404,0.1927,0.24,0.0206,0.2122,0.1067,0.2154,0.1463,0.2162,0.227,0.2131,0.3536,0.2151,0.1879,0.2143,0.1715,0.4655,0.1797,0.4646,0.1569,0.4642,0.1544,0.4288,0.1782,0.4286,0.0346,0.5664,0.0399,0.5407,0.2661,0.5914,0.2505,0.5754,0.241,0.592,0.2112,0.5805,0.0763,0.4945,0.0865,0.5614,0.1025,0.5076,0.0652,0.5465,0.1108,0.5655,0.1412,0.5207,0.0786,0.5849,0.0516,0.5759,0.1073,0.5839,0.0877,0.4617,0.1185,0.4741,0.1474,0.4857,0.1724,0.5255,0.2133,0.556,0.2089,0.5196,0.1645,0.5709,0.2067,0.5908,0.1632,0.5887,0.1708,0.4854,0.1963,0.4863,0.2708,0.4736,0.2733,0.5359,0.238,0.493,0.249,0.5451,0.2638,0.4568,0.2252,0.4828,0.042,0.406,0.0909,0.398,0.2183,0.385,0.3504,0.3844,0.0206,0.3452,0.0903,0.3446,0.1525,0.3869,0.1491,0.3449,0.1538,0.4251,0.1784,0.4249,0.1911,0.3858,0.2175,0.3427,0.3608,0.3469,0.1838,0.3438,0.0177,0.3051,0.0982,0.302,0.1487,0.2975,0.2175,0.2944,0.3621,0.2922,0.1849,0.2961,0.019,0.2349,0.1011,0.241,0.1445,0.2419,0.2369,0.2375,0.3561,0.2404,0.1927,0.24,0.0206,0.2122,0.1067,0.2154,0.1463,0.2162,0.227,0.2131,0.3536,0.2151,0.1879,0.2143,0.1715,0.4655,0.1797,0.4646,0.1569,0.4642,0.1544,0.4288,0.1782,0.4286,0.3477,0.431,0.3623,0.5333,0.3623,0.5333,0.3505,0.5919,0.3223,0.4192,0.3477,0.431,0.3223,0.4192,0.3518,0.3851,0.3554,0.5911,0.3505,0.5919,0.3505,0.5919,0.3518,0.3851,0.3518,0.3851,0.3629,0.3439,0.3629,0.3439,0.3633,0.2922,0.3633,0.2922,0.3553,0.2398,0.3553,0.2398,0.3555,0.2151,0.3511,0.5932,0.3536,0.2151,0.4444,0.6326,0.4381,0.6333,0.4381,0.6725,0.4444,0.6725,0.4516,0.6354,0.4515,0.6725,0.4566,0.6351,0.4565,0.6725,0.4526,0.6312,0.4524,0.6725,0.4381,0.6277,0.4453,0.6278,0.4452,0.6742,0.4381,0.6669,0.4317,0.6326,0.4317,0.6725,0.4245,0.6354,0.4246,0.6725,0.4195,0.6351,0.4197,0.6725,0.4235,0.6312,0.4237,0.6725,0.4309,0.6742,0.4309,0.6278,0.4462,0.6326,0.4381,0.6333,0.4299,0.6326])

IndexedFaceSet130.setTexCoord(TextureCoordinate132)

Shape126.setGeometry(IndexedFaceSet130)

Transform125.addChildren(Shape126)

HAnimSegment124.addChildren(Transform125)

HAnimJoint123.addChildren(HAnimSegment124)
HAnimJoint133 = x3d.HAnimJoint()
HAnimJoint133.setName("skullbase")
HAnimJoint133.setDEF("hanim_skullbase")
HAnimJoint133.setCenter([0,57.43,-0.6863])
HAnimSegment134 = x3d.HAnimSegment()
HAnimSegment134.setName("skull")
HAnimSegment134.setDEF("hanim_skull")
Transform135 = x3d.Transform()
Transform135.setTranslation([0,57.43,-0.6863])
Shape136 = x3d.Shape()
Appearance137 = x3d.Appearance()
Material138 = x3d.Material()
Material138.setDiffuseColor([0.588,0.588,0.588])

Appearance137.setMaterial(Material138)
ImageTexture139 = x3d.ImageTexture()
ImageTexture139.setUSE("AnnexC01JinTextureAtlas")

Appearance137.setTexture(ImageTexture139)

Shape136.setAppearance(Appearance137)
IndexedFaceSet140 = x3d.IndexedFaceSet()
IndexedFaceSet140.setCreaseAngle(3.14159)
IndexedFaceSet140.setCoordIndex([58,44,47,-1,47,49,58,-1,49,60,59,-1,59,1,49,-1,56,48,47,-1,47,44,56,-1,50,51,59,-1,59,60,50,-1,173,168,58,-1,58,49,173,-1,171,173,49,-1,49,1,171,-1,14,12,18,-1,18,15,14,-1,162,160,14,-1,14,15,162,-1,16,57,33,-1,21,18,12,-1,18,79,19,-1,80,20,19,-1,11,10,79,-1,18,21,79,-1,11,79,21,-1,21,12,78,-1,11,21,22,-1,321,345,320,-1,322,323,346,-1,80,25,24,-1,24,20,80,-1,26,38,24,-1,23,13,38,-1,20,77,18,-1,18,19,20,-1,38,29,30,-1,30,23,38,-1,27,30,29,-1,27,28,30,-1,30,28,23,-1,33,31,16,-1,31,37,16,-1,28,34,23,-1,17,35,36,-1,36,28,17,-1,33,36,35,-1,17,32,35,-1,32,33,35,-1,33,34,36,-1,36,34,28,-1,10,19,79,-1,4,40,37,-1,40,42,41,-1,40,41,37,-1,40,4,42,-1,56,43,4,-1,4,46,56,-1,45,43,56,-1,56,44,45,-1,43,45,4,-1,48,56,46,-1,46,3,48,-1,50,60,3,-1,51,50,3,-1,3,2,51,-1,58,168,52,-1,52,168,170,-1,61,52,170,-1,4,45,52,-1,52,61,4,-1,52,45,44,-1,44,58,52,-1,61,170,53,-1,170,165,39,-1,39,53,170,-1,4,61,53,-1,53,42,4,-1,53,39,41,-1,41,42,53,-1,165,57,39,-1,13,23,54,-1,16,37,57,-1,41,39,57,-1,37,41,57,-1,57,165,166,-1,54,166,13,-1,33,57,34,-1,34,57,54,-1,34,54,23,-1,166,162,55,-1,55,162,15,-1,77,55,15,-1,15,18,77,-1,166,77,13,-1,77,166,55,-1,13,77,24,-1,24,38,13,-1,20,24,77,-1,54,57,166,-1,47,60,49,-1,48,3,47,-1,3,60,47,-1,3,63,2,-1,72,62,63,-1,3,65,63,-1,3,46,64,-1,64,66,3,-1,6,66,64,-1,3,66,65,-1,6,73,8,-1,8,73,67,-1,6,75,73,-1,5,71,73,-1,73,75,5,-1,6,70,75,-1,64,46,69,-1,75,70,69,-1,75,69,344,-1,2,63,62,-1,8,66,6,-1,63,8,72,-1,9,74,71,-1,68,74,9,-1,74,8,67,-1,68,72,74,-1,72,8,74,-1,67,71,74,-1,67,73,71,-1,65,8,63,-1,65,66,8,-1,70,6,64,-1,70,64,69,-1,4,0,344,-1,69,46,4,-1,69,4,344,-1,76,344,0,-1,5,76,0,-1,5,75,76,-1,75,344,76,-1,133,125,123,-1,123,120,133,-1,125,1,59,-1,59,134,125,-1,131,120,123,-1,123,124,131,-1,126,134,59,-1,59,51,126,-1,172,125,133,-1,133,167,172,-1,171,1,125,-1,125,172,171,-1,14,91,94,-1,94,12,14,-1,161,91,14,-1,14,160,161,-1,109,132,92,-1,12,94,97,-1,95,149,94,-1,95,96,150,-1,149,88,89,-1,149,97,94,-1,97,149,89,-1,78,12,97,-1,98,97,89,-1,325,348,324,-1,354,326,327,-1,150,96,100,-1,100,101,150,-1,100,114,102,-1,114,90,99,-1,96,95,94,-1,94,148,96,-1,114,99,106,-1,106,105,114,-1,105,106,103,-1,106,104,103,-1,99,104,106,-1,92,107,109,-1,92,113,107,-1,99,110,104,-1,93,104,112,-1,112,111,93,-1,111,112,109,-1,111,108,93,-1,111,109,108,-1,112,110,109,-1,104,110,112,-1,149,95,88,-1,113,116,83,-1,117,118,116,-1,113,117,116,-1,118,83,116,-1,131,122,83,-1,83,119,131,-1,121,120,131,-1,131,119,121,-1,83,121,119,-1,124,82,122,-1,122,131,124,-1,82,134,126,-1,51,2,82,-1,82,126,51,-1,127,167,133,-1,169,167,127,-1,169,127,135,-1,83,135,127,-1,127,121,83,-1,127,133,120,-1,120,121,127,-1,128,169,135,-1,169,128,115,-1,115,163,169,-1,83,118,128,-1,128,135,83,-1,128,118,117,-1,117,115,128,-1,115,132,163,-1,129,99,90,-1,132,113,92,-1,132,115,117,-1,132,117,113,-1,164,163,132,-1,90,164,129,-1,110,132,109,-1,129,132,110,-1,99,129,110,-1,130,161,164,-1,91,161,130,-1,148,94,91,-1,91,130,148,-1,90,148,164,-1,130,164,148,-1,90,114,100,-1,100,148,90,-1,148,100,96,-1,164,132,129,-1,125,134,123,-1,123,82,124,-1,123,134,82,-1,2,136,82,-1,136,62,72,-1,136,138,82,-1,82,139,137,-1,137,122,82,-1,137,139,85,-1,138,139,82,-1,87,144,85,-1,140,144,87,-1,144,146,85,-1,84,146,144,-1,144,143,84,-1,146,142,85,-1,141,122,137,-1,141,142,146,-1,347,141,146,-1,62,136,2,-1,85,139,87,-1,72,87,136,-1,143,145,9,-1,9,145,68,-1,145,140,87,-1,68,145,72,-1,72,145,87,-1,145,143,140,-1,143,144,140,-1,136,87,138,-1,87,139,138,-1,137,85,142,-1,141,137,142,-1,347,81,83,-1,83,122,141,-1,347,83,141,-1,81,347,147,-1,81,147,84,-1,147,146,84,-1,147,347,146,-1,162,166,152,-1,151,160,162,-1,162,152,151,-1,152,166,165,-1,165,154,152,-1,154,165,170,-1,170,156,154,-1,152,154,155,-1,155,151,152,-1,156,153,155,-1,155,154,156,-1,173,156,170,-1,170,168,173,-1,171,153,156,-1,156,173,171,-1,157,164,161,-1,151,157,161,-1,161,160,151,-1,157,158,163,-1,163,164,157,-1,158,159,169,-1,169,163,158,-1,157,151,155,-1,155,158,157,-1,159,158,155,-1,155,153,159,-1,172,167,169,-1,169,159,172,-1,171,172,159,-1,159,153,171,-1,355,237,223,-1,174,236,237,-1,236,174,175,-1,179,238,176,-1,179,176,177,-1,179,177,178,-1,178,174,179,-1,174,178,175,-1,180,226,236,-1,238,180,236,-1,180,230,226,-1,237,236,223,-1,223,236,218,-1,225,355,223,-1,223,224,225,-1,328,329,239,-1,330,331,350,-1,228,227,219,-1,219,222,228,-1,236,226,218,-1,174,237,0,-1,0,237,355,-1,0,179,174,-1,318,355,225,-1,220,228,222,-1,221,228,220,-1,5,0,355,-1,218,182,223,-1,183,223,182,-1,181,183,185,-1,181,185,242,-1,213,212,244,-1,244,246,213,-1,213,246,245,-1,245,214,213,-1,245,247,184,-1,184,214,245,-1,214,184,206,-1,206,207,214,-1,217,319,225,-1,225,224,217,-1,183,181,217,-1,217,224,183,-1,224,223,183,-1,226,209,218,-1,218,209,184,-1,182,185,183,-1,218,184,182,-1,207,208,232,-1,232,214,207,-1,232,215,214,-1,209,206,184,-1,186,192,190,-1,190,188,186,-1,197,192,208,-1,208,207,197,-1,190,222,219,-1,219,188,190,-1,194,195,190,-1,226,189,209,-1,187,189,226,-1,192,186,208,-1,191,216,205,-1,196,205,216,-1,195,196,216,-1,196,195,194,-1,209,189,198,-1,199,197,207,-1,207,206,199,-1,233,234,197,-1,197,199,233,-1,209,198,199,-1,199,206,209,-1,233,199,198,-1,198,200,233,-1,248,194,202,-1,201,205,250,-1,248,249,196,-1,196,194,248,-1,196,249,250,-1,250,205,196,-1,234,203,197,-1,203,192,197,-1,194,190,202,-1,200,198,189,-1,189,204,200,-1,202,190,192,-1,202,192,203,-1,205,210,191,-1,210,205,201,-1,220,222,193,-1,204,189,187,-1,187,210,204,-1,210,201,204,-1,210,187,191,-1,195,211,190,-1,195,193,211,-1,193,222,211,-1,211,222,190,-1,215,212,213,-1,213,214,215,-1,230,187,226,-1,230,191,187,-1,229,221,230,-1,229,228,221,-1,9,355,318,-1,5,355,71,-1,71,355,9,-1,231,247,185,-1,182,231,185,-1,184,231,182,-1,184,247,231,-1,238,230,180,-1,230,221,191,-1,221,235,191,-1,191,235,216,-1,221,220,235,-1,193,235,220,-1,216,235,193,-1,193,195,216,-1,250,249,233,-1,203,234,248,-1,234,233,249,-1,250,233,200,-1,249,248,234,-1,243,241,240,-1,241,243,247,-1,204,201,250,-1,200,204,250,-1,203,248,202,-1,247,243,242,-1,247,242,185,-1,332,333,349,-1,334,335,7,-1,292,304,353,-1,304,303,251,-1,252,251,303,-1,253,305,256,-1,254,253,256,-1,256,251,255,-1,255,254,256,-1,252,255,251,-1,303,295,257,-1,303,257,305,-1,295,298,257,-1,292,303,304,-1,288,303,292,-1,294,352,292,-1,292,353,294,-1,336,337,293,-1,306,338,339,-1,296,291,219,-1,219,227,296,-1,288,295,303,-1,81,304,251,-1,353,304,81,-1,251,256,81,-1,294,353,317,-1,291,296,289,-1,289,296,290,-1,353,81,84,-1,292,258,288,-1,258,292,259,-1,261,259,181,-1,242,261,181,-1,285,309,244,-1,244,212,285,-1,285,286,308,-1,308,309,285,-1,308,286,260,-1,260,310,308,-1,286,281,280,-1,280,260,286,-1,217,352,294,-1,294,319,217,-1,259,352,217,-1,217,181,259,-1,259,292,352,-1,288,282,295,-1,260,282,288,-1,259,261,258,-1,258,260,288,-1,281,286,232,-1,232,208,281,-1,286,215,232,-1,260,280,282,-1,186,188,264,-1,264,266,186,-1,271,281,208,-1,208,266,271,-1,264,188,219,-1,219,291,264,-1,264,269,268,-1,282,263,295,-1,295,263,262,-1,208,186,266,-1,279,287,265,-1,287,279,270,-1,287,270,269,-1,268,269,270,-1,272,263,282,-1,273,280,281,-1,281,271,273,-1,300,273,271,-1,271,301,300,-1,282,280,273,-1,273,272,282,-1,300,274,272,-1,272,273,300,-1,276,268,311,-1,313,279,275,-1,311,268,270,-1,270,312,311,-1,270,279,313,-1,313,312,270,-1,271,277,301,-1,271,266,277,-1,276,264,268,-1,274,278,263,-1,263,272,274,-1,266,264,276,-1,277,266,276,-1,265,283,279,-1,275,279,283,-1,267,291,289,-1,278,283,262,-1,262,263,278,-1,278,275,283,-1,265,262,283,-1,264,284,269,-1,284,267,269,-1,284,291,267,-1,264,291,284,-1,285,212,215,-1,215,286,285,-1,295,262,298,-1,262,265,298,-1,298,290,297,-1,290,296,297,-1,317,353,9,-1,143,353,84,-1,9,353,143,-1,261,310,299,-1,261,299,258,-1,258,299,260,-1,299,310,260,-1,257,298,305,-1,265,290,298,-1,265,302,290,-1,287,302,265,-1,302,289,290,-1,289,302,267,-1,287,269,267,-1,267,302,287,-1,300,312,313,-1,311,301,277,-1,312,300,301,-1,274,300,313,-1,301,311,312,-1,240,307,243,-1,310,243,307,-1,313,275,278,-1,313,278,274,-1,276,311,277,-1,242,243,310,-1,261,242,310,-1,351,340,341,-1,86,342,343,-1,244,314,315,-1,315,246,244,-1,246,315,247,-1,247,245,246,-1,244,309,316,-1,316,314,244,-1,309,308,310,-1,310,316,309,-1,175,176,238,-1,238,236,175,-1,177,176,175,-1,175,178,177,-1,252,303,305,-1,305,253,252,-1,254,255,252,-1,252,253,254,-1,318,225,319,-1,319,9,318,-1,317,9,319,-1,319,294,317,-1])
IndexedFaceSet140.setTexCoordIndex([0,3,2,-1,2,1,0,-1,1,6,5,-1,5,4,1,-1,7,8,2,-1,2,3,7,-1,9,10,5,-1,5,6,9,-1,11,12,0,-1,0,1,11,-1,13,11,1,-1,1,4,13,-1,14,17,16,-1,16,15,14,-1,18,19,14,-1,14,15,18,-1,22,21,20,-1,23,16,17,-1,16,25,24,-1,27,26,24,-1,29,28,25,-1,16,23,25,-1,29,25,23,-1,31,17,30,-1,29,23,32,-1,33,32,31,-1,33,31,30,-1,27,35,34,-1,34,26,27,-1,37,36,34,-1,39,38,36,-1,26,40,16,-1,16,24,26,-1,36,42,41,-1,41,39,36,-1,43,41,42,-1,43,44,41,-1,41,44,39,-1,20,45,22,-1,45,46,22,-1,44,47,39,-1,48,50,49,-1,49,44,48,-1,20,49,50,-1,48,51,50,-1,51,20,50,-1,20,47,49,-1,49,47,44,-1,28,24,25,-1,53,52,46,-1,52,55,54,-1,52,54,46,-1,52,53,55,-1,7,57,53,-1,53,56,7,-1,58,57,7,-1,7,59,58,-1,57,58,53,-1,8,7,56,-1,56,60,8,-1,9,6,60,-1,10,9,60,-1,60,61,10,-1,0,12,62,-1,62,12,63,-1,64,62,63,-1,53,58,62,-1,62,64,53,-1,62,58,59,-1,59,0,62,-1,64,63,65,-1,63,67,66,-1,66,65,63,-1,53,64,65,-1,65,55,53,-1,65,66,54,-1,54,55,65,-1,67,21,66,-1,38,39,68,-1,22,46,21,-1,54,66,21,-1,46,54,21,-1,21,67,69,-1,68,69,38,-1,20,21,47,-1,47,21,68,-1,47,68,39,-1,69,18,70,-1,70,18,15,-1,40,70,15,-1,15,16,40,-1,69,71,38,-1,71,69,70,-1,38,71,34,-1,34,36,38,-1,26,34,71,-1,68,21,69,-1,2,6,1,-1,8,60,2,-1,60,6,2,-1,74,73,72,-1,77,76,75,-1,74,78,73,-1,74,81,80,-1,80,79,74,-1,82,79,80,-1,74,79,78,-1,82,84,83,-1,83,84,85,-1,82,86,84,-1,87,90,89,-1,89,88,87,-1,92,91,88,-1,80,81,93,-1,88,91,94,-1,86,93,95,-1,72,73,96,-1,83,79,82,-1,73,83,97,-1,100,99,98,-1,103,102,101,-1,99,83,85,-1,104,97,99,-1,97,83,99,-1,105,90,102,-1,105,89,90,-1,107,106,75,-1,107,108,106,-1,109,82,80,-1,109,80,93,-1,112,111,110,-1,93,81,113,-1,93,113,95,-1,114,110,111,-1,115,114,111,-1,87,86,116,-1,86,95,116,-1,117,120,119,-1,119,118,117,-1,120,123,122,-1,122,121,120,-1,124,118,119,-1,119,125,124,-1,126,121,122,-1,122,127,126,-1,128,120,117,-1,117,129,128,-1,130,123,120,-1,120,128,130,-1,14,132,131,-1,131,17,14,-1,133,132,14,-1,14,19,133,-1,136,135,134,-1,17,131,137,-1,139,138,131,-1,139,141,140,-1,138,143,142,-1,138,137,131,-1,137,138,142,-1,30,17,144,-1,145,137,142,-1,144,145,146,-1,30,144,146,-1,140,141,148,-1,148,147,140,-1,148,150,149,-1,150,152,151,-1,141,139,131,-1,131,153,141,-1,150,151,155,-1,155,154,150,-1,154,155,156,-1,155,157,156,-1,151,157,155,-1,134,158,136,-1,134,159,158,-1,151,160,157,-1,161,157,163,-1,163,162,161,-1,162,163,136,-1,162,164,161,-1,162,136,164,-1,163,160,136,-1,157,160,163,-1,138,139,143,-1,159,166,165,-1,168,167,166,-1,159,168,166,-1,167,165,166,-1,124,170,165,-1,165,169,124,-1,171,172,124,-1,124,169,171,-1,165,171,169,-1,125,173,170,-1,170,124,125,-1,173,121,126,-1,127,174,173,-1,173,126,127,-1,175,129,117,-1,176,129,175,-1,176,175,177,-1,165,177,175,-1,175,171,165,-1,175,117,172,-1,172,171,175,-1,178,176,177,-1,176,178,180,-1,180,179,176,-1,165,167,178,-1,178,177,165,-1,178,167,168,-1,168,180,178,-1,180,135,179,-1,181,151,152,-1,135,159,134,-1,135,180,168,-1,135,168,159,-1,182,179,135,-1,152,182,181,-1,160,135,136,-1,181,135,160,-1,151,181,160,-1,183,133,182,-1,132,133,183,-1,153,131,132,-1,132,183,153,-1,152,184,182,-1,183,182,184,-1,152,150,148,-1,148,184,152,-1,184,148,141,-1,182,135,181,-1,120,121,119,-1,119,173,125,-1,119,121,173,-1,72,186,185,-1,187,76,77,-1,186,188,185,-1,185,191,190,-1,190,189,185,-1,190,191,192,-1,188,191,185,-1,194,193,192,-1,195,193,194,-1,193,196,192,-1,197,200,199,-1,199,198,197,-1,200,202,201,-1,203,189,190,-1,204,202,200,-1,205,203,196,-1,96,186,72,-1,192,191,194,-1,97,194,186,-1,207,206,100,-1,101,208,103,-1,206,195,194,-1,104,206,97,-1,97,206,194,-1,208,198,209,-1,198,199,209,-1,187,211,210,-1,211,212,210,-1,190,192,213,-1,203,190,213,-1,216,215,214,-1,217,189,203,-1,205,217,203,-1,215,216,218,-1,215,218,219,-1,220,196,197,-1,220,205,196,-1,18,69,221,-1,222,19,18,-1,18,221,222,-1,221,69,67,-1,67,223,221,-1,223,67,63,-1,63,224,223,-1,221,223,225,-1,225,222,221,-1,224,226,225,-1,225,223,224,-1,11,224,63,-1,63,12,11,-1,13,226,224,-1,224,11,13,-1,227,182,133,-1,222,227,133,-1,133,19,222,-1,227,228,179,-1,179,182,227,-1,228,229,176,-1,176,179,228,-1,227,222,225,-1,225,228,227,-1,229,228,225,-1,225,230,229,-1,128,129,176,-1,176,229,128,-1,130,128,229,-1,229,230,130,-1,233,232,231,-1,235,234,232,-1,234,235,236,-1,239,238,237,-1,239,237,240,-1,239,240,241,-1,241,235,239,-1,235,241,236,-1,243,242,234,-1,238,243,234,-1,243,244,242,-1,232,234,231,-1,231,234,245,-1,246,233,231,-1,231,247,246,-1,247,246,233,-1,231,247,233,-1,248,251,250,-1,250,249,248,-1,234,242,245,-1,235,232,252,-1,252,232,233,-1,252,239,235,-1,253,233,246,-1,254,248,249,-1,255,248,254,-1,256,252,233,-1,245,257,231,-1,258,231,257,-1,261,260,259,-1,261,259,262,-1,263,266,265,-1,265,264,263,-1,263,264,268,-1,268,267,263,-1,268,270,269,-1,269,267,268,-1,267,269,272,-1,272,271,267,-1,273,274,246,-1,246,247,273,-1,258,275,273,-1,273,247,258,-1,247,231,258,-1,278,277,276,-1,276,277,269,-1,279,259,260,-1,276,269,279,-1,271,281,280,-1,280,267,271,-1,280,282,267,-1,277,272,269,-1,284,287,286,-1,286,285,284,-1,288,287,281,-1,281,271,288,-1,286,249,250,-1,250,285,286,-1,290,289,286,-1,278,291,277,-1,292,291,278,-1,287,284,283,-1,295,294,293,-1,296,293,294,-1,289,296,294,-1,296,289,290,-1,277,291,297,-1,298,288,271,-1,271,272,298,-1,299,300,288,-1,288,298,299,-1,277,297,298,-1,298,272,277,-1,299,298,297,-1,297,301,299,-1,303,290,302,-1,305,293,304,-1,303,306,296,-1,296,290,303,-1,296,306,304,-1,304,293,296,-1,300,307,288,-1,307,287,288,-1,290,286,302,-1,301,297,291,-1,291,308,301,-1,302,286,287,-1,309,287,307,-1,293,310,295,-1,310,293,305,-1,254,249,311,-1,308,291,292,-1,292,310,308,-1,310,305,308,-1,310,292,295,-1,289,312,286,-1,289,311,312,-1,311,249,312,-1,312,249,286,-1,282,266,263,-1,263,267,282,-1,313,292,278,-1,313,295,292,-1,314,255,313,-1,314,248,255,-1,315,233,253,-1,256,233,316,-1,316,233,315,-1,317,270,259,-1,279,317,259,-1,269,317,279,-1,269,270,317,-1,238,244,243,-1,313,255,295,-1,255,318,295,-1,295,318,294,-1,255,254,318,-1,311,318,254,-1,294,318,311,-1,311,289,294,-1,304,306,299,-1,307,300,303,-1,300,299,306,-1,304,299,301,-1,306,303,300,-1,321,320,319,-1,320,321,270,-1,308,305,304,-1,301,308,304,-1,307,303,309,-1,270,321,262,-1,270,262,259,-1,252,322,239,-1,252,256,322,-1,231,232,233,-1,232,234,235,-1,236,235,234,-1,237,238,239,-1,240,237,239,-1,239,235,241,-1,241,240,239,-1,236,241,235,-1,234,242,243,-1,234,243,238,-1,242,244,243,-1,231,234,232,-1,245,234,231,-1,246,247,231,-1,231,233,246,-1,233,246,247,-1,233,247,231,-1,323,324,250,-1,250,251,323,-1,245,242,234,-1,252,232,235,-1,233,232,252,-1,235,239,252,-1,246,233,253,-1,324,323,325,-1,325,323,326,-1,233,252,256,-1,231,257,245,-1,257,231,258,-1,329,328,327,-1,330,329,327,-1,331,332,265,-1,265,266,331,-1,331,334,333,-1,333,332,331,-1,333,334,336,-1,336,335,333,-1,334,338,337,-1,337,336,334,-1,273,247,246,-1,246,274,273,-1,258,247,273,-1,273,275,258,-1,258,231,247,-1,341,340,339,-1,336,340,341,-1,328,329,342,-1,342,336,341,-1,338,334,280,-1,280,343,338,-1,334,282,280,-1,336,337,340,-1,284,285,345,-1,345,344,284,-1,346,338,343,-1,343,344,346,-1,345,285,250,-1,250,324,345,-1,345,348,347,-1,340,349,339,-1,339,349,350,-1,283,284,344,-1,353,352,351,-1,352,353,354,-1,352,354,348,-1,347,348,354,-1,355,349,340,-1,356,337,338,-1,338,346,356,-1,357,356,346,-1,346,358,357,-1,340,337,356,-1,356,355,340,-1,357,359,355,-1,355,356,357,-1,361,347,360,-1,363,353,362,-1,360,347,354,-1,354,364,360,-1,354,353,363,-1,363,364,354,-1,346,365,358,-1,346,344,365,-1,361,345,347,-1,359,366,349,-1,349,355,359,-1,344,345,361,-1,365,344,367,-1,351,368,353,-1,362,353,368,-1,369,324,325,-1,366,368,350,-1,350,349,366,-1,366,362,368,-1,351,350,368,-1,345,370,348,-1,370,369,348,-1,370,324,369,-1,345,324,370,-1,331,266,282,-1,282,334,331,-1,339,350,371,-1,350,351,371,-1,371,326,372,-1,326,323,372,-1,253,233,315,-1,316,233,256,-1,315,233,316,-1,329,335,373,-1,329,373,342,-1,342,373,336,-1,373,335,336,-1,243,244,238,-1,351,326,371,-1,351,374,326,-1,352,374,351,-1,374,325,326,-1,325,374,369,-1,352,348,369,-1,369,374,352,-1,357,364,363,-1,360,358,365,-1,364,357,358,-1,359,357,363,-1,358,360,364,-1,319,376,375,-1,335,375,376,-1,363,362,366,-1,363,366,359,-1,367,360,365,-1,330,375,335,-1,329,330,335,-1,239,322,252,-1,322,256,252,-1,265,378,377,-1,377,264,265,-1,264,377,270,-1,270,268,264,-1,265,332,379,-1,379,378,265,-1,332,333,335,-1,335,379,332,-1,380,383,382,-1,382,381,380,-1,384,383,380,-1,380,385,384,-1,380,381,382,-1,382,383,380,-1,384,385,380,-1,380,383,384,-1,253,246,274,-1,274,100,253,-1,253,100,274,-1,274,246,253,-1])
Coordinate141 = x3d.Coordinate()
Coordinate141.setPoint([4.734,2.295,-0.478,0,7.925,-7.347,0,2.738,-7.551,2.596,3.055,-7.113,5.82,3.915,-2.239,3.712,1.225,-2.29,3.261,1.453,-4.252,5.658,2.599,-1.983,1.82,1.289,-5.164,0,0.1375,-3.592,2.395,4.95,6.346,0.7761,4.912,6.883,0,9.74,6.859,4.408,9.203,3.673,0,11.25,5.65,2.225,10.89,5.304,5.962,4.414,1.165,4.041,0.8383,3.523,1.972,9.601,6.357,2.537,7.001,6.362,3.694,6.649,5.287,0.4475,7.341,7.362,0.513,6.698,7.119,4.843,6.188,3.431,3.886,6.593,4.951,3.681,5.194,5.001,3.826,5.001,4.664,3.284,2.472,4.49,4.543,4.124,3.499,3.859,3.861,4.364,4.575,3.792,4.006,5.065,1.183,1.247,4.863,1.73,2.37,5.256,2.695,2.024,5.549,5.532,2.714,5.161,2.035,2.722,5.442,3.878,2.887,6.111,4.389,0.2634,4.062,5.868,4.221,6.007,7.856,-0.5637,7.021,1.661,-0.9157,6.568,4.855,-0.7308,6.326,4.691,-1.55,6.23,0.8303,-3.441,4.977,5.364,-5.673,6.326,4.656,-2.95,4.216,3.427,-5.131,3.522,5.818,-7.166,3.424,1.86,-7.278,2.479,7.925,-6.757,1.927,1.981,-8.89,0,3.753,-8.454,5.584,7.691,-2.78,5.853,7.683,-1.772,5.181,8.476,2.104,3.038,10.79,4.444,5.123,3.032,-5.304,5.664,8.061,0.8754,4.721,7.925,-5.258,0,5.519,-7.965,2.479,5.82,-7.483,5.595,7.63,-2.141,0,0.1227,-8.281,1.173,1.832,-6.114,3.978,2.324,-4.64,2.917,-0.9285,-7.31,3.323,2.08,-5.371,1.968,-1.561,-5.013,0,-0.9435,-6.54,4.713,2.444,-3.477,4.42,-0.2924,-4.477,1.411,0.5541,-3.484,0,1.035,-6.031,2.275,0.8807,-3.763,0.9407,0.7103,-4.537,3.818,1.729,-3.139,4.664,1.866,-1.436,3.657,9.188,4.96,0,7.548,7.405,1.559,7.266,7.008,2.791,5.041,6.017,-4.734,2.295,-0.478,-2.596,3.055,-7.113,-5.82,3.915,-2.239,-3.712,1.225,-2.29,-3.261,1.453,-4.252,-5.658,2.599,-1.983,-1.82,1.289,-5.164,-2.395,4.95,6.346,-0.7761,4.912,6.883,-4.408,9.203,3.673,-2.225,10.89,5.304,-5.962,4.414,1.165,-4.041,0.8383,3.523,-1.972,9.601,6.357,-2.537,7.001,6.362,-3.694,6.649,5.287,-0.4475,7.341,7.362,-0.513,6.698,7.119,-4.843,6.188,3.431,-3.886,6.593,4.951,-3.681,5.194,5.001,-3.826,5.001,4.664,-3.284,2.472,4.49,-4.543,4.124,3.499,-3.859,3.861,4.364,-4.575,3.792,4.006,-5.065,1.183,1.247,-4.863,1.73,2.37,-5.256,2.695,2.024,-5.549,5.532,2.714,-5.161,2.035,2.722,-5.442,3.878,2.887,-6.111,4.389,0.2634,-4.062,5.868,4.221,-6.007,7.856,-0.5637,-7.021,1.661,-0.9157,-6.568,4.855,-0.7308,-6.326,4.691,-1.55,-6.23,0.8303,-3.441,-4.977,5.364,-5.673,-6.326,4.656,-2.95,-4.216,3.427,-5.131,-3.522,5.818,-7.166,-3.424,1.86,-7.278,-2.479,7.925,-6.757,-1.927,1.981,-8.89,-5.584,7.691,-2.78,-5.853,7.683,-1.772,-5.181,8.476,2.104,-3.038,10.79,4.444,-5.123,3.032,-5.304,-5.664,8.061,0.8754,-4.721,7.925,-5.258,-2.479,5.82,-7.483,-5.595,7.63,-2.141,-1.173,1.832,-6.114,-3.978,2.324,-4.64,-2.917,-0.9285,-7.31,-3.323,2.08,-5.371,-1.968,-1.561,-5.013,-4.713,2.444,-3.477,-4.42,-0.2924,-4.477,-1.411,0.5541,-3.484,-2.275,0.8807,-3.763,-0.9407,0.7103,-4.537,-3.818,1.729,-3.139,-4.664,1.866,-1.436,-3.657,9.188,4.96,-1.559,7.266,7.008,-2.791,5.041,6.017,0,12.89,2.191,2.479,12.6,2.191,0,12.77,-3.073,2.479,13.01,-0.5905,0,13.3,-0.5905,2.479,12.47,-3.073,-2.479,12.6,2.191,-2.479,13.01,-0.5905,-2.479,12.47,-3.073,0,12.19,4.069,-2.479,11.8,3.665,2.479,11.8,3.665,-4.738,11.13,-0.5905,-4.581,10.59,1.893,4.738,11.13,-0.5905,4.581,10.59,1.893,-4.776,9.342,-4.254,4.776,9.342,-4.254,-4.651,10.94,-2.696,4.651,10.94,-2.696,0,10.91,-6.064,-2.479,10.58,-5.873,2.479,10.58,-5.873,5.038,2.087,0.2634,5.351,2.269,0.2568,5.575,4.993,0.4877,5.759,4.313,-0.6689,5.672,3.119,-0.6884,5.054,4.389,0.2634,4.617,3.919,1.981,0,-1.299,4.283,2.507,0.2122,3.467,1.252,-0.7037,3.753,2.181,1.29,4.703,1.083,-0.2065,4.531,0,3.949,5.823,4.122,4.752,3.434,0,4.457,6.529,3.843,3.486,3.474,0.6247,4.287,6.217,3.884,5.34,4.144,0.2615,3.949,5.823,2.103,4.881,5.78,1.599,4.225,5.429,2.103,4.763,5.713,2.175,4.422,5.292,1.061,2.841,5.24,3.345,2.806,3.987,2.536,2.741,4.559,3.082,3.581,4.206,3.368,4.077,4.055,1.044,3.885,5.454,1.356,3.642,5.241,3.227,3.707,4.111,3.028,4.567,4.683,2.472,2.023,4.722,0.9194,2.354,5.382,0,2.998,5.872,3.515,2.199,3.631,3.685,4.225,3.891,1.11,4.559,6.074,0,1.141,5.968,0.1458,1.141,5.967,0.4592,1.442,5.549,0,1.753,6.811,3.24,5.132,4.832,0,-1.23,3.575,3.443,1.22,3.201,0,6.577,6.529,1.972,6.686,5.769,3.551,6.468,4.66,1.125,6.641,6.224,2.799,0.2961,1.981,1.438,-0.7799,2.92,2.098,-0.0622,0.3894,4.342,2.994,2.484,0,9.837,5.8,1.972,10.18,5.298,3.829,8.081,4.078,4.754,5.519,2.97,1.641,0.4521,4.705,0,2.206,6.446,2.795,3.568,4.497,1.835,3.587,5.011,3.243,5.188,4.826,4.074,1.813,1.489,4.073,1.537,-0.251,4.798,4.414,1.165,3.561,1.081,-1.554,0,0.5923,5.37,0.2244,0.5923,5.37,0,-0.2097,4.949,0,0.1669,5.375,0,0.7989,5.843,0.4079,0.7711,5.733,0.2244,0.7989,5.843,1.184,0.5011,4.895,1.695,4.1,5.387,2.183,4.262,5.159,2.937,4.372,4.659,-5.038,2.087,0.2634,-5.351,2.269,0.2568,-5.575,4.993,0.4877,-5.759,4.313,-0.6689,-5.672,3.119,-0.6884,-5.054,4.389,0.2634,-4.617,3.919,1.981,-2.507,0.2122,3.467,-1.252,-0.7037,3.753,-2.181,1.29,4.703,-1.083,-0.2065,4.531,-4.122,4.752,3.434,-3.843,3.486,3.474,-0.6247,4.287,6.217,-3.884,5.34,4.144,-0.2615,3.949,5.823,-2.103,4.881,5.78,-1.599,4.225,5.429,-2.103,4.763,5.713,-2.175,4.422,5.292,-1.061,2.841,5.24,-3.345,2.806,3.987,-2.536,2.741,4.559,-3.082,3.581,4.206,-3.368,4.077,4.055,-1.044,3.885,5.454,-1.356,3.642,5.241,-3.227,3.707,4.111,-3.028,4.567,4.683,-2.472,2.023,4.722,-0.9194,2.354,5.382,-3.515,2.199,3.631,-3.685,4.225,3.891,-1.11,4.559,6.074,-0.1458,1.141,5.967,-0.4592,1.442,5.549,-3.24,5.132,4.832,-3.443,1.22,3.201,-1.972,6.686,5.769,-3.551,6.468,4.66,-1.125,6.641,6.224,-2.799,0.2961,1.981,-1.438,-0.7799,2.92,-2.098,-0.0622,0.3894,-4.342,2.994,2.484,-1.972,10.18,5.298,-3.829,8.081,4.078,-4.754,5.519,2.97,-1.641,0.4521,4.705,-2.795,3.568,4.497,-1.835,3.587,5.011,-3.243,5.188,4.826,-4.074,1.813,1.489,-4.073,1.537,-0.251,-4.798,4.414,1.165,-3.561,1.081,-1.554,-0.2244,0.5923,5.37,-0.4079,0.7711,5.733,-0.2244,0.7989,5.843,-1.184,0.5011,4.895,-1.695,4.1,5.387,-2.183,4.262,5.159,-2.937,4.372,4.659,0,0.5907,5.545,0.2244,0.5907,5.545,-0.2244,0.5907,5.545,-2.091,-0.0943,-1.629,2.091,-0.0943,-1.629,0,-0.6349,1.532,0.4475,7.341,7.362,0.7761,4.912,6.883,0.7761,4.912,6.883,0.4475,7.341,7.362,-0.7761,4.912,6.883,-0.4475,7.341,7.362,-0.4475,7.341,7.362,-0.7761,4.912,6.883,1.438,-0.7799,2.92,2.098,-0.0622,0.3894,2.799,0.2961,1.981,1.438,-0.7799,2.92,4.734,2.295,-0.478,5.658,2.599,-1.983,4.734,2.295,-0.478,3.712,1.225,-2.29,-3.561,1.081,-1.554,-2.098,-0.0622,0.3894,-1.438,-0.7799,2.92,-2.799,0.2961,1.981,-5.658,2.599,-1.983,-4.734,2.295,-0.478,-3.712,1.225,-2.29,-4.734,2.295,-0.478,5.658,2.599,-1.983,0.513,6.698,7.119,0,7.548,7.405,-5.658,2.599,-1.983,-0.513,6.698,7.119,5.054,4.389,0.2634,3.561,1.081,-1.554,-5.054,4.389,0.2634,-1.438,-0.7799,2.92,-3.561,1.081,-1.554,0,7.548,7.405,3.561,1.081,-1.554])

IndexedFaceSet140.setCoord(Coordinate141)
TextureCoordinate142 = x3d.TextureCoordinate()
TextureCoordinate142.setPoint([0.9175,0.8974,0.9509,0.8981,0.9421,0.8701,0.924,0.8702,0.9824,0.8971,0.9824,0.8682,0.9541,0.8718,0.9147,0.8129,0.9437,0.8153,0.9638,0.8095,0.9824,0.809,0.9461,0.923,0.9071,0.9135,0.9824,0.9287,0.7343,0.9169,0.7616,0.9147,0.7553,0.8982,0.7343,0.8968,0.7739,0.9327,0.7343,0.9365,0.8187,0.8433,0.8348,0.9045,0.8324,0.8647,0.74,0.8745,0.761,0.8768,0.7497,0.8755,0.777,0.8787,0.7647,0.8593,0.7596,0.8565,0.7438,0.8546,0.7343,0.8756,0.7372,0.8736,0.7394,0.8706,0.7405,0.8536,0.7808,0.8802,0.7786,0.8666,0.7875,0.8787,0.7821,0.8667,0.7952,0.9076,0.8011,0.8823,0.7745,0.9003,0.7939,0.8518,0.7845,0.8549,0.7731,0.8049,0.7979,0.8609,0.8185,0.8054,0.8439,0.8655,0.8131,0.8741,0.786,0.7876,0.8107,0.8538,0.8058,0.8252,0.8096,0.8166,0.8589,0.7975,0.8767,0.8622,0.8568,0.8668,0.8669,0.8674,0.9208,0.8549,0.8792,0.7991,0.8835,0.8633,0.9139,0.8636,0.9513,0.84,0.9824,0.8358,0.8845,0.9021,0.888,0.931,0.8761,0.9036,0.8705,0.9018,0.8544,0.902,0.8538,0.9345,0.8173,0.9068,0.8156,0.9257,0.7753,0.9186,0.7832,0.9041,0.7338,0.8385,0.7279,0.8339,0.7208,0.8401,0.7397,0.7767,0.7338,0.7681,0.7338,0.7727,0.7192,0.8201,0.7171,0.8352,0.7139,0.8364,0.7127,0.8419,0.7175,0.832,0.7247,0.8312,0.7224,0.8292,0.7239,0.8169,0.7146,0.8334,0.7152,0.8309,0.753,0.7762,0.7452,0.772,0.7409,0.7703,0.756,0.7661,0.7502,0.7748,0.7102,0.837,0.7574,0.7798,0.7054,0.8378,0.7338,0.8253,0.7338,0.8299,0.7267,0.8275,0.7291,0.8283,0.7338,0.8254,0.7338,0.7682,0.7385,0.7711,0.7338,0.7628,0.7338,0.82,0.7437,0.7597,0.7429,0.774,0.7484,0.7629,0.7505,0.778,0.7116,0.8233,0.7622,0.7806,0.7576,0.779,0.763,0.7872,0.7046,0.8444,0.7572,0.7769,0.7524,0.7737,0.7104,0.8341,0.5511,0.8974,0.5442,0.8881,0.5261,0.888,0.5173,0.916,0.5142,0.8897,0.4859,0.8861,0.4859,0.915,0.5538,0.8129,0.5221,0.9505,0.5019,0.9448,0.4833,0.9442,0.5221,0.9409,0.5615,0.9135,0.4859,0.9465,0.7132,0.8982,0.707,0.9147,0.6947,0.9327,0.6362,0.8647,0.6338,0.9045,0.6499,0.8433,0.7286,0.8745,0.7189,0.8755,0.7076,0.8768,0.7039,0.8593,0.6916,0.8787,0.7247,0.8546,0.709,0.8565,0.7314,0.8736,0.7292,0.8706,0.728,0.8536,0.69,0.8666,0.6878,0.8802,0.6865,0.8667,0.6811,0.8787,0.6675,0.8823,0.6734,0.9076,0.6941,0.9003,0.6841,0.8549,0.6747,0.8518,0.6955,0.8049,0.6707,0.8609,0.65,0.8054,0.6247,0.8655,0.6555,0.8741,0.6826,0.7876,0.6628,0.8252,0.6579,0.8538,0.659,0.8166,0.5919,0.8622,0.6097,0.7975,0.6017,0.8674,0.6119,0.8668,0.5894,0.7991,0.5477,0.8549,0.5851,0.8633,0.5547,0.8636,0.5069,0.9121,0.4833,0.9711,0.5841,0.9021,0.5806,0.931,0.5925,0.9036,0.5981,0.9018,0.6148,0.9345,0.6142,0.902,0.6513,0.9068,0.653,0.9257,0.6932,0.9186,0.6854,0.9041,0.7468,0.8401,0.7397,0.8339,0.7279,0.7767,0.7484,0.8201,0.7549,0.8419,0.7538,0.8364,0.7505,0.8352,0.7502,0.832,0.7452,0.8292,0.7429,0.8312,0.7437,0.8169,0.753,0.8334,0.7524,0.8309,0.7267,0.7703,0.7224,0.772,0.7146,0.7762,0.7175,0.7748,0.7116,0.7661,0.7574,0.837,0.7102,0.7798,0.7622,0.8378,0.7385,0.8283,0.7409,0.8275,0.7291,0.7711,0.7239,0.7597,0.7192,0.7629,0.7247,0.774,0.7171,0.778,0.756,0.8233,0.7046,0.7872,0.71,0.779,0.7054,0.7806,0.763,0.8444,0.7104,0.7769,0.7152,0.7737,0.7572,0.8341,0.7881,0.9479,0.7343,0.9577,0.8497,0.9637,0.9158,0.9539,0.7343,0.9872,0.9824,0.9663,0.6805,0.9479,0.6189,0.9637,0.5528,0.9539,0.4859,0.9842,0.4263,0.6263,0.4421,0.6351,0.4514,0.6319,0.4298,0.637,0.4385,0.639,0.4385,0.6403,0.4369,0.6596,0.4321,0.6555,0.4385,0.6553,0.4451,0.6548,0.4452,0.6463,0.4227,0.6454,0.4263,0.652,0.4193,0.6633,0.4176,0.6328,0.4376,0.6237,0.4196,0.6187,0.3384,0.9887,0.2979,0.9448,0.2441,0.9417,0.2441,0.9723,0.4437,0.6405,0.4519,0.6235,0.3384,0.9469,0.414,0.9365,0.4566,0.6329,0.4157,0.6257,0.4137,0.6192,0.2959,0.626,0.3051,0.6166,0.258,0.6076,0.2606,0.6259,0.2511,0.6816,0.2548,0.6653,0.2441,0.6653,0.2441,0.6816,0.2661,0.696,0.2636,0.664,0.3484,0.6888,0.3007,0.651,0.2881,0.7397,0.3623,0.7239,0.4151,0.6155,0.4295,0.6197,0.4116,0.6201,0.4088,0.6855,0.4123,0.7323,0.4518,0.7703,0.364,0.6372,0.2441,0.7326,0.2496,0.7705,0.2441,0.7109,0.2441,0.7705,0.2441,0.816,0.2441,0.8403,0.274,0.8322,0.2566,0.816,0.2949,0.763,0.3447,0.8549,0.3206,0.8292,0.4279,0.7939,0.4413,0.8544,0.3889,0.8456,0.3991,0.8726,0.4299,0.8825,0.3482,0.8386,0.4041,0.7613,0.3654,0.7582,0.3778,0.7978,0.3319,0.7987,0.3916,0.7984,0.2943,0.815,0.3252,0.8232,0.3846,0.8362,0.4052,0.8221,0.3485,0.831,0.309,0.8013,0.3985,0.8044,0.2937,0.8109,0.4204,0.8292,0.3447,0.8606,0.2972,0.8452,0.4715,0.8911,0.431,0.9594,0.4658,0.6252,0.465,0.6281,0.3226,0.6487,0.3993,0.8753,0.2441,0.6554,0.2548,0.6554,0.2557,0.6351,0.4544,0.6426,0.1498,0.9887,0.1903,0.9448,0.1498,0.9469,0.0742,0.9365,0.2323,0.6076,0.1853,0.6166,0.1923,0.626,0.2275,0.6259,0.2371,0.6816,0.2334,0.6653,0.2246,0.664,0.2221,0.696,0.1875,0.651,0.1398,0.6888,0.1258,0.7239,0.2001,0.7397,0.0364,0.7703,0.0759,0.7323,0.0794,0.6855,0.1242,0.6372,0.2386,0.7705,0.2316,0.816,0.2142,0.8322,0.1933,0.763,0.1676,0.8292,0.1435,0.8549,0.0602,0.7939,0.0469,0.8544,0.0583,0.8825,0.0891,0.8726,0.0992,0.8456,0.14,0.8386,0.084,0.7613,0.1228,0.7582,0.1104,0.7978,0.1563,0.7987,0.0966,0.7984,0.163,0.8232,0.1939,0.815,0.083,0.8221,0.1036,0.8362,0.1397,0.831,0.1792,0.8013,0.0897,0.8044,0.1944,0.8109,0.0678,0.8292,0.1435,0.8606,0.191,0.8452,0.0166,0.8911,0.0646,0.9594,0.1656,0.6487,0.0889,0.8753,0.2325,0.6351,0.2334,0.6554,0.2548,0.6553,0.2441,0.6553,0.2334,0.6553,0.4156,0.6279,0.3783,0.625,0.3984,0.649,0.4325,0.6718,0.4443,0.6446,0.428,0.6022])

IndexedFaceSet140.setTexCoord(TextureCoordinate142)

Shape136.setGeometry(IndexedFaceSet140)

Transform135.addChildren(Shape136)

HAnimSegment134.addChildren(Transform135)

HAnimJoint133.addChildren(HAnimSegment134)

HAnimJoint123.addChildren(HAnimJoint133)
HAnimJoint143 = x3d.HAnimJoint()
HAnimJoint143.setName("l_shoulder")
HAnimJoint143.setDEF("hanim_l_shoulder")
HAnimJoint143.setCenter([5.975,52,-0.1452])
HAnimSegment144 = x3d.HAnimSegment()
HAnimSegment144.setName("l_upperarm")
HAnimSegment144.setDEF("hanim_l_upperarm")
Transform145 = x3d.Transform()
Transform145.setTranslation([5.975,52,-0.1452])
Shape146 = x3d.Shape()
Appearance147 = x3d.Appearance()
Material148 = x3d.Material()
Material148.setDiffuseColor([0.588,0.588,0.588])

Appearance147.setMaterial(Material148)
ImageTexture149 = x3d.ImageTexture()
ImageTexture149.setUSE("AnnexC01JinTextureAtlas")

Appearance147.setTexture(ImageTexture149)

Shape146.setAppearance(Appearance147)
IndexedFaceSet150 = x3d.IndexedFaceSet()
IndexedFaceSet150.setCreaseAngle(3.14159)
IndexedFaceSet150.setCoordIndex([2,1,0,-1,3,2,0,-1,4,3,0,-1,0,1,6,-1,6,5,0,-1,1,2,7,-1,7,6,1,-1,2,3,8,-1,8,7,2,-1,3,4,9,-1,9,8,3,-1,4,0,5,-1,5,9,4,-1,5,6,11,-1,11,10,5,-1,6,7,12,-1,12,11,6,-1,7,8,13,-1,13,12,7,-1,8,9,14,-1,14,13,8,-1,9,5,10,-1,10,14,9,-1,10,11,16,-1,16,15,10,-1,11,12,17,-1,17,16,11,-1,12,13,18,-1,18,17,12,-1,13,14,19,-1,19,18,13,-1,14,10,15,-1,15,19,14,-1,36,37,38,-1,35,36,38,-1,39,35,38,-1,21,20,15,-1,15,16,21,-1,22,21,16,-1,16,17,22,-1,23,22,17,-1,17,18,23,-1,24,23,18,-1,18,19,24,-1,20,24,19,-1,19,15,20,-1,26,25,20,-1,20,21,26,-1,27,26,21,-1,21,22,27,-1,28,27,22,-1,22,23,28,-1,29,28,23,-1,23,24,29,-1,25,29,24,-1,24,20,25,-1,31,30,25,-1,25,26,31,-1,32,31,26,-1,26,27,32,-1,33,32,27,-1,27,28,33,-1,34,33,28,-1,28,29,34,-1,30,34,29,-1,29,25,30,-1,36,35,30,-1,30,31,36,-1,37,36,31,-1,31,32,37,-1,38,37,32,-1,32,33,38,-1,39,38,33,-1,33,34,39,-1,35,39,34,-1,34,30,35,-1])
IndexedFaceSet150.setTexCoordIndex([2,0,1,-1,3,2,1,-1,61,3,1,-1,1,0,5,-1,5,6,1,-1,0,2,7,-1,7,5,0,-1,2,3,8,-1,8,7,2,-1,25,4,9,-1,9,26,25,-1,4,1,6,-1,6,9,4,-1,6,5,10,-1,10,11,6,-1,5,7,12,-1,12,10,5,-1,7,8,13,-1,13,12,7,-1,27,9,14,-1,14,28,27,-1,9,6,11,-1,11,14,9,-1,11,10,15,-1,15,16,11,-1,10,12,17,-1,17,15,10,-1,12,13,18,-1,18,17,12,-1,29,14,19,-1,19,30,29,-1,14,11,16,-1,16,19,14,-1,54,35,36,-1,53,54,36,-1,37,53,36,-1,20,21,16,-1,16,15,20,-1,22,20,15,-1,15,17,22,-1,23,22,17,-1,17,18,23,-1,24,32,31,-1,31,19,24,-1,21,24,19,-1,19,16,21,-1,40,41,38,-1,38,39,40,-1,43,56,55,-1,55,42,43,-1,45,43,42,-1,42,44,45,-1,47,45,44,-1,44,46,47,-1,41,47,46,-1,46,38,41,-1,48,49,41,-1,41,40,48,-1,50,58,57,-1,57,43,50,-1,51,50,43,-1,43,45,51,-1,52,51,45,-1,45,47,52,-1,49,52,47,-1,47,41,49,-1,34,33,49,-1,49,48,34,-1,35,60,59,-1,59,50,35,-1,36,35,50,-1,50,51,36,-1,37,36,51,-1,51,52,37,-1,33,37,52,-1,52,49,33,-1])
Coordinate151 = x3d.Coordinate()
Coordinate151.setPoint([2.525,1.246,-1.68,3.681,1.236,0.0337,2.408,1.247,1.663,0.4657,1.264,0.9556,0.5379,1.264,-1.11,2.743,-0.0209,-2.31,4.339,-0.0351,0.057,2.581,-0.0195,2.307,-0.1009,0.0044,1.33,-0.0013,0.0035,-1.523,2.72,-2.534,-2.31,4.317,-2.548,0.057,2.559,-2.533,2.307,-0.1233,-2.509,1.33,-0.0237,-2.51,-1.523,2.759,-3.609,-2.442,4.448,-3.624,0.0619,2.588,-3.608,2.442,-0.2497,-3.583,1.409,-0.1443,-3.583,-1.61,2.245,-1.758,-1.939,3.465,-1.769,-0.4543,2.834,-1.763,1.629,1.223,-1.749,1.432,0.8596,-1.746,-0.7734,2.263,-7.566,-1.569,3.531,-7.577,-0.378,2.875,-7.571,1.293,1.202,-7.556,1.135,0.8242,-7.553,-0.6339,2.267,-11.62,-1.511,3.487,-11.63,-0.3651,2.856,-11.62,1.243,1.245,-11.61,1.091,0.8817,-11.6,-0.6115,2.213,-12.17,-0.8985,2.928,-12.17,-0.2266,2.558,-12.17,0.7161,1.614,-12.16,0.6268,1.401,-12.16,-0.3711])

IndexedFaceSet150.setCoord(Coordinate151)
TextureCoordinate152 = x3d.TextureCoordinate()
TextureCoordinate152.setPoint([0.2986,0.2114,0.2726,0.2114,0.3201,0.2114,0.3415,0.2114,0.2466,0.2114,0.2979,0.2417,0.2726,0.2417,0.3197,0.2417,0.3418,0.2417,0.2473,0.2417,0.2979,0.3018,0.2726,0.3018,0.3197,0.3018,0.3418,0.3018,0.2473,0.3018,0.2978,0.3276,0.2726,0.3276,0.3197,0.3276,0.3419,0.3276,0.2474,0.3276,0.2932,0.2834,0.2689,0.2834,0.316,0.2834,0.3322,0.2834,0.245,0.2834,0.2251,0.2114,0.2255,0.2417,0.2255,0.2417,0.2255,0.3018,0.2255,0.3018,0.2255,0.3276,0.2255,0.3276,0.2159,0.2834,0.4315,0.6736,0.442,0.6736,0.3947,0.6736,0.4041,0.6736,0.418,0.6736,0.4296,0.6167,0.4409,0.6167,0.4415,0.6485,0.4303,0.6485,0.3965,0.6167,0.3953,0.6485,0.4047,0.6167,0.4053,0.6485,0.4189,0.6167,0.418,0.6485,0.4415,0.6706,0.4306,0.6706,0.395,0.6706,0.4051,0.6706,0.4182,0.6706,0.3746,0.6736,0.3851,0.6736,0.384,0.6167,0.3845,0.6485,0.3845,0.6485,0.3846,0.6706,0.3846,0.6706,0.3851,0.6736,0.3481,0.2114])

IndexedFaceSet150.setTexCoord(TextureCoordinate152)

Shape146.setGeometry(IndexedFaceSet150)

Transform145.addChildren(Shape146)

HAnimSegment144.addChildren(Transform145)

HAnimJoint143.addChildren(HAnimSegment144)
HAnimJoint153 = x3d.HAnimJoint()
HAnimJoint153.setName("l_elbow")
HAnimJoint153.setDEF("hanim_l_elbow")
HAnimJoint153.setCenter([8.093,40.38,-0.2502])
HAnimSegment154 = x3d.HAnimSegment()
HAnimSegment154.setName("l_forearm")
HAnimSegment154.setDEF("hanim_l_forearm")
Transform155 = x3d.Transform()
Transform155.setTranslation([8.093,40.38,-0.2502])
Shape156 = x3d.Shape()
Appearance157 = x3d.Appearance()
Material158 = x3d.Material()
Material158.setDiffuseColor([0.588,0.588,0.588])

Appearance157.setMaterial(Material158)
ImageTexture159 = x3d.ImageTexture()
ImageTexture159.setUSE("AnnexC01JinTextureAtlas")

Appearance157.setTexture(ImageTexture159)

Shape156.setAppearance(Appearance157)
IndexedFaceSet160 = x3d.IndexedFaceSet()
IndexedFaceSet160.setCreaseAngle(3.14159)
IndexedFaceSet160.setCoordIndex([2,1,0,-1,3,2,0,-1,4,3,0,-1,0,1,6,-1,6,5,0,-1,1,2,7,-1,7,6,1,-1,2,3,8,-1,8,7,2,-1,3,4,9,-1,9,8,3,-1,4,0,5,-1,5,9,4,-1,5,6,11,-1,11,10,5,-1,6,7,12,-1,12,11,6,-1,7,8,13,-1,13,12,7,-1,8,9,14,-1,14,13,8,-1,9,5,10,-1,10,14,9,-1,10,11,16,-1,16,15,10,-1,11,12,17,-1,17,16,11,-1,12,13,18,-1,18,17,12,-1,13,14,19,-1,19,18,13,-1,14,10,15,-1,15,19,14,-1,21,22,23,-1,20,21,23,-1,24,20,23,-1,21,20,15,-1,15,16,21,-1,22,21,16,-1,16,17,22,-1,23,22,17,-1,17,18,23,-1,24,23,18,-1,18,19,24,-1,20,24,19,-1,19,15,20,-1])
IndexedFaceSet160.setTexCoordIndex([2,25,26,-1,3,2,26,-1,4,3,26,-1,0,1,6,-1,6,5,0,-1,27,2,7,-1,7,28,27,-1,2,3,8,-1,8,7,2,-1,3,4,9,-1,9,8,3,-1,4,0,5,-1,5,9,4,-1,5,6,11,-1,11,10,5,-1,29,7,12,-1,12,30,29,-1,7,8,13,-1,13,12,7,-1,8,9,14,-1,14,13,8,-1,9,5,10,-1,10,14,9,-1,10,11,16,-1,16,15,10,-1,31,12,17,-1,17,32,31,-1,12,13,18,-1,18,17,12,-1,13,14,19,-1,19,18,13,-1,14,10,15,-1,15,19,14,-1,34,22,23,-1,33,34,23,-1,24,33,23,-1,21,20,15,-1,15,16,21,-1,22,36,35,-1,35,17,22,-1,23,22,17,-1,17,18,23,-1,24,23,18,-1,18,19,24,-1,20,24,19,-1,19,15,20,-1])
Coordinate161 = x3d.Coordinate()
Coordinate161.setPoint([0.215,0.3047,-1.152,1.155,0.2966,-0.2588,0.6199,0.3013,1.04,-0.6505,0.3122,0.9491,-0.9008,0.3143,-0.4054,0.1442,-0.8448,-1.625,1.472,-0.8561,-0.4271,0.7164,-0.8496,1.625,-1.079,-0.8342,1.482,-1.433,-0.8312,-0.6588,0.1328,-3.5,-1.607,1.551,-3.513,-0.4225,0.781,-2.925,1.61,-1.136,-2.909,1.468,-1.551,-3.486,-0.6519,0.0592,-8.713,-1.437,1.093,-8.722,-0.1279,0.5047,-8.716,1.51,-0.8932,-8.704,1.377,-1.169,-8.702,-0.3428,0.0092,-9.336,-0.8855,0.7154,-9.342,0.0084,0.3135,-9.339,1.043,-0.6412,-9.331,0.9519,-0.8292,-9.329,-0.1383])

IndexedFaceSet160.setCoord(Coordinate161)
TextureCoordinate162 = x3d.TextureCoordinate()
TextureCoordinate162.setPoint([0.4222,0.6201,0.4327,0.6201,0.3884,0.6201,0.3987,0.6201,0.4103,0.6201,0.4213,0.6265,0.4321,0.6265,0.3894,0.6265,0.399,0.6265,0.4105,0.6265,0.4214,0.6413,0.4323,0.6413,0.389,0.6381,0.3992,0.6381,0.4103,0.6413,0.4213,0.6705,0.4336,0.6705,0.3899,0.6705,0.3981,0.6705,0.4094,0.6705,0.4215,0.674,0.4346,0.674,0.3899,0.674,0.398,0.674,0.4083,0.674,0.3787,0.6201,0.3682,0.6201,0.3787,0.6201,0.3782,0.6265,0.3782,0.6265,0.3783,0.6413,0.3783,0.6413,0.3796,0.6705,0.3676,0.674,0.3806,0.674,0.3796,0.6705,0.3806,0.674])

IndexedFaceSet160.setTexCoord(TextureCoordinate162)

Shape156.setGeometry(IndexedFaceSet160)

Transform155.addChildren(Shape156)

HAnimSegment154.addChildren(Transform155)

HAnimJoint153.addChildren(HAnimSegment154)
HAnimJoint163 = x3d.HAnimJoint()
HAnimJoint163.setName("l_radiocarpal")
HAnimJoint163.setDEF("hanim_l_radiocarpal")
HAnimJoint163.setCenter([7.808,31.46,-0.05849])
HAnimSegment164 = x3d.HAnimSegment()
HAnimSegment164.setName("l_hand")
HAnimSegment164.setDEF("hanim_l_hand")
Transform165 = x3d.Transform()
Transform165.setTranslation([7.808,31.46,-0.05849])
Shape166 = x3d.Shape()
Appearance167 = x3d.Appearance()
Material168 = x3d.Material()
Material168.setDiffuseColor([0.588,0.588,0.588])

Appearance167.setMaterial(Material168)
ImageTexture169 = x3d.ImageTexture()
ImageTexture169.setUSE("AnnexC01JinTextureAtlas")

Appearance167.setTexture(ImageTexture169)

Shape166.setAppearance(Appearance167)
IndexedFaceSet170 = x3d.IndexedFaceSet()
IndexedFaceSet170.setCreaseAngle(3.14159)
IndexedFaceSet170.setCoordIndex([4,5,0,-1,0,2,4,-1,6,7,3,-1,3,1,6,-1,1,0,5,-1,5,6,1,-1,8,9,5,-1,5,4,8,-1,10,11,7,-1,7,6,10,-1,9,10,6,-1,6,5,9,-1,12,13,9,-1,9,8,12,-1,14,15,11,-1,11,10,14,-1,13,14,10,-1,10,9,13,-1,4,2,16,-1,2,3,7,-1,7,16,2,-1,17,19,18,-1,18,20,17,-1,21,16,7,-1,7,11,21,-1,8,21,12,-1,12,21,11,-1,11,15,12,-1,13,12,15,-1,15,14,13,-1,8,4,19,-1,19,17,8,-1,4,16,18,-1,18,19,4,-1,16,21,20,-1,20,18,16,-1,21,8,17,-1,17,20,21,-1,22,27,23,-1,26,25,24,-1])
IndexedFaceSet170.setTexCoordIndex([4,6,5,-1,5,7,4,-1,2,3,1,-1,1,0,2,-1,14,16,15,-1,15,17,14,-1,8,9,6,-1,6,4,8,-1,38,40,39,-1,39,41,38,-1,18,19,36,-1,36,37,18,-1,10,11,9,-1,9,8,10,-1,42,43,40,-1,40,38,42,-1,20,21,19,-1,19,18,20,-1,22,24,23,-1,24,26,25,-1,25,23,24,-1,27,29,28,-1,28,30,27,-1,31,23,25,-1,25,32,31,-1,33,31,34,-1,34,31,32,-1,32,35,34,-1,20,34,35,-1,35,21,20,-1,8,4,12,-1,12,13,8,-1,22,23,28,-1,28,29,22,-1,23,31,30,-1,30,28,23,-1,31,33,27,-1,27,30,31,-1,14,24,26,-1,14,16,24,-1])
Coordinate171 = x3d.Coordinate()
Coordinate171.setPoint([1.247,0.07,0.7975,1.209,0.0872,-1.349,-0.7098,-0.0015,0.8912,-0.7183,0.0002,-1.283,-0.9295,-0.613,1.478,1.647,-0.4252,1.388,1.589,-0.3921,-1.989,-1.044,-0.5947,-1.984,-0.8227,-2.521,2.408,1.951,-2.334,2.08,1.892,-2.301,-2.409,-1.192,-2.614,-2.248,-0.5703,-3.958,1.694,0.8836,-4.2,1.75,0.8251,-4.167,-2.071,-0.7842,-3.968,-1.934,-1.037,-0.5968,-0.1872,-1.642,-2.561,1.941,-1.951,-0.9492,0.058,-1.914,-1.016,1.885,-1.649,-2.56,0.1377,-1.066,-2.61,-0.2014,1.209,0.0872,-1.349,-0.7183,0.0002,-1.283,-0.7098,-0.0015,0.8912,1.247,0.07,0.7975,1.209,0.0872,-1.349,-0.7098,-0.0015,0.8912])

IndexedFaceSet170.setCoord(Coordinate171)
TextureCoordinate172 = x3d.TextureCoordinate()
TextureCoordinate172.setPoint([0.8107,0.9924,0.8122,0.9033,0.7694,0.9912,0.7683,0.9026,0.1329,0.0347,0.0307,0.0051,0.0134,0.0353,0.1366,0.0058,0.1249,0.1081,0.0147,0.117,0.1349,0.1856,0.0462,0.1842,0.1559,0.0454,0.148,0.1033,0.3244,0.0096,0.1758,0.0039,0.1759,0.011,0.3241,0.0033,0.173,0.1764,0.3074,0.1757,0.1732,0.1519,0.3074,0.1513,0.1756,0.032,0.2159,0.0368,0.1791,0.0165,0.3169,0.0458,0.3158,0.0193,0.172,0.0594,0.2087,0.0476,0.1736,0.0504,0.2073,0.064,0.2362,0.0821,0.3267,0.0796,0.1717,0.0822,0.1726,0.1297,0.3077,0.1289,0.3074,0.1865,0.1742,0.184,0.0061,0.1086,0.1366,0.0368,0.1241,0.1189,0.0168,0.0309,0.0211,0.1882,0.14,0.1857])

IndexedFaceSet170.setTexCoord(TextureCoordinate172)

Shape166.setGeometry(IndexedFaceSet170)

Transform165.addChildren(Shape166)

HAnimSegment164.addChildren(Transform165)

HAnimJoint163.addChildren(HAnimSegment164)

HAnimJoint153.addChildren(HAnimJoint163)

HAnimJoint143.addChildren(HAnimJoint153)

HAnimJoint123.addChildren(HAnimJoint143)
HAnimJoint173 = x3d.HAnimJoint()
HAnimJoint173.setName("r_shoulder")
HAnimJoint173.setDEF("hanim_r_shoulder")
HAnimJoint173.setCenter([-5.975,52,-0.1452])
HAnimSegment174 = x3d.HAnimSegment()
HAnimSegment174.setName("r_upperarm")
HAnimSegment174.setDEF("hanim_r_upperarm")
Transform175 = x3d.Transform()
Transform175.setTranslation([-5.975,52,-0.1452])
Shape176 = x3d.Shape()
Appearance177 = x3d.Appearance()
Material178 = x3d.Material()
Material178.setDiffuseColor([0.588,0.588,0.588])

Appearance177.setMaterial(Material178)
ImageTexture179 = x3d.ImageTexture()
ImageTexture179.setUSE("AnnexC01JinTextureAtlas")

Appearance177.setTexture(ImageTexture179)

Shape176.setAppearance(Appearance177)
IndexedFaceSet180 = x3d.IndexedFaceSet()
IndexedFaceSet180.setCreaseAngle(3.14159)
IndexedFaceSet180.setCoordIndex([0,1,2,-1,0,2,3,-1,4,0,3,-1,0,5,6,-1,6,1,0,-1,1,6,7,-1,7,2,1,-1,2,7,8,-1,8,3,2,-1,3,8,9,-1,9,4,3,-1,4,9,5,-1,5,0,4,-1,5,10,11,-1,11,6,5,-1,6,11,12,-1,12,7,6,-1,7,12,13,-1,13,8,7,-1,8,13,14,-1,14,9,8,-1,9,14,10,-1,10,5,9,-1,10,15,16,-1,16,11,10,-1,11,16,17,-1,17,12,11,-1,12,17,18,-1,18,13,12,-1,13,18,19,-1,19,14,13,-1,14,19,15,-1,15,10,14,-1,38,37,36,-1,38,36,35,-1,39,38,35,-1,21,16,15,-1,15,20,21,-1,22,17,16,-1,16,21,22,-1,23,18,17,-1,17,22,23,-1,24,19,18,-1,18,23,24,-1,20,15,19,-1,19,24,20,-1,26,21,20,-1,20,25,26,-1,27,22,21,-1,21,26,27,-1,28,23,22,-1,22,27,28,-1,29,24,23,-1,23,28,29,-1,25,20,24,-1,24,29,25,-1,31,26,25,-1,25,30,31,-1,32,27,26,-1,26,31,32,-1,33,28,27,-1,27,32,33,-1,34,29,28,-1,28,33,34,-1,30,25,29,-1,29,34,30,-1,36,31,30,-1,30,35,36,-1,37,32,31,-1,31,36,37,-1,38,33,32,-1,32,37,38,-1,39,34,33,-1,33,38,39,-1,35,30,34,-1,34,39,35,-1])
IndexedFaceSet180.setTexCoordIndex([1,0,2,-1,1,2,3,-1,61,1,3,-1,1,6,5,-1,5,0,1,-1,0,5,7,-1,7,2,0,-1,2,7,8,-1,8,3,2,-1,25,26,9,-1,9,4,25,-1,4,9,6,-1,6,1,4,-1,6,11,10,-1,10,5,6,-1,5,10,12,-1,12,7,5,-1,7,12,13,-1,13,8,7,-1,27,28,14,-1,14,9,27,-1,9,14,11,-1,11,6,9,-1,11,16,15,-1,15,10,11,-1,10,15,17,-1,17,12,10,-1,12,17,18,-1,18,13,12,-1,29,30,19,-1,19,14,29,-1,14,19,16,-1,16,11,14,-1,36,35,54,-1,36,54,53,-1,37,36,53,-1,20,15,16,-1,16,21,20,-1,22,17,15,-1,15,20,22,-1,23,18,17,-1,17,22,23,-1,24,19,31,-1,31,32,24,-1,21,16,19,-1,19,24,21,-1,40,39,38,-1,38,41,40,-1,43,42,55,-1,55,56,43,-1,45,44,42,-1,42,43,45,-1,47,46,44,-1,44,45,47,-1,41,38,46,-1,46,47,41,-1,48,40,41,-1,41,49,48,-1,50,43,57,-1,57,58,50,-1,51,45,43,-1,43,50,51,-1,52,47,45,-1,45,51,52,-1,49,41,47,-1,47,52,49,-1,34,48,49,-1,49,33,34,-1,35,50,59,-1,59,60,35,-1,36,51,50,-1,50,35,36,-1,37,52,51,-1,51,36,37,-1,33,49,52,-1,52,37,33,-1])
Coordinate181 = x3d.Coordinate()
Coordinate181.setPoint([-2.525,1.246,-1.68,-3.681,1.236,0.0337,-2.408,1.247,1.663,-0.4657,1.264,0.9556,-0.5379,1.264,-1.11,-2.743,-0.0209,-2.31,-4.339,-0.0351,0.057,-2.581,-0.0195,2.307,0.1009,0.0044,1.33,0.0013,0.0035,-1.523,-2.72,-2.534,-2.31,-4.317,-2.548,0.057,-2.559,-2.533,2.307,0.1233,-2.509,1.33,0.0237,-2.51,-1.523,-2.759,-3.609,-2.442,-4.448,-3.624,0.0619,-2.588,-3.608,2.442,0.2497,-3.583,1.409,0.1443,-3.583,-1.61,-2.245,-1.758,-1.939,-3.465,-1.769,-0.4543,-2.834,-1.763,1.629,-1.223,-1.749,1.432,-0.8596,-1.746,-0.7734,-2.263,-7.566,-1.569,-3.531,-7.577,-0.378,-2.875,-7.571,1.293,-1.202,-7.556,1.135,-0.8242,-7.553,-0.6339,-2.267,-11.62,-1.511,-3.487,-11.63,-0.3651,-2.856,-11.62,1.243,-1.245,-11.61,1.091,-0.8817,-11.6,-0.6115,-2.213,-12.17,-0.8985,-2.928,-12.17,-0.2266,-2.558,-12.17,0.7161,-1.614,-12.16,0.6268,-1.401,-12.16,-0.3711])

IndexedFaceSet180.setCoord(Coordinate181)
TextureCoordinate182 = x3d.TextureCoordinate()
TextureCoordinate182.setPoint([0.2986,0.2114,0.2726,0.2114,0.3201,0.2114,0.3415,0.2114,0.2466,0.2114,0.2979,0.2417,0.2726,0.2417,0.3197,0.2417,0.3418,0.2417,0.2473,0.2417,0.2979,0.3018,0.2726,0.3018,0.3197,0.3018,0.3418,0.3018,0.2473,0.3018,0.2978,0.3276,0.2726,0.3276,0.3197,0.3276,0.3419,0.3276,0.2474,0.3276,0.2932,0.2834,0.2689,0.2834,0.316,0.2834,0.3322,0.2834,0.245,0.2834,0.2251,0.2114,0.2255,0.2417,0.2255,0.2417,0.2255,0.3018,0.2255,0.3018,0.2255,0.3276,0.2255,0.3276,0.2159,0.2834,0.4315,0.6736,0.442,0.6736,0.3947,0.6736,0.4041,0.6736,0.418,0.6736,0.4296,0.6167,0.4409,0.6167,0.4415,0.6485,0.4303,0.6485,0.3965,0.6167,0.3953,0.6485,0.4047,0.6167,0.4053,0.6485,0.4189,0.6167,0.418,0.6485,0.4415,0.6706,0.4306,0.6706,0.395,0.6706,0.4051,0.6706,0.4182,0.6706,0.3746,0.6736,0.3851,0.6736,0.384,0.6167,0.3845,0.6485,0.3845,0.6485,0.3846,0.6706,0.3846,0.6706,0.3851,0.6736,0.3481,0.2114])

IndexedFaceSet180.setTexCoord(TextureCoordinate182)

Shape176.setGeometry(IndexedFaceSet180)

Transform175.addChildren(Shape176)

HAnimSegment174.addChildren(Transform175)

HAnimJoint173.addChildren(HAnimSegment174)
HAnimJoint183 = x3d.HAnimJoint()
HAnimJoint183.setName("r_elbow")
HAnimJoint183.setDEF("hanim_r_elbow")
HAnimJoint183.setCenter([-8.093,40.38,-0.2502])
HAnimSegment184 = x3d.HAnimSegment()
HAnimSegment184.setName("r_forearm")
HAnimSegment184.setDEF("hanim_r_forearm")
Transform185 = x3d.Transform()
Transform185.setTranslation([-8.093,40.38,-0.2502])
Shape186 = x3d.Shape()
Appearance187 = x3d.Appearance()
Material188 = x3d.Material()
Material188.setDiffuseColor([0.588,0.588,0.588])

Appearance187.setMaterial(Material188)
ImageTexture189 = x3d.ImageTexture()
ImageTexture189.setUSE("AnnexC01JinTextureAtlas")

Appearance187.setTexture(ImageTexture189)

Shape186.setAppearance(Appearance187)
IndexedFaceSet190 = x3d.IndexedFaceSet()
IndexedFaceSet190.setCreaseAngle(3.14159)
IndexedFaceSet190.setCoordIndex([0,1,2,-1,0,2,3,-1,4,0,3,-1,0,5,6,-1,6,1,0,-1,1,6,7,-1,7,2,1,-1,2,7,8,-1,8,3,2,-1,3,8,9,-1,9,4,3,-1,4,9,5,-1,5,0,4,-1,5,10,11,-1,11,6,5,-1,6,11,12,-1,12,7,6,-1,7,12,13,-1,13,8,7,-1,8,13,14,-1,14,9,8,-1,9,14,10,-1,10,5,9,-1,10,15,16,-1,16,11,10,-1,11,16,17,-1,17,12,11,-1,12,17,18,-1,18,13,12,-1,13,18,19,-1,19,14,13,-1,14,19,15,-1,15,10,14,-1,23,22,21,-1,23,21,20,-1,24,23,20,-1,21,16,15,-1,15,20,21,-1,22,17,16,-1,16,21,22,-1,23,18,17,-1,17,22,23,-1,24,19,18,-1,18,23,24,-1,20,15,19,-1,19,24,20,-1])
IndexedFaceSet190.setTexCoordIndex([26,25,2,-1,26,2,3,-1,4,26,3,-1,0,5,6,-1,6,1,0,-1,27,28,7,-1,7,2,27,-1,2,7,8,-1,8,3,2,-1,3,8,9,-1,9,4,3,-1,4,9,5,-1,5,0,4,-1,5,10,11,-1,11,6,5,-1,29,30,12,-1,12,7,29,-1,7,12,13,-1,13,8,7,-1,8,13,14,-1,14,9,8,-1,9,14,10,-1,10,5,9,-1,10,15,16,-1,16,11,10,-1,31,32,17,-1,17,12,31,-1,12,17,18,-1,18,13,12,-1,13,18,19,-1,19,14,13,-1,14,19,15,-1,15,10,14,-1,23,22,34,-1,23,34,33,-1,24,23,33,-1,21,16,15,-1,15,20,21,-1,22,17,35,-1,35,36,22,-1,23,18,17,-1,17,22,23,-1,24,19,18,-1,18,23,24,-1,20,15,19,-1,19,24,20,-1])
Coordinate191 = x3d.Coordinate()
Coordinate191.setPoint([-0.215,0.3047,-1.152,-1.155,0.2966,-0.2588,-0.6199,0.3013,1.04,0.6505,0.3122,0.9491,0.9008,0.3143,-0.4054,-0.1442,-0.8448,-1.625,-1.472,-0.8561,-0.4271,-0.7164,-0.8496,1.625,1.079,-0.8342,1.482,1.433,-0.8312,-0.6588,-0.1328,-3.5,-1.607,-1.551,-3.513,-0.4225,-0.781,-2.925,1.61,1.136,-2.909,1.468,1.551,-3.486,-0.6519,-0.0592,-8.713,-1.437,-1.093,-8.722,-0.1279,-0.5047,-8.716,1.51,0.8932,-8.704,1.377,1.169,-8.702,-0.3428,-0.0092,-9.336,-0.8855,-0.7154,-9.342,0.0084,-0.3135,-9.339,1.043,0.6412,-9.331,0.9519,0.8292,-9.329,-0.1383])

IndexedFaceSet190.setCoord(Coordinate191)
TextureCoordinate192 = x3d.TextureCoordinate()
TextureCoordinate192.setPoint([0.4222,0.6201,0.4327,0.6201,0.3884,0.6201,0.3987,0.6201,0.4103,0.6201,0.4213,0.6265,0.4321,0.6265,0.3894,0.6265,0.399,0.6265,0.4105,0.6265,0.4214,0.6413,0.4323,0.6413,0.389,0.6381,0.3992,0.6381,0.4103,0.6413,0.4213,0.6705,0.4336,0.6705,0.3899,0.6705,0.3981,0.6705,0.4094,0.6705,0.4215,0.674,0.4346,0.674,0.3899,0.674,0.398,0.674,0.4083,0.674,0.3787,0.6201,0.3682,0.6201,0.3787,0.6201,0.3782,0.6265,0.3782,0.6265,0.3783,0.6413,0.3783,0.6413,0.3796,0.6705,0.3676,0.674,0.3806,0.674,0.3796,0.6705,0.3806,0.674])

IndexedFaceSet190.setTexCoord(TextureCoordinate192)

Shape186.setGeometry(IndexedFaceSet190)

Transform185.addChildren(Shape186)

HAnimSegment184.addChildren(Transform185)

HAnimJoint183.addChildren(HAnimSegment184)
HAnimJoint193 = x3d.HAnimJoint()
HAnimJoint193.setName("r_radiocarpal")
HAnimJoint193.setDEF("hanim_r_radiocarpal")
HAnimJoint193.setCenter([-7.808,31.46,-0.05849])
HAnimSegment194 = x3d.HAnimSegment()
HAnimSegment194.setName("r_hand")
HAnimSegment194.setDEF("hanim_r_hand")
Transform195 = x3d.Transform()
Transform195.setTranslation([-7.808,31.46,-0.05849])
Shape196 = x3d.Shape()
Appearance197 = x3d.Appearance()
Material198 = x3d.Material()
Material198.setDiffuseColor([0.588,0.588,0.588])

Appearance197.setMaterial(Material198)
ImageTexture199 = x3d.ImageTexture()
ImageTexture199.setUSE("AnnexC01JinTextureAtlas")

Appearance197.setTexture(ImageTexture199)

Shape196.setAppearance(Appearance197)
IndexedFaceSet200 = x3d.IndexedFaceSet()
IndexedFaceSet200.setCreaseAngle(3.14159)
IndexedFaceSet200.setCoordIndex([4,2,0,-1,0,5,4,-1,6,1,3,-1,3,7,6,-1,1,6,5,-1,5,0,1,-1,8,4,5,-1,5,9,8,-1,10,6,7,-1,7,11,10,-1,9,5,6,-1,6,10,9,-1,12,8,9,-1,9,13,12,-1,14,10,11,-1,11,15,14,-1,13,9,10,-1,10,14,13,-1,4,16,2,-1,2,16,7,-1,7,3,2,-1,17,20,18,-1,18,19,17,-1,21,11,7,-1,7,16,21,-1,8,12,21,-1,12,15,11,-1,11,21,12,-1,13,14,15,-1,15,12,13,-1,8,17,19,-1,19,4,8,-1,4,19,18,-1,18,16,4,-1,16,18,20,-1,20,21,16,-1,21,20,17,-1,17,8,21,-1,22,23,27,-1,26,24,25,-1])
IndexedFaceSet200.setTexCoordIndex([4,7,5,-1,5,6,4,-1,2,0,1,-1,1,3,2,-1,14,17,15,-1,15,16,14,-1,8,4,6,-1,6,9,8,-1,38,41,39,-1,39,40,38,-1,18,37,36,-1,36,19,18,-1,10,8,9,-1,9,11,10,-1,42,38,40,-1,40,43,42,-1,20,18,19,-1,19,21,20,-1,22,23,24,-1,24,23,25,-1,25,26,24,-1,27,30,28,-1,28,29,27,-1,31,32,25,-1,25,23,31,-1,33,34,31,-1,34,35,32,-1,32,31,34,-1,20,21,35,-1,35,34,20,-1,8,13,12,-1,12,4,8,-1,22,29,28,-1,28,23,22,-1,23,28,30,-1,30,31,23,-1,31,30,27,-1,27,33,31,-1,14,26,24,-1,14,24,16,-1])
Coordinate201 = x3d.Coordinate()
Coordinate201.setPoint([-1.247,0.07,0.7975,-1.209,0.0872,-1.349,0.7098,-0.0015,0.8912,0.7183,0.0002,-1.283,0.9295,-0.613,1.478,-1.647,-0.4252,1.388,-1.589,-0.3921,-1.989,1.044,-0.5947,-1.984,0.8227,-2.521,2.408,-1.951,-2.334,2.08,-1.892,-2.301,-2.409,1.192,-2.614,-2.248,0.5703,-3.958,1.694,-0.8836,-4.2,1.75,-0.8251,-4.167,-2.071,0.7842,-3.968,-1.934,1.037,-0.5968,-0.1872,1.642,-2.561,1.941,1.951,-0.9492,0.058,1.914,-1.016,1.885,1.649,-2.56,0.1377,1.066,-2.61,-0.2014,-1.209,0.0872,-1.349,0.7183,0.0002,-1.283,0.7098,-0.0015,0.8912,-1.247,0.07,0.7975,-1.209,0.0872,-1.349,0.7098,-0.0015,0.8912])

IndexedFaceSet200.setCoord(Coordinate201)
TextureCoordinate202 = x3d.TextureCoordinate()
TextureCoordinate202.setPoint([0.8107,0.9924,0.8122,0.9033,0.7694,0.9912,0.7683,0.9026,0.1329,0.0347,0.0307,0.0051,0.0134,0.0353,0.1366,0.0058,0.1249,0.1081,0.0147,0.117,0.1349,0.1856,0.0462,0.1842,0.1559,0.0454,0.148,0.1033,0.3244,0.0096,0.1758,0.0039,0.1759,0.011,0.3241,0.0033,0.173,0.1764,0.3074,0.1757,0.1732,0.1519,0.3074,0.1513,0.1756,0.032,0.2159,0.0368,0.1791,0.0165,0.3169,0.0458,0.3158,0.0193,0.172,0.0594,0.2087,0.0476,0.1736,0.0504,0.2073,0.064,0.2362,0.0821,0.3267,0.0796,0.1717,0.0822,0.1726,0.1297,0.3077,0.1289,0.3074,0.1865,0.1742,0.184,0.0061,0.1086,0.1366,0.0368,0.1241,0.1189,0.0168,0.0309,0.0211,0.1882,0.14,0.1857])

IndexedFaceSet200.setTexCoord(TextureCoordinate202)

Shape196.setGeometry(IndexedFaceSet200)

Transform195.addChildren(Shape196)

HAnimSegment194.addChildren(Transform195)

HAnimJoint193.addChildren(HAnimSegment194)

HAnimJoint183.addChildren(HAnimJoint193)

HAnimJoint173.addChildren(HAnimJoint183)

HAnimJoint123.addChildren(HAnimJoint173)

HAnimJoint33.addChildren(HAnimJoint123)

HAnimJoint23.addChildren(HAnimJoint33)

HAnimHumanoid22.addJoints(HAnimJoint23)

Scene19.addChildren(HAnimHumanoid22)
Group203 = x3d.Group()
Group203.setDEF("KeyframeAnimation")
TimeSensor204 = x3d.TimeSensor()
TimeSensor204.setDEF("KeyframeTimer")
TimeSensor204.setCycleInterval(8.033494)
TimeSensor204.setLoop(True)

Group203.addChildren(TimeSensor204)
PositionInterpolator205 = x3d.PositionInterpolator()
PositionInterpolator205.setDEF("Keyframe_HumanoidRoot")
PositionInterpolator205.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
PositionInterpolator205.setKeyValue([1.662,31.427,60.304,1.659,31.427,60.307,1.657,31.428,60.31,1.654,31.428,60.313,1.652,31.428,60.316,1.649,31.428,60.319,1.647,31.428,60.322,1.645,31.428,60.324,1.642,31.428,60.327,1.64,31.428,60.33,1.637,31.428,60.333,1.635,31.428,60.336,1.633,31.428,60.339,1.63,31.428,60.342,1.628,31.428,60.345,1.625,31.428,60.348,1.623,31.428,60.351,1.621,31.428,60.354,1.619,31.428,60.358,1.617,31.428,60.361,1.614,31.428,60.364,1.61,31.428,60.366,1.602,31.429,60.364,1.591,31.43,60.358,1.576,31.432,60.345,1.558,31.432,60.327,1.537,31.432,60.303,1.515,31.43,60.273,1.49,31.427,60.238,1.461,31.422,60.195,1.426,31.417,60.146,1.387,31.413,60.092,1.343,31.41,60.032,1.298,31.408,59.967,1.254,31.406,59.897,1.212,31.405,59.822,1.172,31.404,59.743,1.132,31.405,59.662,1.094,31.408,59.578,1.054,31.413,59.494,1.014,31.42,59.41,0.971,31.429,59.327,0.927,31.439,59.247,0.879,31.446,59.173,0.826,31.451,59.107,0.768,31.453,59.053,0.708,31.453,59.012,0.649,31.449,58.987,0.594,31.444,58.98,0.545,31.436,58.994,0.502,31.426,59.031,0.466,31.411,59.09,0.441,31.391,59.17,0.43,31.367,59.267,0.436,31.34,59.375,0.461,31.31,59.488,0.505,31.276,59.601,0.57,31.239,59.712,0.655,31.201,59.82,0.76,31.162,59.922,0.883,31.125,60.015,1.017,31.089,60.098,1.155,31.055,60.169,1.288,31.025,60.234,1.409,31.001,60.295,1.514,30.985,60.358,1.602,30.976,60.428,1.678,30.975,60.51,1.747,30.982,60.607,1.818,30.998,60.718,1.892,31.024,60.842,1.969,31.058,60.977,2.047,31.096,61.123,2.121,31.134,61.277,2.192,31.169,61.437,2.258,31.198,61.6,2.319,31.221,61.765,2.374,31.235,61.932,2.422,31.241,62.101,2.463,31.238,62.276,2.499,31.228,62.457,2.53,31.212,62.648,2.557,31.19,62.85,2.581,31.162,63.068,2.6,31.13,63.305,2.612,31.093,63.563,2.615,31.053,63.843,2.609,31.014,64.144,2.594,30.979,64.461,2.575,30.951,64.789,2.557,30.933,65.122,2.544,30.927,65.454,2.542,30.929,65.779,2.556,30.937,66.094,2.589,30.946,66.394,2.641,30.955,66.678,2.709,30.96,66.941,2.788,30.963,67.182,2.873,30.962,67.397,2.956,30.959,67.587,3.031,30.955,67.754,3.095,30.949,67.9,3.148,30.939,68.028,3.192,30.925,68.138,3.23,30.903,68.23,3.266,30.874,68.303,3.301,30.838,68.355,3.333,30.797,68.386,3.36,30.754,68.399,3.379,30.711,68.393,3.39,30.67,68.369,3.39,30.631,68.326,3.379,30.593,68.262,3.355,30.557,68.178,3.319,30.522,68.07,3.268,30.489,67.941,3.204,30.456,67.79,3.127,30.423,67.62,3.038,30.39,67.435,2.939,30.36,67.241,2.832,30.337,67.043,2.717,30.32,66.846,2.598,30.311,66.653,2.476,30.307,66.463,2.355,30.309,66.277,2.237,30.316,66.096,2.122,30.328,65.923,2.01,30.347,65.762,1.903,30.375,65.617,1.801,30.41,65.488,1.708,30.449,65.376,1.625,30.487,65.278,1.553,30.52,65.195,1.493,30.545,65.126,1.443,30.559,65.073,1.403,30.565,65.036,1.37,30.562,65.016,1.343,30.553,65.013,1.323,30.539,65.027,1.309,30.519,65.059,1.301,30.494,65.108,1.303,30.463,65.179,1.315,30.426,65.273,1.342,30.383,65.391,1.384,30.333,65.534,1.443,30.276,65.7,1.516,30.212,65.889,1.598,30.143,66.103,1.683,30.068,66.343,1.764,29.988,66.61,1.84,29.902,66.897,1.91,29.81,67.194,1.974,29.71,67.488,2.033,29.603,67.768,2.086,29.491,68.023,2.131,29.378,68.246,2.167,29.268,68.433,2.195,29.163,68.578,2.215,29.065,68.682,2.228,28.971,68.749,2.233,28.877,68.787,2.227,28.785,68.808,2.209,28.698,68.824,2.18,28.623,68.841,2.143,28.563,68.852,2.104,28.519,68.849,2.066,28.486,68.823,2.033,28.459,68.769,2.002,28.431,68.687,1.973,28.398,68.581,1.944,28.362,68.454,1.916,28.325,68.31,1.89,28.289,68.152,1.867,28.252,67.986,1.849,28.211,67.818,1.842,28.158,67.658,1.854,28.087,67.511,1.891,27.992,67.384,1.949,27.874,67.279,2.02,27.741,67.194,2.093,27.603,67.127,2.163,27.471,67.074,2.227,27.358,67.029,2.285,27.272,66.991,2.339,27.22,66.963,2.389,27.201,66.951,2.433,27.211,66.957,2.472,27.244,66.982,2.506,27.294,67.021,2.534,27.356,67.068,2.558,27.427,67.119,2.576,27.502,67.171,2.587,27.578,67.221,2.593,27.65,67.269,2.59,27.718,67.315,2.579,27.779,67.361,2.56,27.833,67.407,2.536,27.879,67.452,2.51,27.916,67.491,2.488,27.945,67.52,2.47,27.966,67.537,2.458,27.985,67.542,2.45,28.003,67.536,2.44,28.022,67.519,2.421,28.036,67.488,2.387,28.037,67.441,2.335,28.016,67.379,2.265,27.965,67.304,2.181,27.878,67.219,2.092,27.752,67.123,2.007,27.592,67.01,1.937,27.405,66.866,1.894,27.209,66.672,1.886,27.024,66.404,1.921,26.871,66.04,2.004,26.77,65.563,2.13,26.728,64.958,2.287,26.74,64.221,2.462,26.797,63.367,2.641,26.891,62.435,2.826,27.025,61.489,3.039,27.206,60.578,3.286,27.438,59.712,3.542,27.733,58.883,3.784,28.112,58.091,4.009,28.591,57.339,4.218,29.174,56.628,4.412,29.847,55.957,4.591,30.582,55.325,4.757,31.347,54.725,4.912,32.103,54.161,5.06,32.816,53.633,5.199,33.452,53.143,5.334,33.978,52.684,5.47,34.371,52.242,5.613,34.626,51.799,5.766,34.756,51.334,5.929,34.781,50.831,6.101,34.721,50.28,6.284,34.595,49.681,6.481,34.418,49.039,6.692,34.206,48.36,6.914,33.983,47.645,7.131,33.776,46.892,7.338,33.602,46.131,7.545,33.466,45.4,7.764,33.364,44.712,7.982,33.291,44.056,8.181,33.246,43.417,8.352,33.226,42.785,8.492,33.229,42.155,8.604,33.245,41.52,8.696,33.264,40.88,8.777,33.273,40.236,8.861,33.257,39.588,8.958,33.201,38.946,9.073,33.089,38.321,9.204,32.912,37.725,9.345,32.666,37.16,9.491,32.351,36.619,9.64,31.97,36.091,9.797,31.525,35.564,9.969,31.017,35.028,10.154,30.457,34.479,10.345,29.853,33.921,10.533,29.22,33.379,10.719,28.588,32.884,10.914,27.995,32.452,11.113,27.472,32.081,11.298,27.041,31.746,11.449,26.717,31.416,11.563,26.502,31.066,11.648,26.392,30.698,11.716,26.375,30.327,11.775,26.441,29.977,11.83,26.579,29.667,11.882,26.778,29.407,11.928,27.027,29.199,11.964,27.316,29.034,11.989,27.635,28.901,12,27.974,28.794,12,28.322,28.714,11.991,28.67,28.664,11.972,29.009,28.642,11.947,29.33,28.645,11.919,29.622,28.665,11.892,29.875,28.694,11.869,30.079,28.728,11.851,30.23,28.762,11.837,30.325,28.795,11.827,30.364,28.832,11.819,30.351,28.877,11.812,30.29,28.934,11.807,30.187,29.003,11.802,30.053,29.085,11.801,29.901,29.178,11.802,29.747,29.283,11.806,29.604,29.397,11.812,29.486,29.517,11.821,29.402,29.639,11.831,29.357,29.762,11.841,29.35,29.885,11.847,29.373,30.007,11.845,29.41,30.125,11.834,29.444,30.237,11.816,29.46,30.337,11.797,29.447,30.418,11.779,29.404,30.479,11.767,29.33,30.522,11.762,29.23,30.554,11.764,29.113,30.58,11.772,28.991,30.601,11.784,28.876,30.62,11.798,28.779,30.634,11.807,28.704,30.643,11.809,28.653,30.649,11.803,28.624,30.653,11.793,28.614,30.656,11.779,28.619,30.658,11.765,28.638,30.658,11.754,28.667,30.655,11.749,28.703,30.648,11.749,28.744,30.634,11.756,28.787,30.614,11.768,28.834,30.587,11.783,28.883,30.558,11.8,28.932,30.529,11.818,28.983,30.502,11.838,29.037,30.478,11.861,29.097,30.457,11.887,29.163,30.439,11.915,29.236,30.427,11.944,29.313,30.423,11.973,29.39,30.431,11.998,29.464,30.453,12.018,29.531,30.491,12.03,29.587,30.547,12.032,29.628,30.619,12.022,29.653,30.71,11.998,29.659,30.82,11.959,29.648,30.952,11.905,29.62,31.109,11.841,29.581,31.293,11.768,29.538,31.504,11.687,29.501,31.742,11.597,29.477,32.009,11.498,29.471,32.304,11.395,29.488,32.625,11.295,29.527,32.964,11.208,29.588,33.309,11.136,29.667,33.649,11.077,29.765,33.975,11.022,29.879,34.279,10.962,30.009,34.556,10.891,30.15,34.806,10.805,30.299,35.035,10.706,30.451,35.249,10.596,30.6,35.458,10.475,30.739,35.666,10.348,30.863,35.875,10.217,30.969,36.084,10.089,31.054,36.293,9.965,31.116,36.503,9.849,31.157,36.715,9.74,31.18,36.928,9.634,31.189,37.14,9.528,31.188,37.351,9.42,31.181,37.562,9.31,31.172,37.774,9.198,31.165,37.988,9.085,31.161,38.205,8.968,31.162,38.427,8.849,31.169,38.653,8.727,31.179,38.881,8.602,31.189,39.109,8.476,31.196,39.336,8.347,31.2,39.566,8.215,31.199,39.8,8.08,31.194,40.041,7.944,31.185,40.288,7.809,31.173,40.543,7.676,31.159,40.807,7.544,31.14,41.086,7.416,31.115,41.383,7.292,31.083,41.697,7.174,31.04,42.029,7.063,30.985,42.375,6.958,30.917,42.736,6.859,30.833,43.112,6.766,30.736,43.502,6.681,30.629,43.906,6.606,30.522,44.315,6.545,30.428,44.717,6.499,30.361,45.099,6.468,30.332,45.452,6.45,30.344,45.78,6.441,30.388,46.083,6.436,30.453,46.363,6.431,30.529,46.623,6.423,30.608,46.87,6.412,30.682,47.11,6.402,30.746,47.343,6.393,30.797,47.565,6.387,30.838,47.776,6.386,30.869,47.971,6.393,30.896,48.15,6.41,30.922,48.311,6.437,30.952,48.459,6.472,30.988,48.597,6.513,31.031,48.731,6.561,31.077,48.865,6.615,31.122,49.002,6.679,31.164,49.143,6.753,31.196,49.287,6.835,31.217,49.434,6.924,31.224,49.581,7.02,31.216,49.73,7.124,31.196,49.884,7.239,31.164,50.048,7.362,31.123,50.222,7.496,31.08,50.406,7.639,31.041,50.598,7.795,31.017,50.793,7.961,31.012,50.986,8.134,31.025,51.171,8.309,31.05,51.345,8.482,31.077,51.51,8.65,31.1,51.665,8.813,31.119,51.812,8.971,31.134,51.955,9.124,31.147,52.097,9.269,31.16,52.238,9.4,31.177,52.378,9.516,31.197,52.518,9.616,31.222,52.655,9.702,31.247,52.788,9.777,31.272,52.915,9.841,31.294,53.039,9.895,31.314,53.159,9.937,31.33,53.279,9.968,31.341,53.4,9.992,31.345,53.522,10.012,31.342,53.648,10.029,31.329,53.776,10.045,31.31,53.904,10.057,31.288,54.028,10.066,31.267,54.146,10.073,31.252,54.261,10.078,31.246,54.374,10.08,31.248,54.488,10.077,31.255,54.6,10.067,31.261,54.711,10.049,31.265,54.822,10.024,31.265,54.933,9.994,31.263,55.041,9.959,31.26,55.142,9.923,31.255,55.231,9.885,31.251,55.304,9.846,31.248,55.36,9.804,31.247,55.404,9.76,31.246,55.438,9.715,31.245,55.468,9.672,31.242,55.494,9.633,31.239,55.518,9.597,31.235,55.538,9.564,31.231,55.555,9.532,31.228,55.568,9.498,31.226,55.577,9.463,31.226,55.582,9.429,31.229,55.583,9.396,31.232,55.58,9.366,31.235,55.572,9.34,31.238,55.56,9.318,31.239,55.543,9.299,31.24,55.524,9.281,31.241,55.505,9.263,31.242,55.485,9.245,31.243,55.466,9.226,31.243,55.446,9.207,31.244,55.427,9.188,31.245,55.409,9.17,31.246,55.39])

Group203.addChildren(PositionInterpolator205)
OrientationInterpolator206 = x3d.OrientationInterpolator()
OrientationInterpolator206.setDEF("Keyframe_HumanoidRoot")
OrientationInterpolator206.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator206.setKeyValue([-1,-0.7080453,-0.1921938,0.08598601,-1,-0.7122961,-0.1971586,0.08559027,-1,-0.7165909,-0.2021707,0.08519399,-1,-0.7207249,-0.2072485,0.08479771,-1,-0.7249784,-0.2120914,0.08441848,-1,-0.7294009,-0.2172425,0.08402273,-1,-0.7336662,-0.2224628,0.08362646,-1,-0.7380163,-0.2276578,0.08324829,-1,-0.7425765,-0.2329624,0.08285254,-1,-0.7470147,-0.2382478,0.08247437,-1,-0.7514536,-0.2436729,0.08207862,-1,-0.7559831,-0.2490629,0.08170099,-1,-0.760724,-0.2545726,0.08130524,-1,-0.7651345,-0.2600864,0.08092707,-1,-0.7695426,-0.2657429,0.08053133,-1,-0.7740373,-0.2713626,0.08015316,-1,-0.7786181,-0.2769393,0.0797931,-1,-0.7835044,-0.2824619,0.07945115,-1,-0.7891237,-0.287875,0.07912838,-1,-0.7960382,-0.2936525,0.07881039,-1,-0.8035318,-0.2998268,0.07842211,-1,-0.809934,-0.306715,0.07785219,-1,-0.8115714,-0.3158139,0.07689771,-1,-0.8027922,-0.3264516,0.07554056,-1,-0.778052,-0.3394456,0.07380845,-1,-0.7352461,-0.3540187,0.07182332,-1,-0.6747063,-0.3707657,0.06971836,-1,-0.5986187,-0.391424,0.06756014,-1,-0.511854,-0.4170302,0.06519738,-1,-0.4159386,-0.448122,0.06231051,-1,-0.3075353,-0.4851382,0.05843561,-1,-0.1752366,-0.5324382,0.05311834,-1,0.005573641,-0.6013586,0.04626177,-1,0.2848131,-0.712234,0.03827335,-1,0.770333,-0.898163,0.02980716,-0.5788994,1,-0.7102541,0.03700919,-0.2484843,1,-0.4753457,0.05360098,-0.07349632,1,-0.3282982,0.07305036,0.027158,1,-0.2243118,0.09534873,0.08700488,1,-0.1449616,0.1205206,0.1214604,1,-0.08256631,0.1486818,0.1394669,1,-0.03378456,0.1799007,0.1469608,1,0.003064943,0.2142781,0.1477251,1,0.02921871,0.2519124,0.1453669,1,0.04599199,0.2928525,0.1427699,1,0.05491162,0.3368802,0.1409693,1,0.05808177,0.3832958,0.1391552,1,0.05759627,0.4311147,0.1355615,1,0.05517929,0.4792023,0.1284984,1,0.05225093,0.5267612,0.1178154,1,0.049404,0.5735901,0.1050272,1,0.04640211,0.6201832,0.09217367,1,0.04292675,0.6671705,0.08044599,1,0.0391447,0.7148483,0.07008177,1,0.03568221,0.763237,0.06101811,1,0.03299307,0.8120172,0.05320815,1,0.03114832,0.8606111,0.04648691,1,0.030371,0.9082354,0.04024465,1,0.03087666,0.9539882,0.0338513,1,0.03274614,0.9972227,0.02736464,1,0.03556799,1.037712,0.02137559,1,0.03867236,1.075678,0.01636642,1,0.04121686,1.11161,0.01240979,1,0.04265002,1.146286,0.009375349,1,0.0426955,1.180593,0.007218946,1,0.04122972,1.215235,0.006072998,1,0.0383313,1.250655,0.005792591,1,0.03428626,1.28671,0.005924287,1,0.02957156,1.322874,0.006066776,1,0.02470431,1.358354,0.006274962,1,0.02004836,1.392528,0.006884553,1,0.01577534,1.425008,0.008218635,1,0.01192759,1.455913,0.0104926,1,0.008560688,1.485692,0.0137229,1,0.005856599,1.515006,0.01770654,1,0.003987192,1.544433,0.02221718,1,0.002983323,1.574342,0.02699098,1,0.002757612,1.604827,0.03191576,1,0.003163715,1.635689,0.03698921,1,0.003952917,1.666623,0.0422172,1,0.004909671,1.697327,0.0475735,1,0.005875638,1.727589,0.05300663,1,0.006862635,1.757455,0.05835644,1,0.007916905,1.787059,0.06340237,1,0.009030527,1.816682,0.0680932,1,0.01016324,1.84675,0.07253808,1,0.01128905,1.877911,0.07683151,1,0.01237708,1.910784,0.08091495,1,0.01343209,1.945754,0.08470773,1,0.01443261,1.982576,0.08809656,1,0.01538608,2.020491,0.09095728,1,0.01629897,2.058432,0.09306671,1,0.01718733,2.095196,0.09429323,1,0.01803705,2.129788,0.09462652,1,0.01874139,2.161522,0.09411398,1,0.01917581,2.190196,0.09284931,1,0.01913925,2.216088,0.09098038,1,0.01854969,2.239963,0.08868648,1,0.0175564,2.262853,0.08615132,1,0.01645288,2.285697,0.08358002,1,0.01553706,2.309041,0.0811618,1,0.01490993,2.332834,0.0790408,1,0.01450048,2.356543,0.07725736,1,0.01407061,2.379451,0.07577881,1,0.01339986,2.400943,0.07452972,1,0.01237886,2.420673,0.07343149,1,0.01104202,2.438553,0.07244432,1,0.009511182,2.45481,0.07163443,1,0.007935953,2.469847,0.07110915,1,0.006375441,2.483832,0.07098427,1,0.004770677,2.496722,0.07135059,1,0.003036692,2.5083,0.07223477,1,0.001096252,2.518368,0.07350709,1,-0.001026744,2.526874,0.07494842,1,-0.003231278,2.533865,0.07630295,1,-0.005392796,2.539506,0.07744066,1,-0.007410675,2.544111,0.07839658,1,-0.00924403,2.548029,0.07935388,1,-0.01086886,2.551561,0.08045675,1,-0.01222925,2.555005,0.081788,1,-0.01329936,2.558639,0.0833464,1,-0.01404541,2.562589,0.08507729,1,-0.01448412,2.566608,0.08689509,1,-0.01469285,2.569951,0.08869298,1,-0.01484454,2.571461,0.09040541,1,-0.01510864,2.57012,0.09212838,1,-0.01569688,2.565523,0.09389912,1,-0.01672732,2.558,0.09571981,1,-0.01825105,2.548433,0.09753865,1,-0.02024432,2.537856,0.0991818,1,-0.02255385,2.527056,0.1003745,1,-0.02495267,2.51638,0.1008756,1,-0.02726127,2.505755,0.1005837,1,-0.02939271,2.494859,0.09947383,1,-0.03122158,2.483677,0.09755421,1,-0.03259753,2.472532,0.09489609,1,-0.03336175,2.462002,0.09169548,1,-0.03346677,2.452588,0.08828735,1,-0.03294199,2.444495,0.08499726,1,-0.03191401,2.437367,0.08203883,1,-0.03054363,2.430513,0.07947299,1,-0.028994,2.42328,0.07730164,1,-0.02739248,2.415236,0.07544312,1,-0.02585261,2.406121,0.07378084,1,-0.0244777,2.395786,0.07221925,1,-0.02329151,2.384387,0.07071621,1,-0.02229294,2.372636,0.06936201,1,-0.02145603,2.361567,0.06831882,1,-0.02081364,2.352154,0.0677107,1,-0.02041648,2.344846,0.0675267,1,-0.02029615,2.339539,0.06763797,1,-0.02045755,2.335505,0.06800608,1,-0.02087892,2.331637,0.06872267,1,-0.02161253,2.326944,0.06983046,1,-0.02275219,2.320905,0.0712468,1,-0.02438803,2.31361,0.072767,1,-0.02643991,2.305395,0.07422995,1,-0.02878511,2.296647,0.07561697,1,-0.0313088,2.287565,0.07698535,1,-0.03401753,2.278397,0.07835807,1,-0.03694504,2.269635,0.07975733,1,-0.04002219,2.262019,0.08125088,1,-0.04293664,2.256322,0.08274366,1,-0.0452423,2.252753,0.08391916,1,-0.0466449,2.250729,0.08434108,1,-0.0472457,2.248859,0.08398404,1,-0.04756526,2.244926,0.08320384,1,-0.04814853,2.236626,0.08250152,1,-0.04941257,2.222365,0.08213668,1,-0.05143298,2.202047,0.08198658,1,-0.05399885,2.177684,0.08180131,1,-0.05669359,2.153252,0.08134688,1,-0.0588739,2.134459,0.08056483,1,-0.05978444,2.127716,0.07955108,1,-0.05883074,2.138451,0.07827689,1,-0.05587854,2.168922,0.07632681,1,-0.05130071,2.216747,0.0732118,1,-0.04578862,2.275684,0.06887026,1,-0.04010126,2.338102,0.06383257,1,-0.03494904,2.397292,0.05889911,1,-0.03083941,2.448256,0.05470627,1,-0.02781721,2.488037,0.05139969,1,-0.0255554,2.515661,0.04879293,1,-0.02367588,2.531883,0.04669738,1,-0.02205606,2.538473,0.04510598,1,-0.02085316,2.537371,0.04411364,1,-0.02033288,2.530208,0.04371299,1,-0.02067394,2.518353,0.04373598,1,-0.02189699,2.503205,0.0439709,1,-0.02379681,2.486025,0.04423254,1,-0.02605782,2.467851,0.04446544,1,-0.02841033,2.449218,0.04482392,1,-0.03069438,2.430115,0.04551652,1,-0.03284978,2.409978,0.0467228,1,-0.03486186,2.388161,0.04853918,1,-0.03677397,2.364475,0.05090188,1,-0.03866709,2.339461,0.05359051,1,-0.04055827,2.314199,0.05625302,1,-0.04239308,2.290052,0.05852224,1,-0.04411119,2.268365,0.06015425,1,-0.04571616,2.250129,0.06119526,1,-0.04729499,2.235828,0.06205502,1,-0.04897168,2.225624,0.06347536,1,-0.050696,2.219613,0.06614625,1,-0.05216162,2.217697,0.07046515,1,-0.05297723,2.219497,0.07642686,1,-0.05290556,2.224326,0.08359575,1,-0.05184196,2.231074,0.09115849,1,-0.04986157,2.238331,0.09822033,1,-0.0474062,2.244582,0.1041609,1,-0.04508486,2.249018,0.1087288,1,-0.04324496,2.252379,0.1119987,1,-0.04169752,2.257626,0.1139533,1,-0.03986384,2.269281,0.1141777,1,-0.03702095,2.291958,0.1119258,1,-0.03241347,2.329215,0.1063955,1,-0.02550289,2.38256,0.09699336,1,-0.01622784,2.450796,0.08374867,1,-0.005368144,2.530035,0.06783547,1,0.005363189,2.615141,0.05133184,1,0.01338235,2.701902,0.03577269,1,0.01676126,2.789857,0.02150526,1,0.01617305,2.880881,0.008688792,1,0.01344355,2.974166,-0.002450158,1,0.009107463,3.065156,-0.01193172,-1,0.002844883,3.135246,-0.02068952,-1,-0.005685604,3.065706,-0.02857666,-1,-0.01662012,3.011979,-0.03591705,-1,-0.02931209,2.973079,-0.04330669,-1,-0.04316218,2.944964,-0.05054791,-1,-0.05786346,2.92296,-0.05744288,-1,-0.07305004,2.903665,-0.06337114,-1,-0.08815295,2.885912,-0.06776421,-1,-0.1025283,2.869606,-0.07036139,-1,-0.1156466,2.854734,-0.07130826,-1,-0.1272172,2.840984,-0.07105619,-1,-0.137075,2.8279,-0.06993449,-1,-0.1453377,2.81478,-0.06833752,-1,-0.1520647,2.800832,-0.06666292,-1,-0.15742,2.785107,-0.06511116,-1,-0.1620962,2.766595,-0.06370601,-1,-0.1670796,2.744093,-0.06260587,-1,-0.1735032,2.715336,-0.06206483,-1,-0.1820634,2.678573,-0.06157688,-1,-0.1919957,2.638895,-0.06041818,-1,-0.2017459,2.605251,-0.05870244,-1,-0.2100977,2.581489,-0.05710012,-1,-0.2169842,2.563149,-0.05593789,-1,-0.2230302,2.5444,-0.0550252,-1,-0.2286035,2.522107,-0.05409573,-1,-0.2334868,2.496382,-0.05335699,-1,-0.2374798,2.468304,-0.05338751,-1,-0.2406461,2.438709,-0.05447568,-1,-0.2432109,2.408005,-0.05633277,-1,-0.2450203,2.377004,-0.05804816,-1,-0.2455714,2.346574,-0.05848858,-1,-0.2445505,2.317084,-0.05658062,-1,-0.2423833,2.28778,-0.05206599,-1,-0.2396246,2.257064,-0.04526543,-1,-0.2364342,2.223314,-0.03667712,-1,-0.2323199,2.185764,-0.02674757,-1,-0.2263611,2.145538,-0.01636059,-1,-0.2176484,2.1061,-0.00696523,-1,-0.2055702,2.071882,-0.000002716632,-1,-0.1896776,2.045964,0.004105732,-1,-0.1701666,2.029915,0.006229114,-1,-0.1488326,2.024862,0.007714497,-1,-0.1284626,2.030512,0.009193266,-1,-0.111197,2.042681,0.01001598,-1,-0.0979642,2.054716,0.009298609,-1,-0.08888505,2.061514,0.007028466,-1,-0.0835687,2.061982,0.004066364,-1,-0.08116104,2.058181,0.001499432,-1,-0.08036966,2.053019,0.00004007227,-1,-0.07962974,2.048189,-0.00007611189,-1,-0.07760624,2.043421,0.0009518156,-1,-0.07357576,2.037323,0.002570138,-1,-0.06749497,2.028738,0.004194179,-1,-0.05982672,2.017712,0.005593439,-1,-0.05122779,2.005354,0.006965703,-1,-0.04231343,1.992923,0.008601047,-1,-0.03360295,1.981139,0.01057563,-1,-0.02550053,1.970051,0.01273987,-1,-0.01818836,1.959321,0.01492192,-1,-0.01167254,1.948545,0.01712384,-1,-0.006065574,1.937579,0.01952486,-1,-0.001473586,1.926545,0.02232852,-1,0.002120957,1.915872,0.0256562,-1,0.004821647,1.906105,0.02950202,-1,0.006798033,1.898056,0.03363555,-1,0.008162191,1.892673,0.03763651,-1,0.008936306,1.890629,0.04107001,-1,0.009083685,1.892019,0.04369692,-1,0.008608398,1.896272,0.045444,-1,0.00759247,1.90247,0.04627183,-1,0.006293646,1.909356,0.04640305,-1,0.005073797,1.915805,0.04625003,-1,0.004249293,1.921003,0.04631053,-1,0.003963664,1.924868,0.04701665,-1,0.004167103,1.927775,0.04867963,-1,0.004654443,1.930502,0.05137164,-1,0.005258712,1.933923,0.05470884,-1,0.005881996,1.938676,0.05801677,-1,0.006518098,1.944778,0.06062363,-1,0.007040074,1.951745,0.0620566,-1,0.007155689,1.959106,0.06212948,-1,0.006619635,1.96618,0.06109181,-1,0.005535601,1.972062,0.05954129,-1,0.004267234,1.976047,0.05806411,-1,0.003122882,1.978186,0.05696243,-1,0.002190247,1.979206,0.05622851,-1,0.001314827,1.980198,0.05567392,-1,0.0002923531,1.982386,0.05496185,-1,-0.0009057704,1.98641,0.05385543,-1,-0.002062738,1.992138,0.05238111,-1,-0.002891116,1.998718,0.05070783,-1,-0.003323948,2.005093,0.04895976,-1,-0.003536143,2.010244,0.04727278,-1,-0.003744384,2.013382,0.04578592,-1,-0.004080072,2.014437,0.04465516,-1,-0.004573213,2.013962,0.04394056,-1,-0.005233083,2.012733,0.04350167,-1,-0.006129727,2.011319,0.04309735,-1,-0.007366688,2.010018,0.04250404,-1,-0.00892998,2.008917,0.0416952,-1,-0.01063524,2.007831,0.04078509,-1,-0.01224996,2.006399,0.03998247,-1,-0.01374096,2.004093,0.03945987,-1,-0.01535949,2.000662,0.03909439,-1,-0.01733071,1.996167,0.03869602,-1,-0.01968377,1.990575,0.03816015,-1,-0.02225799,1.983576,0.03757311,-1,-0.02494664,1.974528,0.03711748,-1,-0.02774519,1.962864,0.03685687,-1,-0.03069772,1.948607,0.0366806,-1,-0.03373571,1.932419,0.0364771,-1,-0.03677359,1.915174,0.03611565,-1,-0.03979517,1.897606,0.03546371,-1,-0.04289362,1.880111,0.034469,-1,-0.04617212,1.862673,0.03329391,-1,-0.04957612,1.84459,0.03231095,-1,-0.05297355,1.824683,0.03183007,-1,-0.0561536,1.801965,0.03179988,-1,-0.05881774,1.776426,0.03188496,-1,-0.06059296,1.748837,0.03171621,-1,-0.06105082,1.720322,0.03106272,-1,-0.05991524,1.691793,0.02995933,-1,-0.05724138,1.663924,0.02879461,-1,-0.05353927,1.637235,0.02809425,-1,-0.04962866,1.611903,0.02814822,-1,-0.04626736,1.587454,0.02867284,-1,-0.04401981,1.562657,0.02898706,-1,-0.04335587,1.536058,0.028388,-1,-0.04465679,1.506422,0.02662516,-1,-0.04807068,1.473044,0.02393063,-1,-0.05327867,1.435824,0.02066802,-1,-0.05954453,1.395133,0.01713629,-1,-0.06615972,1.351568,0.01352124,-1,-0.07270791,1.305957,0.009989063,-1,-0.07914933,1.259304,0.006784225,-1,-0.08555337,1.212498,0.004114503,-1,-0.09188449,1.166296,0.00213484,-1,-0.09780792,1.121307,0.0008333681,-1,-0.1028329,1.078065,0.00008996513,-1,-0.1064977,1.03686,-0.0002391666,-1,-0.108729,0.9977112,-0.0002800822,-1,-0.1097845,0.9603583,-0.0003100355,-1,-0.1102182,0.9242687,-0.0005405706,-1,-0.1106785,0.8887538,-0.0009438733,-1,-0.1117791,0.8532289,-0.001399888,-1,-0.1140094,0.8172751,-0.001691467,-1,-0.1175941,0.7806215,-0.001432271,-1,-0.1227511,0.7433873,-0.00004283734,-1,-0.1297319,0.7059273,0.00306707,-1,-0.1386458,0.6686627,0.008046303,-1,-0.149507,0.6318361,0.01460284,-1,-0.1624246,0.5955526,0.02227874,-1,-0.1776462,0.5600207,0.03080893,-1,-0.1948334,0.5255423,0.03985732,-1,-0.2129056,0.4924329,0.04863067,-1,-0.2304845,0.4608653,0.05621539,-1,-0.2467714,0.4307892,0.06221907,-1,-0.2613357,0.4020915,0.06660062,-1,-0.2738612,0.3749337,0.06932229,-1,-0.2841819,0.349721,0.07096206,-1,-0.2927379,0.3268141,0.07238319,-1,-0.3001122,0.3062289,0.07449108,-1,-0.3067443,0.2876597,0.07747401,-1,-0.3125991,0.2708254,0.08080329,-1,-0.3176185,0.2555697,0.08339172,-1,-0.3221229,0.2419311,0.08530512,-1,-0.3277751,0.2303379,0.08862887,-1,-0.3384034,0.2215596,0.0962196,-1,-0.3588247,0.2159387,0.1095238,-1,-0.390006,0.2125101,0.1292823,-1,-0.427509,0.2088323,0.1579081,-1,-0.4657918,0.2022426,0.1993898,-1,-0.5010688,0.1916033,0.255364,-1,-0.5325888,0.1773735,0.3244201,-1,-0.5643046,0.1603745,0.4053089,-1,-0.6043079,0.141073,0.5022676,-1,-0.6648424,0.1198018,0.6312256,-1,-0.7663792,0.09684106,0.8367651,-1,-0.9525903,0.07256475,0.9327034,-0.7425611,-1,0.06426208,1,-0.394884,-0.9919394,0.05968852,1,-0.02081849,-0.8870248,0.06030285,1,0.3052715,-0.7645133,0.06140038,1,0.591278,-0.6404637,0.06226454,1,0.866041,-0.524909,0.06235212,0.8642284,1,-0.3648129,0.07129981,0.6794701,1,-0.2270996,0.08865963,0.5564286,1,-0.146333,0.1049919,0.4750493,1,-0.09909436,0.1190993,0.4255982,1,-0.07404519,0.1302858,0.4014265,1,-0.06669323,0.138187,0.3951032,1,-0.07560966,0.142637,0.3996439,1,-0.1011781,0.1436681,0.4088395,1,-0.1447114,0.1416941,0.4172107,1,-0.2060176,0.1376142,0.4187636,1,-0.2796565,0.1324341,0.4072161,1,-0.3540296,0.1270162,0.3786948,1,-0.4152126,0.1220219,0.3366781,1,-0.4517428,0.1178766,0.2921489,1,-0.4611995,0.1143336,0.2589059,1,-0.4523143,0.1102301,0.244014,1,-0.4392009,0.1042366,0.2460702,1,-0.4333537,0.09593197,0.2551824,1,-0.4403039,0.08614824,0.2547191,1,-0.4600358,0.07646035,0.2270294,1,-0.4875839,0.06855736,0.1663973,1,-0.5211928,0.06340577,0.08344677,1,-0.5671095,0.06084265,-0.004237831,1,-0.6293312,0.0599518,-0.08168973,1,-0.7055614,0.05973794,-0.1435095,1,-0.7886579,0.05952467,-0.1956192,1,-0.8744264,0.05885335,-0.2497988,1,-0.9615194,0.05758128,-0.2997066,0.9565026,-1,0.05864334,-0.3447657,0.8975152,-1,0.06142102,-0.3949314,0.8673551,-1,0.0635345,-0.4495298,0.8647413,-1,0.06468179,-0.509789,0.8856815,-1,0.06458592,-0.576902,0.923236,-1,0.06323889,-0.652683,0.9669643,-1,0.06081648,-0.7402915,1,-0.9971136,0.05777359,-0.837321,1,-0.9815534,0.05502011,-0.9849722,1,-0.9944538,0.05083834,-1,0.8320088,-0.8634021,0.05517857,-1,0.6656611,-0.738094,0.06135603,-1,0.5279861,-0.6327512,0.06810609,-1,0.421543,-0.5442694,0.07477038,-1,0.3431482,-0.4693164,0.08119605,-1,0.288514,-0.4060985,0.08753118,-1,0.2513653,-0.3567267,0.09362396,-1,0.227325,-0.3216509,0.09899662,-1,0.214919,-0.2996908,0.1030249,-1,0.212694,-0.28742,0.1054553,-1,0.2159919,-0.281188,0.1065461,-1,0.2202337,-0.278518,0.1067816,-1,0.2239827,-0.276986,0.1067741,-1,0.2286516,-0.2731136,0.1071491,-1,0.2361475,-0.2656692,0.1081808,-1,0.2486826,-0.257816,0.109563,-1,0.2687007,-0.2538988,0.1107603,-1,0.2949488,-0.2547569,0.1114096,-1,0.3214656,-0.2583197,0.1114277,-1,0.3424795,-0.2614589,0.1109638,-1,0.3543675,-0.2618352,0.1102266,-1,0.3577065,-0.2592214,0.1093696,-1,0.3561591,-0.254023,0.1084668,-1,0.3569755,-0.248743,0.107523,-1,0.3653191,-0.2445401,0.1064545,-1,0.3828536,-0.2420616,0.1052561,-1,0.4068815,-0.2405844,0.1039741,-1,0.4345369,-0.2395399,0.1026686,-1,0.4636247,-0.2386525,0.1013631,-1,0.4928524,-0.2375889,0.1000795,-1,0.5223718,-0.2361784,0.09881659,-1,0.5518486,-0.2347457,0.09757502,-1,0.5819571,-0.2329936,0.09635423,-1,0.6125668,-0.2312743,0.09515208])

Group203.addChildren(OrientationInterpolator206)
OrientationInterpolator207 = x3d.OrientationInterpolator()
OrientationInterpolator207.setDEF("Keyframe_sacroiliac")
OrientationInterpolator207.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator207.setKeyValue([0.3009527,0.04034359,1,0.07794639,0.2987882,0.04132786,1,0.07836732,0.2963589,0.04227958,1,0.07880565,0.2942404,0.04324191,1,0.07922652,0.2921434,0.04419361,1,0.07964743,0.2900676,0.04513488,1,0.08006831,0.2879492,0.04606089,1,0.08050666,0.2858966,0.04719634,1,0.08092792,0.2838829,0.04810593,1,0.0813488,0.2820405,0.04901756,1,0.08178718,0.280047,0.05011893,1,0.08220844,0.2783019,0.0510157,1,0.08262935,0.2764958,0.05210624,1,0.08306812,0.2747659,0.05319136,1,0.08348942,0.2730132,0.05405178,1,0.08392779,0.2712966,0.05469705,1,0.08436574,0.2692812,0.05489751,1,0.08478528,0.2667111,0.05463551,1,0.08520375,0.2639084,0.05435116,1,0.08563965,0.261243,0.05509495,1,0.08607755,0.2604418,0.05942674,1,0.08654049,0.2639116,0.07010586,1,0.08707026,0.2742821,0.08885047,1,0.08763914,0.2934549,0.113387,1,0.08810876,0.3200554,0.1360107,1,0.08832523,0.3533722,0.1486259,1,0.08816018,0.3942883,0.1471263,1,0.08785781,0.4446239,0.1356301,1,0.08780728,0.5053828,0.124496,1,0.08808848,0.5735531,0.1247014,1,0.08818302,0.6430184,0.1420185,1,0.08725102,0.7044193,0.1762603,1,0.08490766,0.7463921,0.2232831,1,0.08183249,0.7620328,0.2764989,1,0.07951184,0.759789,0.3240609,1,0.07897436,0.756774,0.3547961,1,0.0802495,0.7666968,0.3669984,1,0.08253565,0.7917973,0.372243,1,0.08486499,0.8350267,0.3854921,1,0.08624267,0.9021661,0.4162961,1,0.08602242,0.9981078,0.4661538,1,0.08411559,1,0.475989,0.8949878,0.09071486,1,0.4861447,0.800616,0.09775037,1,0.4958928,0.7251554,0.1051062,1,0.5087256,0.6738845,0.11223,1,0.5337623,0.6518419,0.1176812,1,0.5799472,0.6610494,0.1200619,1,0.6497201,0.6958345,0.1194793,1,0.7333246,0.7401422,0.1178455,1,0.8032938,0.7664431,0.1181373,1,0.8343156,0.7561213,0.1220687,1,0.8329884,0.717362,0.1287123,1,0.8259724,0.6697499,0.1357123,1,0.8306186,0.6238358,0.1411701,1,0.8461033,0.5785937,0.144577,1,0.8647239,0.5278011,0.146428,1,0.8819213,0.4656866,0.1473521,1,0.8943951,0.3867968,0.1479547,1,0.8950425,0.2885676,0.1492658,1,0.8785021,0.176121,0.1523372,1,0.8499172,0.06068506,0.1571776,1,0.8225201,-0.04666471,0.1626841,1,0.8074445,-0.1378146,0.1673827,1,0.8037362,-0.2091303,0.1705322,1,0.8029099,-0.2595887,0.1723066,1,0.7990931,-0.290902,0.172955,1,0.7933251,-0.3058337,0.1722138,1,0.7874447,-0.3083154,0.1701816,1,0.7827848,-0.3008219,0.167728,1,0.781585,-0.2861119,0.1658221,1,0.7891079,-0.2692514,0.164495,1,0.8086556,-0.2565619,0.1630292,1,0.8399327,-0.2537394,0.1603484,1,0.8797519,-0.2649096,0.1556842,1,0.9232605,-0.2933558,0.1489852,1,0.9675275,-0.3389686,0.1409564,0.9868578,1,-0.3911167,0.1343331,0.9395998,1,-0.4299569,0.1323972,0.8877513,1,-0.4584917,0.1311681,0.8254565,1,-0.4680001,0.1312119,0.7498725,1,-0.4538471,0.1329741,0.6650155,1,-0.4219158,0.1362523,0.5788277,1,-0.3849403,0.1402368,0.5007426,1,-0.3512523,0.1440137,0.439162,1,-0.3196852,0.146953,0.3985141,1,-0.2856182,0.1485961,0.3778412,1,-0.2454797,0.1483856,0.3741446,1,-0.1973051,0.1456697,0.3865284,1,-0.1394258,0.1399333,0.4169191,1,-0.06896886,0.1312875,0.4672656,1,0.01713726,0.1205799,0.540221,1,0.1193775,0.1092282,0.6409707,1,0.2336822,0.09850413,0.7742059,1,0.3510684,0.08906677,0.9401092,1,0.4618314,0.08104299,1,0.8819433,0.4959724,0.08443161,1,0.7443121,0.4907777,0.09333356,1,0.6471173,0.4945231,0.1023386,1,0.582514,0.5126516,0.1108998,1,0.5387851,0.539828,0.1186302,1,0.5017682,0.5657028,0.125385,1,0.4596758,0.5809971,0.1313507,1,0.4102547,0.58216,0.136952,1,0.3594967,0.5739398,0.1424898,1,0.3153294,0.5640007,0.1479978,1,0.2822382,0.5569218,0.1533874,1,0.2602836,0.553046,0.1585508,1,0.2464201,0.5514202,0.1630011,1,0.2372281,0.5520116,0.1661061,1,0.2305459,0.5570202,0.1673174,1,0.2262687,0.5705266,0.1662941,1,0.2260075,0.5970507,0.1629135,1,0.2311893,0.6395392,0.1572566,1,0.2423174,0.6967985,0.1499806,1,0.2570282,0.7619593,0.1422898,1,0.2710446,0.8246168,0.135409,1,0.2805891,0.8763414,0.1299074,1,0.2842216,0.9155967,0.1254239,1,0.2816199,0.9429747,0.1211943,1,0.2700488,0.9567562,0.1167866,1,0.2483356,0.9527076,0.1122228,1,0.2193613,0.9236748,0.10791,1,0.1908991,0.8635896,0.1042722,1,0.1758697,0.7693928,0.1017055,1,0.1876809,0.646013,0.1004572,1,0.2314744,0.5034683,0.1006538,1,0.3039689,0.3661663,0.1013504,1,0.3950556,0.2472433,0.1018789,1,0.4951194,0.1558193,0.1016177,1,0.597344,0.09266752,0.1003135,1,0.6958987,0.05196227,0.09833512,1,0.7789971,0.02488365,0.09667985,1,0.8341295,0.005555314,0.09636679,1,0.855223,-0.01050118,0.09794255,1,0.8443722,-0.02773014,0.1017624,1,0.8053533,-0.04984402,0.1082597,1,0.7445888,-0.07630847,0.1176268,1,0.6749061,-0.1032365,0.1291537,1,0.6091835,-0.1269583,0.1412064,1,0.5553128,-0.1462561,0.1520915,1,0.5148465,-0.1624634,0.1609666,1,0.4862637,-0.1783749,0.1678745,1,0.467222,-0.1966599,0.1734563,1,0.4570263,-0.2185549,0.1782225,1,0.4559518,-0.2435795,0.1824003,1,0.4624334,-0.2704467,0.1857786,1,0.4712527,-0.2966684,0.1882348,1,0.4759123,-0.3187597,0.1899923,1,0.4714948,-0.3328755,0.1914913,1,0.4558263,-0.3367732,0.1931642,1,0.4304323,-0.3301446,0.1954388,1,0.4001823,-0.3142311,0.1986562,1,0.3721125,-0.2919219,0.2023413,1,0.351157,-0.2647345,0.2052006,1,0.3380575,-0.2312475,0.2059541,1,0.3301303,-0.1882612,0.2043687,1,0.3220487,-0.1353995,0.2012366,1,0.3080379,-0.0754581,0.1973316,1,0.2846388,-0.01059042,0.1927258,1,0.253578,0.06046524,0.1873886,1,0.2192764,0.1402963,0.1817689,1,0.1848176,0.2268627,0.1767749,1,0.1501836,0.3080028,0.1733441,1,0.1146682,0.3650774,0.1724969,1,0.08122577,0.3858167,0.1752528,1,0.05541762,0.3729169,0.1822465,1,0.04447846,0.3473043,0.1918456,1,0.04979157,0.3268913,0.2015218,1,0.06504942,0.3207372,0.2088826,1,0.0785336,0.3250532,0.2133058,1,0.07618359,0.3290694,0.2160175,1,0.04706082,0.3230955,0.2182496,1,-0.01325388,0.3017308,0.220626,1,-0.1006715,0.2664228,0.2227425,1,-0.2040918,0.2246149,0.223477,1,-0.31113,0.1823276,0.2223024,1,-0.4075359,0.1380017,0.2208681,1,-0.4761895,0.08583447,0.2222698,1,-0.5060572,0.02596317,0.2287397,1,-0.4992547,-0.03066458,0.2397703,1,-0.4657957,-0.07168216,0.2523017,1,-0.4137357,-0.09503763,0.2630554,1,-0.3475713,-0.1086571,0.270681,1,-0.2715241,-0.1217911,0.2758476,1,-0.1919913,-0.1380471,0.279714,1,-0.1159894,-0.1546771,0.2829223,1,-0.04905265,-0.1669671,0.2854993,1,0.00451649,-0.1715079,0.287428,1,0.04196903,-0.1672392,0.2887833,1,0.06310728,-0.1558337,0.2897878,1,0.07005048,-0.1397765,0.2906343,1,0.06617521,-0.1212687,0.2909898,1,0.05460104,-0.1019419,0.2897863,1,0.03778514,-0.08309059,0.2862886,1,0.0181967,-0.06602874,0.2808009,1,-0.0008017963,-0.05110529,0.2743554,1,-0.01671633,-0.03704044,0.2678084,1,-0.03024267,-0.02199948,0.2616255,1,-0.04560439,-0.00496807,0.2562345,1,-0.06737128,0.01487637,0.2522701,1,-0.09685355,0.03775736,0.2507267,1,-0.1322261,0.06399895,0.2516372,1,-0.1693134,0.09495804,0.2537934,1,-0.2030994,0.1334585,0.2545811,1,-0.2279247,0.1816231,0.2514154,1,-0.2382639,0.2417504,0.2426873,1,-0.2292706,0.3177437,0.2283085,1,-0.1984287,0.4128108,0.2099352,1,-0.1435378,0.5258934,0.1907954,1,-0.05920621,0.6522319,0.1743918,1,0.06175193,0.7855976,0.162591,1,0.2227615,0.921137,0.1546724,0.9387187,0.4026692,1,0.1570811,0.8046676,0.562031,1,0.1702792,0.6680194,0.7169496,1,0.1808718,0.52398,0.8652866,1,0.1877607,0.3697425,1,0.9854589,0.1920894,0.1948135,1,0.8371709,0.2182813,0.07559283,1,0.6843742,0.2419076,0.005703187,1,0.5261284,0.2633021,-0.03352338,1,0.3864788,0.2803505,-0.06080977,1,0.2866459,0.2866642,-0.07737388,1,0.2108919,0.2743913,-0.07788004,1,0.1220227,0.2413531,-0.06028102,1,-0.007245061,0.1916578,-0.01602648,1,-0.2058399,0.132506,0.1142608,1,-0.5801454,0.07164587,0.500581,0.3741309,-1,0.04059882,1,-0.9029173,-0.6441299,0.03715435,0.8575349,-1,0.08367107,0.07319751,0.9546253,-1,0.4620531,0.1016965,1,-0.8382278,0.6909109,0.1391127,1,-0.6279048,0.8289689,0.1845851,1,-0.4361455,0.9535919,0.2286587,0.9206472,-0.2444699,1,0.290535,0.8135206,-0.0945708,1,0.3673256,0.726727,0.008579236,1,0.4422954,0.6566481,0.07847042,1,0.5084261,0.600812,0.1211853,1,0.5616301,0.5582798,0.141824,1,0.6002995,0.5252776,0.1478554,1,0.6272367,0.4984751,0.1449164,1,0.6463749,0.478042,0.133741,1,0.6614634,0.4670936,0.1118303,1,0.6741177,0.4617797,0.08073953,1,0.6829394,0.4535922,0.04542731,1,0.6861529,0.4406024,0.00653372,1,0.6809208,0.4265774,-0.0401669,1,0.6675588,0.4119264,-0.09788895,1,0.6487964,0.3921192,-0.1657963,1,0.6262968,0.3606213,-0.2406501,1,0.5985753,0.3169409,-0.31679,1,0.5639624,0.2686148,-0.3900098,1,0.5212618,0.2266896,-0.4600634,1,0.470041,0.1986152,-0.5326084,1,0.4096793,0.1853614,-0.6180649,1,0.3413151,0.1828348,-0.7299402,1,0.2685,0.1815768,-0.885846,1,0.1979548,0.1604391,-1,0.8870835,0.1514295,0.1239797,-1,0.6189129,0.1271223,0.1080448,-1,0.2739934,0.1048529,0.1228096,-1,-0.2145113,0.08516203,0.1811216,-1,-0.9578046,0.06606877,0.1485869,-0.4174231,-1,0.106324,0.1570776,-0.1285403,-1,0.1480047,0.1873903,0.04477906,-1,0.1865203,0.2277705,0.166661,-1,0.2151163,0.2767702,0.2737627,-1,0.2264076,0.3442353,0.3837569,-1,0.2181848,0.4548551,0.5020521,-1,0.1934014,0.6511172,0.6367363,-1,0.1568794,1,0.807901,-0.9799734,0.1155485,1,0.6460211,-0.5348999,0.1247977,1,0.5043048,-0.1699679,0.128257,1,0.3684243,0.1367939,0.1272873,1,0.2224421,0.3828825,0.1250556,1,0.0690416,0.5513973,0.1245833,1,-0.06976148,0.6342742,0.1274748,1,-0.1750472,0.6488067,0.1332043,1,-0.2448999,0.6325451,0.1392652,1,-0.2881585,0.6198793,0.1426466,1,-0.3119423,0.6321523,0.1419369,1,-0.3207366,0.6774406,0.1380667,1,-0.3247443,0.7510416,0.1332055,1,-0.3375847,0.8415811,0.1291739,1,-0.3673936,0.9427816,0.1263378,0.9474139,-0.3908443,1,0.1307704,0.8445008,-0.3945667,1,0.1428063,0.7498638,-0.3941596,1,0.1540184,0.6639857,-0.3847124,1,0.1635213,0.5923859,-0.3651614,1,0.1709723,0.542852,-0.3405127,1,0.1768664,0.5213718,-0.3212058,1,0.1820783,0.5295283,-0.3175719,1,0.1870651,0.5668637,-0.3340153,1,0.1916527,0.6332566,-0.3689413,1,0.1949556,0.726472,-0.4175732,1,0.1957983,0.8418635,-0.4768007,1,0.1933861,0.9728873,-0.5443737,1,0.1879097,1,-0.5534681,0.9026023,0.2001821,1,-0.5455304,0.815688,0.2129522,1,-0.533133,0.7651746,0.220166,1,-0.5139762,0.7425731,0.2226309,1,-0.4863589,0.7349049,0.22266,1,-0.451181,0.731087,0.2228957,1,-0.4117242,0.7230884,0.2254634,1,-0.3727048,0.7070175,0.2313183,1,-0.3384725,0.6846706,0.2395875,1,-0.3117375,0.660391,0.2478705,1,-0.2935623,0.6369221,0.2541069,1,-0.2829996,0.6157819,0.257672,1,-0.2758343,0.5989752,0.2592213,1,-0.2658325,0.5862514,0.2601183,1,-0.2497192,0.5749772,0.2616949,1,-0.2298441,0.5615669,0.264578,1,-0.2126576,0.5440764,0.2682653,1,-0.2031421,0.5241559,0.2718562,1,-0.2027051,0.5063438,0.2747757,1,-0.2104552,0.4954897,0.2766227,1,-0.2248839,0.4943708,0.276882,1,-0.2439366,0.5024608,0.2751192,1,-0.2640843,0.5178849,0.2713963,1,-0.2814351,0.5386293,0.2665611,1,-0.2935012,0.5620723,0.2619923,1,-0.300544,0.5847687,0.2587186,1,-0.3058728,0.6029225,0.2568634,1,-0.3144174,0.6142598,0.2557713,1,-0.3295446,0.6212636,0.2544684,1,-0.3518862,0.6291649,0.2521361,1,-0.3787404,0.6391459,0.2491249,1,-0.4072351,0.6473162,0.2460282,1,-0.434165,0.6490731,0.2432971,1,-0.4572255,0.6445802,0.2407207,1,-0.4751455,0.6381671,0.2377536,1,-0.4856611,0.6330204,0.2343122,1,-0.4863525,0.627473,0.2308788,1,-0.4766169,0.6175355,0.2280124,1,-0.4561976,0.6004909,0.2261737,1,-0.4239993,0.5767656,0.2256568,1,-0.3805173,0.5490377,0.2262121,1,-0.3308515,0.5217666,0.2267279,1,-0.2822413,0.4974467,0.2257656,1,-0.2399666,0.4729643,0.2225891,1,-0.2045836,0.4397555,0.217863,1,-0.1713614,0.3884205,0.2130418,1,-0.1325287,0.313655,0.2093254,1,-0.08125992,0.2169397,0.207226,1,-0.01575237,0.1058314,0.2065964,1,0.06239955,-0.007237134,0.2064399,1,0.1497467,-0.110251,0.2053454,1,0.240303,-0.1956476,0.2025252,1,0.3247923,-0.2600422,0.1984859,1,0.3917552,-0.2993439,0.1945985,1,0.4305491,-0.3092506,0.1920676,1,0.4365982,-0.290045,0.1910916,1,0.4126033,-0.2516798,0.1910054,1,0.3655722,-0.2095532,0.1911855,1,0.3043305,-0.1748529,0.1913332,1,0.2377065,-0.1503698,0.1912406,1,0.1728738,-0.1333805,0.1904738,1,0.1154955,-0.1196328,0.1886186,1,0.06894393,-0.1074829,0.185544,1,0.03416591,-0.09962189,0.1814348,1,0.01155742,-0.1017783,0.1767637,1,0.00147409,-0.1203471,0.1720972,1,0.004982918,-0.1579614,0.1678606,1,0.02320249,-0.2113911,0.1642788,1,0.05575474,-0.2721939,0.1616953,1,0.09875114,-0.3293964,0.160283,1,0.1463968,-0.3744354,0.1597347,1,0.1919618,-0.4042608,0.1595403,1,0.2307209,-0.4203386,0.1592136,1,0.2632821,-0.42431,0.1582055,1,0.2938639,-0.4171426,0.155893,1,0.32529,-0.3993072,0.1522503,1,0.3565625,-0.3724225,0.1478781,1,0.3850547,-0.3375168,0.1435574,1,0.407584,-0.2952548,0.1398171,1,0.4224129,-0.2501855,0.1367999,1,0.4301139,-0.2101299,0.1347563,1,0.4322549,-0.1808517,0.13403,1,0.4291233,-0.1623271,0.1346124,1,0.4199739,-0.1518103,0.1357208,1,0.4067992,-0.1459792,0.1364244,1,0.3942378,-0.1397649,0.1360954,1,0.3873289,-0.1266937,0.1342451,1,0.3881464,-0.1001495,0.1305075,1,0.3963318,-0.0557669,0.1247176,1,0.4114197,0.01060515,0.1168908,1,0.4333931,0.1053495,0.1075072,1,0.463099,0.2396091,0.09741767,1,0.5061541,0.4358917,0.08753537,1,0.5715241,0.7358119,0.07855786,0.841593,0.558334,1,0.08430842,0.5559674,0.4263448,1,0.1171329,0.4032961,0.3383133,1,0.1520355,0.3231002,0.2710038,1,0.1830036,0.2786446,0.2149211,1,0.205663,0.2506303,0.1674699,1,0.219356,0.2314898,0.1281375,1,0.226754,0.221062,0.09708757,1,0.2313592,0.2207228,0.07546669,1,0.2355423,0.2303392,0.06260119,1,0.2402836,0.246841,0.05540199,1,0.2456186,0.2656002,0.05060598,1,0.2508914,0.2829247,0.04841694,1,0.2547915,0.2982196,0.05103416,1,0.2557571,0.3141039,0.0598279,1,0.2530444,0.3341246,0.07437035,1,0.24689,0.3596882,0.09144776,1,0.2382725,0.3891587,0.1066563,1,0.2284061,0.4197772,0.1177526,1,0.2185344,0.4502822,0.1253792,1,0.2093902,0.4774428,0.1303762,1,0.2013245,0.495303,0.13175,1,0.1946153,0.4993291,0.1282453,1,0.1896665,0.490171,0.1202699,1,0.186887,0.4711085,0.1098653,1,0.1866051,0.4456305,0.09852818,1,0.189004,0.4181352,0.08567356,1,0.1934727,0.3970093,0.0708724,1,0.1980031,0.3925937,0.05572557,1,0.1996917,0.4120169,0.04274621,1,0.1960523,0.4567746,0.03471483,1,0.1860684,0.5233415,0.0369638,1,0.1700724,0.6068487,0.05889508,1,0.1495808,0.7034157,0.1125737,1,0.1269569,0.8162946,0.2074185,1,0.1046314,0.9579314,0.3438107,1,0.08449619,1,0.4383649,0.8683268,0.0778976,1,0.4608574,0.7068091,0.0772948,1,0.4236336,0.5831417,0.07890573,1,0.3526583,0.514603,0.08177513,1,0.2795178,0.497619,0.08458658,1,0.2238731,0.5169542,0.08591677,1,0.1905138,0.5577738,0.08503188,1,0.1765664,0.604774,0.08246092,1,0.1772455,0.6422697,0.07951809,1,0.183223,0.6621727,0.07712198,1,0.1812389,0.6671072,0.07526748,1,0.1635244,0.661634,0.07333596,1,0.135824,0.6483795,0.07067169,1,0.1087292,0.6318963,0.06682701,1,0.0916952,0.6164908,0.06177151,1,0.09399969,0.6048771,0.05591476,1,0.1253161,0.5972641,0.05008349,1,0.1904483,0.5983157,0.04526787,1,0.2742289,0.621599,0.04228107,1,0.3433759,0.6760312,0.04137106,1,0.3735212,0.7484136,0.04208182,1,0.3757838,0.8221537,0.04305777,1,0.376355,0.8900381,0.04316836,1,0.3820589,0.9510929,0.04215385,0.9945421,0.3770232,1,0.04077139,0.9449221,0.3314538,1,0.04116907,0.8805568,0.2611967,1,0.0421473,0.7884786,0.1806263,1,0.04419978,0.6768618,0.1073077,1,0.04735001,0.5684865,0.05437405,1,0.05118003,0.4788088,0.02742357,1,0.05524296,0.4190637,0.01973391,1,0.05903777,0.398062,0.01739701,1,0.06203672,0.4126417,0.007747849,1,0.06421877,0.4433179,-0.01642096,1,0.06633186,0.4655315,-0.05312314,1,0.06936242,0.4684728,-0.09242368,1,0.07346597,0.4565785,-0.1249905,1,0.07797474,0.4394973,-0.1489803,1,0.08198259,0.4253003,-0.1652576,1,0.08490137,0.41418,-0.1737221,1,0.08666665,0.4119261,-0.1732113,1,0.08763564,0.4127687,-0.1689406,1,0.08850793,0.4174201,-0.1681612,1,0.08965617,0.4228907,-0.1742752,1,0.09114103,0.4285564,-0.1862664,1,0.09285999,0.4341273,-0.2009722,1,0.09468384,0.4391855,-0.216116,1,0.09653458,0.4442203,-0.2306983,1,0.09836336,0.4491723,-0.244238,1,0.1001725,0.4541853,-0.2570777,1,0.1019776,0.4592128,-0.2689072,1,0.1037803,0.4644078,-0.2805055,1,0.1055598])

Group203.addChildren(OrientationInterpolator207)
OrientationInterpolator208 = x3d.OrientationInterpolator()
OrientationInterpolator208.setDEF("Keyframe_l_shoulder")
OrientationInterpolator208.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator208.setKeyValue([0.01396332,0.01929604,1,1.669862,0.01495211,0.01972769,1,1.66941,0.01595275,0.02015964,1,1.668941,0.01694449,0.0205898,1,1.668456,0.01793666,0.02101936,1,1.667987,0.01893137,0.0214377,1,1.667502,0.01991623,0.02186462,1,1.666999,0.02091293,0.02228153,1,1.666514,0.0219018,0.02268616,1,1.666012,0.02289069,0.02310047,1,1.66551,0.02388124,0.02351388,1,1.66499,0.02487384,0.02391608,1,1.664471,0.02586815,0.02431732,1,1.663935,0.02686425,0.02471756,1,1.663381,0.02785175,0.02511579,1,1.66281,0.02882842,0.02551269,1,1.662274,0.02978159,0.02589793,1,1.661843,0.03070876,0.02626233,1,1.661586,0.03162889,0.02659853,1,1.661557,0.03260273,0.02689846,1,1.661581,0.03375497,0.02720484,1,1.661152,0.03526079,0.02756978,1,1.659172,0.03719909,0.02811492,1,1.654171,0.03947511,0.02895367,1,1.644922,0.04211219,0.03041485,1,1.630811,0.04582824,0.03243792,1,1.612486,0.05217716,0.03511735,1,1.590855,0.06250643,0.03805581,1,1.566997,0.07687532,0.0405545,1,1.541437,0.09390789,0.04195892,1,1.513975,0.1111909,0.04186326,1,1.483888,0.1263863,0.04063997,1,1.450262,0.1384053,0.03999234,1,1.412397,0.1474962,0.04204355,1,1.370211,0.1544197,0.04751826,1,1.324244,0.1600868,0.05499342,1,1.275015,0.165209,0.06207699,1,1.223084,0.1700189,0.06659561,1,1.170006,0.1747227,0.06675166,1,1.1177,0.1801168,0.06106671,1,1.067178,0.187072,0.04892965,1,1.019084,0.1961887,0.03086313,1,0.9745212,0.2076045,0.008042756,1,0.9344123,0.220363,-0.01826638,1,0.89851,0.2326984,-0.04601698,1,0.8658908,0.243702,-0.07179742,1,0.8354095,0.2539183,-0.09196005,1,0.8060489,0.2642957,-0.104268,1,0.7773507,0.275013,-0.1094803,1,0.7501003,0.284835,-0.1108968,1,0.7263703,0.2919194,-0.1120475,1,0.7082812,0.2955989,-0.1148547,1,0.6965581,0.2966215,-0.1188898,1,0.6904696,0.2957117,-0.1214617,1,0.6888821,0.2926323,-0.1202553,1,0.690274,0.2865903,-0.115511,1,0.6926048,0.2771791,-0.1083904,1,0.6941149,0.2647671,-0.09945756,1,0.6945757,0.2506078,-0.08934129,1,0.6957922,0.2364317,-0.07948513,1,0.6998153,0.2234604,-0.07086428,1,0.7066383,0.2120671,-0.06327582,1,0.7139747,0.2020383,-0.05595452,1,0.7194761,0.1928953,-0.04860232,1,0.7224165,0.184182,-0.04193642,1,0.7231157,0.1764294,-0.0370228,1,0.7216175,0.1709865,-0.03406557,1,0.7179353,0.1689416,-0.03260555,1,0.7124132,0.1703179,-0.03295533,1,0.7059509,0.1746562,-0.03679766,1,0.6996453,0.1808101,-0.04474157,1,0.6941594,0.1867189,-0.05419901,1,0.6894274,0.1901919,-0.06024026,1,0.6850536,0.190171,-0.05885564,1,0.6809709,0.1871473,-0.04954805,1,0.6777327,0.1832387,-0.03644314,1,0.676329,0.181925,-0.0259775,1,0.6773775,0.1867225,-0.0223065,1,0.6808066,0.1988322,-0.02509697,1,0.6860961,0.2158104,-0.03165555,1,0.6929399,0.2331729,-0.03948815,1,0.7009385,0.2469808,-0.0472238,1,0.7087094,0.255485,-0.05442234,1,0.7142856,0.2584668,-0.06103642,1,0.7168355,0.2564258,-0.06722464,1,0.7170785,0.2504605,-0.07408514,1,0.7159337,0.2420286,-0.08353069,1,0.713516,0.232564,-0.09654383,1,0.7093372,0.2231121,-0.1130338,1,0.702732,0.2146374,-0.1328393,1,0.6930912,0.2080181,-0.1556323,1,0.6801425,0.2036293,-0.1800828,1,0.6644223,0.2008631,-0.2041734,1,0.6475585,0.1997227,-0.2262722,1,0.6315234,0.2012185,-0.2448754,1,0.6178241,0.2059647,-0.2584152,1,0.6072661,0.2133931,-0.2662975,1,0.5998138,0.2223628,-0.2692837,1,0.5946933,0.2317068,-0.2683303,1,0.5906885,0.2405628,-0.2632789,1,0.5864968,0.2488625,-0.2542643,1,0.5809397,0.2571419,-0.243595,1,0.5733765,0.266128,-0.2355401,1,0.5639219,0.2760598,-0.2329802,1,0.5532942,0.2864808,-0.2352163,1,0.5425136,0.2961257,-0.2389767,1,0.5326463,0.3037991,-0.2395652,1,0.5244878,0.3090034,-0.2312744,1,0.5184908,0.3124704,-0.2104758,1,0.5146653,0.315636,-0.1786155,1,0.5127677,0.3197433,-0.1406482,1,0.512462,0.3253515,-0.1014032,1,0.5131388,0.3329376,-0.06411609,1,0.5137821,0.3430121,-0.03013902,1,0.5133335,0.3557615,0.0004029487,1,0.5113808,0.3705989,0.02692698,1,0.5082709,0.3866228,0.04865811,1,0.5047306,0.4025697,0.06647737,1,0.5014327,0.4153231,0.08117946,1,0.4989738,0.4219069,0.09483654,1,0.4982678,0.4208419,0.1067101,1,0.4996258,0.4138207,0.1131128,1,0.5027881,0.4054963,0.1085353,1,0.5069773,0.4014679,0.08781448,1,0.5109057,0.4051707,0.04821048,1,0.5133322,0.4162115,-0.009462705,1,0.5138488,0.4280182,-0.07954325,1,0.5136336,0.4349689,-0.1540225,1,0.5143992,0.4321137,-0.2248233,1,0.5173603,0.4169635,-0.2861059,1,0.5228159,0.3883663,-0.3344961,1,0.5311272,0.3457352,-0.3693438,1,0.5437281,0.2912036,-0.3950447,1,0.5619592,0.2297336,-0.4187962,1,0.5861844,0.1660363,-0.4447593,1,0.6160788,0.1025587,-0.4711942,1,0.6513374,0.04000884,-0.4935896,1,0.6914427,-0.02093397,-0.5085574,1,0.7354427,-0.07874643,-0.5141733,1,0.7814457,-0.1323931,-0.5089028,1,0.8267214,-0.1827456,-0.4916515,1,0.8689825,-0.2316438,-0.4632947,1,0.9074579,-0.2793559,-0.428049,1,0.9427742,-0.32365,-0.3918153,1,0.9763618,-0.3618589,-0.3585846,1,1.010176,-0.3936858,-0.3289252,1,1.045383,-0.4216507,-0.3017276,1,1.080822,-0.4489298,-0.27678,1,1.11374,-0.4772452,-0.2553955,1,1.142024,-0.507078,-0.2387079,1,1.164955,-0.5388213,-0.2268637,1,1.182379,-0.5728338,-0.2188873,1,1.194,-0.609072,-0.212395,1,1.19904,-0.6468927,-0.2041675,1,1.196701,-0.6857556,-0.1913336,1,1.18655,-0.7258193,-0.1724853,1,1.168806,-0.7680177,-0.1471332,1,1.143692,-0.8129669,-0.1152773,1,1.111794,-0.8596724,-0.07827102,1,1.075138,-0.9049487,-0.03981121,1,1.037498,-0.944294,-0.00505843,1,1.00326,-0.9732465,0.02115834,1,0.9762678,-0.9877301,0.03488833,1,0.9598989,-0.9860927,0.03420784,1,0.9561285,-0.969314,0.01964171,1,0.9651395,-0.942489,-0.003999894,1,0.9836648,-0.9181092,-0.02438394,1,1.002379,-0.9002981,-0.0333153,1,1.014974,-0.8952767,-0.02020581,1,1.013793,-0.9062745,0.02283881,1,0.9947814,-0.9284794,0.09512583,1,0.9625603,-0.9525601,0.1867475,1,0.9271309,-0.9686156,0.2783217,1,0.8984018,-0.9713086,0.3475979,1,0.8810979,-0.960916,0.3789106,1,0.8747894,-0.9405091,0.3670391,1,0.8773781,-0.9132959,0.315475,1,0.8875449,-0.8819426,0.2340246,1,0.9046115,-0.8490421,0.1371131,1,0.9267617,-0.8172897,0.04003799,1,0.950143,-0.7885665,-0.04626859,1,0.9705092,-0.763175,-0.1180336,1,0.9857928,-0.7415266,-0.1745991,1,0.9953041,-0.7257332,-0.2143584,1,0.9977389,-0.7183546,-0.2357506,1,0.9919427,-0.7196318,-0.2403419,1,0.9789727,-0.7272218,-0.2326041,1,0.96203,-0.7375774,-0.2179838,1,0.9450085,-0.7479312,-0.2011625,1,0.9306546,-0.7572847,-0.185083,1,0.9198892,-0.7663317,-0.1703155,1,0.9118693,-0.7763549,-0.1553447,1,0.9050978,-0.7883919,-0.1379127,1,0.8981073,-0.8029374,-0.1172673,1,0.8899075,-0.820227,-0.09530912,1,0.8799941,-0.8401635,-0.07542488,1,0.8684762,-0.862214,-0.05954364,1,0.8556571,-0.8853175,-0.04686877,1,0.8418924,-0.9079113,-0.03575845,1,0.82785,-0.9289796,-0.02564431,1,0.8142669,-0.9470594,-0.01927162,1,0.8022529,-0.9612745,-0.01883497,1,0.7920639,-0.9661921,-0.02877148,1,0.7860596,-0.9546771,-0.05244353,1,0.7874688,-0.9185681,-0.09270895,1,0.8002616,-0.8601419,-0.1434652,1,0.8238572,-0.7915519,-0.1910667,1,0.8535419,-0.7272806,-0.2206828,1,0.8839777,-0.6776874,-0.2220011,1,0.9116865,-0.6483293,-0.1918769,1,0.9335817,-0.6414083,-0.1340639,1,0.9448684,-0.6566221,-0.05478501,1,0.9397504,-0.692247,0.04297744,1,0.9143833,-0.7458131,0.1606771,1,0.8695908,-0.8137332,0.2970928,1,0.8116671,-0.8905622,0.4382289,1,0.7501222,-0.9668921,0.5538042,1,0.6940427,-1,0.5896299,0.9741122,0.6675251,-1,0.5325651,0.9563255,0.6533208,-1,0.3972631,0.9944452,0.6246764,-0.9113085,0.1718413,1,0.63618,-0.7895025,-0.06281032,1,0.6583118,-0.6694772,-0.2681159,1,0.673095,-0.5712457,-0.4391617,1,0.6702862,-0.5048561,-0.5783126,1,0.6481292,-0.4744963,-0.6812256,1,0.6112241,-0.4782377,-0.7365025,1,0.5675772,-0.5050562,-0.7277378,1,0.5262802,-0.536826,-0.6415108,1,0.4947327,-0.5619617,-0.4848173,1,0.4757517,-0.5787247,-0.2935098,1,0.4670747,-0.5903089,-0.1068469,1,0.4636104,-0.5913038,0.04851298,1,0.4629214,-0.5709914,0.1585421,1,0.4676329,-0.5217246,0.2129138,1,0.4861711,-0.4445921,0.1919756,1,0.5280939,-0.3917862,0.119005,1,0.5711192,-0.4067573,0.103209,1,0.5865802,-0.4598345,0.1586668,1,0.5788819,-0.5243348,0.259863,1,0.5605137,-0.5737028,0.3625134,1,0.5510809,-0.5970499,0.4349733,1,0.5585837,-0.5987332,0.479603,1,0.5785379,-0.585438,0.5108151,1,0.6047977,-0.5572312,0.5347399,1,0.6363155,-0.5116598,0.5499498,1,0.6758412,-0.4475843,0.5544414,1,0.7257488,-0.3667973,0.5453794,1,0.7832902,-0.267329,0.5245764,1,0.8420933,-0.146122,0.4933373,1,0.8975743,-0.005757709,0.450709,1,0.9489436,0.1435382,0.3928681,1,0.9949349,0.2926383,0.3196671,1,1.03068,0.4393228,0.2390632,1,1.049286,0.578747,0.1664319,1,1.048927,0.6952436,0.1193045,1,1.038257,0.7684156,0.1098563,1,1.031325,0.7877586,0.1372053,1,1.037639,0.7604738,0.1842623,1,1.055944,0.7059312,0.2319391,1,1.077385,0.6423969,0.2709341,1,1.092601,0.5805033,0.3014874,1,1.095525,0.5233262,0.3282939,1,1.084398,0.4684855,0.3569747,1,1.061169,0.413331,0.3928331,1,1.028621,0.3604773,0.4388202,1,0.9879672,0.319478,0.492711,1,0.940308,0.3018153,0.5473776,1,0.8883818,0.3187693,0.5913376,1,0.8369132,0.3746589,0.6090158,1,0.7926264,0.4599374,0.5860911,1,0.7631528,0.5525906,0.5219567,1,0.7537497,0.6297915,0.4345625,1,0.7644918,0.6810027,0.3468992,1,0.7899033,0.7089463,0.2712995,1,0.8215564,0.7215647,0.207323,1,0.8515347,0.7261825,0.1483438,1,0.8747811,0.7276129,0.08706377,1,0.8892426,0.7279664,0.01805598,1,0.8952248,0.7273906,-0.06069808,1,0.8944643,0.7258824,-0.1489297,1,0.888242,0.7229242,-0.2459246,1,0.8768472,0.7157729,-0.3494167,1,0.8614815,0.6996372,-0.4528037,1,0.8456714,0.6721146,-0.5489362,1,0.8322729,0.6356062,-0.636811,1,0.8206468,0.5952669,-0.7219621,1,0.807923,0.5545465,-0.8100298,1,0.7925033,0.5138323,-0.903249,1,0.7750127,0.4710377,-1,0.9988436,0.758146,0.386818,-1,0.9091413,0.8160064,0.3136446,-1,0.8387914,0.8720031,0.2506945,-1,0.787749,0.9233531,0.1974458,-1,0.7538043,0.967511,0.1529773,-1,0.7332031,1.004057,0.1166315,-1,0.7220086,1.034807,0.08833597,-1,0.7168489,1.061928,0.0679925,-1,0.7152238,1.086379,0.05519837,-1,0.7151593,1.107905,0.04915982,-1,0.7148297,1.125687,0.04887126,-1,0.7123969,1.139223,0.05320968,-1,0.706548,1.14905,0.06061196,-1,0.6974519,1.155826,0.06949928,-1,0.6865728,1.160432,0.07836778,-1,0.6764538,1.162638,0.08636515,-1,0.6695954,1.162532,0.09353258,-1,0.6678736,1.160561,0.1005536,-1,0.6718583,1.157393,0.1080674,-1,0.6805415,1.153678,0.1161011,-1,0.6919627,1.149866,0.1241686,-1,0.7041385,1.145962,0.1315089,-1,0.7156419,1.141634,0.1373215,-1,0.7254274,1.13642,0.1407599,-1,0.73265,1.129855,0.1414014,-1,0.7368241,1.121638,0.139452,-1,0.7381139,1.111995,0.1358304,-1,0.7372487,1.101678,0.1316495,-1,0.7351918,1.091632,0.1278779,-1,0.7327752,1.082479,0.1252411,-1,0.7305357,1.074552,0.1240968,-1,0.7287357,1.068013,0.1244391,-1,0.7277067,1.062865,0.1260161,-1,0.7282712,1.0586,0.1288776,-1,0.7315954,1.054322,0.1335943,-1,0.7383519,1.04901,0.1412637,-1,0.7484425,1.041676,0.1531563,-1,0.7612706,1.031337,0.1703971,-1,0.7761989,1.017296,0.1936431,-1,0.7926204,0.9995626,0.2225149,-1,0.8106024,0.9786941,0.2560428,-1,0.8293394,0.9566069,0.2923333,-1,0.8467458,0.9357378,0.3286416,-1,0.8594201,0.9179506,0.3614895,-1,0.8638285,0.904091,0.3873021,-1,0.8578076,0.8943822,0.4041795,-1,0.8428262,0.8881195,0.412631,-1,0.823469,0.8835223,0.4150833,-1,0.8052517,0.8780708,0.4148578,-1,0.7932341,0.8687572,0.4158419,-1,0.7916808,0.8525178,0.4216698,-1,0.8034397,0.8276034,0.4344977,-1,0.8299704,0.7943512,0.454278,-1,0.8716075,0.7545678,0.479079,-1,0.9276752,0.7108153,0.5060152,-1,0.9969757,0.6659751,0.4932009,-0.9281017,1,0.671241,0.4724809,-0.8584316,1,0.6809661,0.445552,-0.7989308,1,0.6918458,0.4136079,-0.752783,1,0.7014043,0.3775239,-0.7190439,1,0.7076516,0.3376303,-0.6937686,1,0.7106655,0.2947012,-0.6724226,1,0.711913,0.2501607,-0.651224,1,0.7129493,0.2056361,-0.6276679,1,0.7149857,0.1632535,-0.60138,1,0.7190712,0.1252419,-0.5741264,1,0.7253271,0.09271723,-0.5480966,1,0.7322878,0.06563804,-0.5242229,1,0.7382385,0.04419337,-0.5022665,1,0.7435418,0.02952565,-0.4814083,1,0.7501951,0.02258801,-0.4607707,1,0.7601554,0.0234375,-0.439769,1,0.7751799,0.03156122,-0.4181214,1,0.7968017,0.04589825,-0.3963252,1,0.8254643,0.06477094,-0.3761199,1,0.8600034,0.08615609,-0.3590534,1,0.8981469,0.1077585,-0.3445723,1,0.937338,0.1271595,-0.3305714,1,0.9748563,0.1420715,-0.3157884,1,1.007879,0.1510988,-0.3009582,1,1.033862,0.1539739,-0.2870976,1,1.051602,0.1513928,-0.2740945,1,1.061634,0.1447328,-0.260942,1,1.06524,0.1357396,-0.2468763,1,1.063798,0.1259058,-0.2318998,1,1.058846,0.115784,-0.216627,1,1.051466,0.1053634,-0.2017348,1,1.04154,0.09511953,-0.1875467,1,1.028298,0.08690552,-0.1741334,1,1.011388,0.08246446,-0.1614195,1,0.9909295,0.08179148,-0.1492345,1,0.9673819,0.08425181,-0.1375702,1,0.9420339,0.09029265,-0.1268347,1,0.9170066,0.1015881,-0.1178878,1,0.8939479,0.1199303,-0.112054,1,0.8726637,0.1460622,-0.1101195,1,0.8512241,0.1791829,-0.1112161,1,0.8271508,0.2173996,-0.1126348,1,0.7987863,0.2584479,-0.110609,1,0.7662441,0.2996615,-0.101059,1,0.731209,0.3369893,-0.0797387,1,0.6960269,0.3646979,-0.04211315,1,0.6630276,0.3771316,0.0152087,1,0.6338168,0.3719208,0.09326725,1,0.6080393,0.3536044,0.1899802,1,0.5833479,0.3347882,0.2981888,1,0.5569445,0.3323893,0.4042361,1,0.5277488,0.3578852,0.491044,1,0.4976335,0.4086475,0.5444094,1,0.4705841,0.4687022,0.557902,1,0.4505264,0.5186803,0.5342662,1,0.4397159,0.5460188,0.4833053,1,0.4383519,0.5486301,0.4179258,1,0.4449908,0.5308926,0.3514555,1,0.4576235,0.4990009,0.2953276,1,0.4746882,0.4593161,0.2565835,1,0.4948781,0.4174229,0.2362695,1,0.5169563,0.3761226,0.2303291,1,0.5400184,0.3350863,0.2326963,1,0.5640116,0.2928092,0.2383965,1,0.5897256,0.2495099,0.243433,1,0.6180124,0.2078045,0.2437183,1,0.6492721,0.1707855,0.2364992,1,0.6838441,0.1407538,0.2218333,1,0.7228388,0.1189319,0.2022809,1,0.7674227,0.1048999,0.1815654,1,0.8178051,0.09740286,0.1627617,1,0.8725952,0.09534365,0.1473822,1,0.9292948,0.0975583,0.1356082,1,0.9850241,0.1022558,0.1269703,1,1.03762,0.1071731,0.120515,1,1.086173,0.110346,0.1148076,1,1.130613,0.1107282,0.1087578,1,1.17088,0.1079999,0.1024009,1,1.206814,0.1024603,0.096446,1,1.239018,0.09471042,0.09166169,1,1.268867,0.08564294,0.0882504,1,1.297862,0.0763659,0.08560202,1,1.327086,0.06792991,0.0829941,1,1.356836,0.06099702,0.08056119,1,1.386158,0.05564734,0.07888921,1,1.413181,0.0517486,0.07786903,1,1.436429,0.04936208,0.07660231,1,1.455553,0.04888636,0.07440211,1,1.471258,0.050767,0.07171565,1,1.484566,0.0547068,0.06963396,1,1.496473,0.05894454,0.06871755,1,1.507759,0.06078681,0.06869163,1,1.518908,0.0589048,0.06911456,1,1.530069,0.05436204,0.0695517,1,1.541043,0.04906775,0.06973446,1,1.551136,0.0445419,0.06960547,1,1.559805,0.04204175,0.06923005,1,1.567354,0.04224864,0.06866166,1,1.574813,0.04457587,0.06801331,1,1.582992,0.04744289,0.06750967,1,1.591752,0.04931593,0.06734534,1,1.60029,0.04960675,0.06769025,1,1.607307,0.04903317,0.06875136,1,1.611163,0.0489943,0.07075456,1,1.611061,0.05064276,0.07444474,1,1.606155,0.05403766,0.0783492,1,1.598667,0.05774671,0.08152898,1,1.591345,0.05997512,0.08326782,1,1.586041,0.05960579,0.0838213,1,1.583119,0.05691702,0.08408889,1,1.581515,0.05280504,0.0844749,1,1.580501,0.04809526,0.08516423,1,1.579244,0.04370635,0.08609778,1,1.577245,0.04057716,0.08722722,1,1.574227,0.03916304,0.08845398,1,1.570242,0.03910924,0.08941546,1,1.565671,0.03931293,0.08965315,1,1.561291,0.03848127,0.08913521,1,1.557949,0.03580156,0.08833575,1,1.556166,0.03159188,0.08772254,1,1.555806,0.02712481,0.08729847,1,1.556086,0.02371609,0.08682787,1,1.556226,0.02205925,0.08596794,1,1.555844,0.02176511,0.08569358,1,1.555151,0.02218474,0.08515307,1,1.554681,0.02270912,0.0851063,1,1.554819,0.02324978,0.08483803,1,1.555545,0.02391144,0.08429747,1,1.556703,0.02473444,0.08356211,1,1.558016,0.02567929,0.08268345,1,1.55933,0.02666123,0.08176474,1,1.560609,0.02765991,0.08082906,1,1.561837,0.02866429,0.0798986,1,1.563013,0.02964856,0.07896142,1,1.564173,0.03062573,0.07803993,1,1.565299,0.03160507,0.07710012,1,1.566407])

Group203.addChildren(OrientationInterpolator208)
OrientationInterpolator209 = x3d.OrientationInterpolator()
OrientationInterpolator209.setDEF("Keyframe_l_elbow")
OrientationInterpolator209.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator209.setKeyValue([-0.6341776,0.00009860843,1,0.09652809,-0.6395976,-0.0002448388,1,0.09652705,-0.6447245,-0.0005820156,1,0.09654345,-0.6501494,-0.0009255203,1,0.0965424,-0.6554162,-0.001070337,1,0.09654026,-0.6606591,-0.001395867,1,0.09653921,-0.6659021,-0.001721404,1,0.09653819,-0.6709632,-0.002030396,1,0.09653715,-0.6759317,-0.002173502,1,0.0965525,-0.6809922,-0.002482454,1,0.09655144,-0.6860527,-0.002791411,1,0.09655043,-0.6911185,-0.003100374,1,0.09654943,-0.6962042,-0.003227331,1,0.09654722,-0.701447,-0.003552859,1,0.09654623,-0.7063854,-0.003872176,1,0.0965627,-0.7112634,-0.004164563,1,0.09656169,-0.71543,-0.00438525,1,0.09656066,-0.7186924,-0.004517684,1,0.0965596,-0.7203392,-0.004495673,1,0.09655846,-0.7215967,-0.004617027,1,0.09655849,-0.7250412,-0.004771532,1,0.09655743,-0.736991,-0.005384006,1,0.09655432,-0.7650717,-0.007038084,1,0.09656587,-0.8145865,-0.009523555,1,0.09658745,-0.8835706,-0.01336446,1,0.096607,-0.9587235,-0.01728944,1,0.0966409,-1,-0.02056858,0.9712265,0.09954204,-1,-0.02243013,0.9146748,0.1057184,-1,-0.02415215,0.8639928,0.1119641,-1,-0.02610443,0.8077049,0.1198321,-1,-0.02832143,0.7426864,0.1303868,-1,-0.03066824,0.6738068,0.1438554,-1,-0.03309744,0.6057174,0.1602365,-1,-0.03538833,0.5415583,0.1795141,-1,-0.03746143,0.4849585,0.2009025,-1,-0.03915856,0.4382703,0.2228677,-1,-0.04062371,0.4009675,0.2442385,-1,-0.04180507,0.3714026,0.2644237,-1,-0.04286932,0.3480153,0.2830189,-1,-0.04363644,0.3292193,0.2999779,-1,-0.04435151,0.3136163,0.3157135,-1,-0.04503508,0.2997985,0.3312402,-1,-0.04569612,0.2866068,0.3475691,-1,-0.04641297,0.2741039,0.3647167,-1,-0.04704069,0.2627423,0.381884,-1,-0.04764274,0.2528491,0.3982997,-1,-0.04819035,0.244392,0.4135468,-1,-0.04867955,0.2374371,0.427171,-1,-0.04903691,0.2320899,0.4382327,-1,-0.04928753,0.2287351,0.445525,-1,-0.04943388,0.2272173,0.4489253,-1,-0.0494424,0.2268266,0.4497637,-1,-0.0494424,0.2268266,0.4497637,-1,-0.04942944,0.2268657,0.4496769,-1,-0.04940847,0.2271431,0.4490484,-1,-0.04932757,0.2282357,0.4465887,-1,-0.04915643,0.2308232,0.4409705,-1,-0.04881823,0.2352347,0.4316201,-1,-0.0483631,0.2414166,0.4192172,-1,-0.04786773,0.2487942,0.4054183,-1,-0.04738469,0.2567844,0.3915662,-1,-0.04686482,0.2654257,0.3776799,-1,-0.04631216,0.2752176,0.3630954,-1,-0.04571068,0.286539,0.3476565,-1,-0.0450874,0.2988463,0.3323561,-1,-0.0444858,0.3109461,0.3185918,-1,-0.04403314,0.3216078,0.3074603,-1,-0.04362099,0.3294887,0.2996812,-1,-0.04343761,0.3337715,0.295686,-1,-0.0434142,0.334087,0.2953547,-1,-0.04353495,0.3314977,0.2978144,-1,-0.04376096,0.3271925,0.3019481,-1,-0.04397487,0.3219031,0.3071653,-1,-0.0442794,0.3155368,0.3136895,-1,-0.04466001,0.3076783,0.3222031,-1,-0.0451249,0.2982578,0.3330714,-1,-0.04566431,0.2875104,0.3463649,-1,-0.04629687,0.2756236,0.362502,-1,-0.04705891,0.2624578,0.3823021,-1,-0.04791164,0.2483643,0.4062029,-1,-0.04890693,0.234422,0.4333639,-1,-0.04982436,0.2218734,0.4612606,-1,-0.05072388,0.2117457,0.4869558,-1,-0.05147821,0.2039922,0.5088843,-1,-0.05209993,0.1982231,0.5267648,-1,-0.05255973,0.1942133,0.5400225,-1,-0.05281914,0.192147,0.5471923,-1,-0.05280875,0.1922726,0.5468258,-1,-0.05252275,0.1945596,0.5388715,-1,-0.0520331,0.1986909,0.5252302,-1,-0.05145771,0.2039251,0.5090249,-1,-0.0509214,0.2095288,0.4929745,-1,-0.05040995,0.2151098,0.4780593,-1,-0.04993325,0.2205777,0.4643829,-1,-0.04955674,0.2256421,0.4524663,-1,-0.04922148,0.2299623,0.4428549,-1,-0.04889722,0.2337285,0.4346918,-1,-0.04864618,0.2378508,0.4262815,-1,-0.04828433,0.2430471,0.4161285,-1,-0.04783171,0.2498454,0.4035856,-1,-0.04729153,0.2587218,0.388373,-1,-0.04661532,0.2703316,0.3701948,-1,-0.04578367,0.2855817,0.3488938,-1,-0.04477059,0.3049258,0.3252737,-1,-0.04374604,0.3281306,0.3010405,-1,-0.04259597,0.3541127,0.2779078,-1,-0.04143226,0.381829,0.2569556,-1,-0.0402608,0.4101382,0.2386214,-1,-0.03919177,0.4386258,0.2226925,-1,-0.03806225,0.4679808,0.2083524,-1,-0.03693267,0.4996699,0.1948662,-1,-0.0356378,0.5349221,0.1817996,-1,-0.03417699,0.5746284,0.1690298,-1,-0.03264422,0.6188136,0.1567995,-1,-0.03095146,0.6651866,0.1457399,-1,-0.02941108,0.7098343,0.1364764,-1,-0.02814203,0.749023,0.1292874,-1,-0.02700684,0.7801682,0.1240719,-1,-0.02595332,0.8090771,0.1196063,-1,-0.02492594,0.8407636,0.1150699,-1,-0.02359973,0.8796339,0.1099582,-1,-0.02213498,0.924469,0.1046015,-1,-0.02062042,0.9661104,0.1000667,-1,-0.01979242,0.9897985,0.09765971,-1,-0.01999502,0.9825808,0.09837504,-1,-0.02165024,0.9384186,0.1030318,-1,-0.02368549,0.8767034,0.1103246,-1,-0.02603874,0.8098094,0.1195003,-1,-0.02795701,0.752471,0.1286951,-1,-0.02938329,0.7101043,0.1364242,-1,-0.03049395,0.6792613,0.1427039,-1,-0.03148074,0.6522842,0.1486699,-1,-0.03241845,0.6249757,0.1552298,-1,-0.03334459,0.5975961,0.1624352,-1,-0.03430053,0.5710047,0.1701291,-1,-0.03530676,0.5430869,0.1790086,-1,-0.03655826,0.5096936,0.1909758,-1,-0.03811159,0.4671651,0.2087535,-1,-0.04010564,0.4139055,0.2363705,-1,-0.04260587,0.3530539,0.2787808,-1,-0.04537884,0.2925884,0.3399285,-1,-0.0483889,0.2412613,0.4195661,-1,-0.05161154,0.2025978,0.5130185,-1,-0.05526035,0.1756252,0.6142485,-1,-0.05961413,0.1577018,0.7184899,-1,-0.06509578,0.1466959,0.8231378,-1,-0.07220192,0.1412189,0.9273382,-1,-0.08203185,0.1411781,1.030763,-1,-0.09627799,0.147546,1.132492,-1,-0.1184261,0.1633502,1.230955,-1,-0.1563192,0.196095,1.324728,-1,-0.2344072,0.2699716,1.412484,-1,-0.4657854,0.4979438,1.489426,-0.7590201,-0.9771106,1,1.995328,-0.5390878,-0.9838988,1,2.703969,-0.4792637,-0.9856607,1,2.894754,-0.4429669,-0.9866993,1,2.974959,-0.4148444,-0.9874952,1,3.017749,-0.3916631,-0.9881489,1,3.043377,-0.372771,-0.9886851,1,3.059541,-0.358188,-0.9891017,1,3.069733,-0.3479477,-0.9893938,1,3.07598,-0.3417857,-0.9895729,1,3.079421,-0.339036,-0.9896511,1,3.080845,-0.3388727,-0.9896554,1,3.080943,-0.3405421,-0.9896076,1,3.080069,-0.3432126,-0.9895312,1,3.078656,-0.3459449,-0.9894525,1,3.077109,-0.3476992,-0.989403,1,3.076123,-0.3477889,-0.9894,1,3.076083,-0.3464954,-0.9894365,1,3.076798,-0.3447854,-0.989485,1,3.077751,-0.3436481,-0.9895185,1,3.078405,-0.3434575,-0.9895245,1,3.078486,-0.3438065,-0.9895144,1,3.078304,-0.343997,-0.9895085,1,3.078222,-0.3436061,-0.9895189,1,3.078424,-0.3425688,-0.9895492,1,3.078996,-0.3409942,-0.9895949,1,3.079817,-0.3390064,-0.9896523,1,3.080857,-0.3366905,-0.9897194,1,3.082064,-0.3342027,-0.9897907,1,3.083308,-0.3316591,-0.9898658,1,3.084567,-0.3290387,-0.9899423,1,3.085819,-0.3262777,-0.9900232,1,3.087085,-0.323438,-0.9901046,1,3.088372,-0.320789,-0.9901837,1,3.089526,-0.318594,-0.990247,1,3.090453,-0.3170493,-0.9902917,1,3.091103,-0.3162195,-0.990317,1,3.09144,-0.3160594,-0.9903211,1,3.091517,-0.3164026,-0.9903107,1,3.091357,-0.3169535,-0.9902957,1,3.091159,-0.3172969,-0.9902853,1,3.090997,-0.3170433,-0.9902914,1,3.091106,-0.3159955,-0.9903248,1,3.091534,-0.3141858,-0.9903765,1,3.092246,-0.3117872,-0.9904482,1,3.093222,-0.3091114,-0.9905267,1,3.09428,-0.3065492,-0.9906011,1,3.095226,-0.3041858,-0.9906728,1,3.096117,-0.3020502,-0.9907365,1,3.096879,-0.299917,-0.9907995,1,3.097625,-0.2975307,-0.9908717,1,3.09844,-0.2948144,-0.9909523,1,3.099365,-0.2923462,-0.9910269,1,3.100182,-0.2911758,-0.9910623,1,3.100544,-0.2921427,-0.9910318,1,3.100255,-0.2959317,-0.9909188,1,3.098976,-0.3034983,-0.9906923,1,3.096351,-0.315643,-0.990333,1,3.091672,-0.3311786,-0.9898787,1,3.084775,-0.3460764,-0.989449,1,3.077049,-0.3553214,-0.9891827,1,3.071545,-0.3555808,-0.989175,1,3.071415,-0.3466868,-0.989431,1,3.076712,-0.3312906,-0.9898755,1,3.084734,-0.3132769,-0.9904036,1,3.092652,-0.2961333,-0.9909126,1,3.098928,-0.2822632,-0.9913316,1,3.103302,-0.2732026,-0.9916079,1,3.105876,-0.2699246,-0.9917076,1,3.106768,-0.2734915,-0.9915976,1,3.105781,-0.284983,-0.9912479,1,3.102512,-0.3045204,-0.9906626,1,3.095977,-0.3306661,-0.989895,1,3.085021,-0.3610111,-0.9890202,1,3.067885,-0.3929689,-0.9881132,1,3.042129,-0.423131,-0.9872614,1,3.006625,-0.44687,-0.9865893,1,2.967739,-0.4592059,-0.9862373,1,2.942811,-0.456312,-0.9863203,1,2.948967,-0.4375564,-0.9868524,1,2.984343,-0.4047883,-0.9877784,1,3.029776,-0.3615015,-0.9890069,1,3.067582,-0.3197579,-0.990213,1,3.089944,-0.2888154,-0.9911317,1,3.101312,-0.2501692,-0.9923221,1,3.111509,-0.2156363,-0.9934345,1,3.118079,-0.1961176,-0.9940866,1,3.121015,-0.1920594,-0.9942238,1,3.121569,-0.1997321,-0.9939657,1,3.120518,-0.2148831,-0.9934587,1,3.118214,-0.2341632,-0.9928308,1,3.114812,-0.2553496,-0.9921594,1,3.110335,-0.2773883,-0.9914806,1,3.104716,-0.3003468,-0.9907874,1,3.097491,-0.3254301,-0.9900482,1,3.087464,-0.3543295,-0.9892104,1,3.072177,-0.3888744,-0.9882292,1,3.04599,-0.4307499,-0.9870457,1,2.995299,-0.4843777,-0.9855129,1,2.881005,-0.5780669,-0.9827201,1,2.562272,-0.9164553,-0.9721373,1,1.656915,-1,-0.5835692,0.6150938,1.503023,-1,-0.4340599,0.4664463,1.484243,-1,-0.3803586,0.4132413,1.473114,-1,-0.3568859,0.3900317,1.467058,-1,-0.344561,0.3778607,1.46349,-1,-0.3371995,0.370602,1.461188,-1,-0.3302547,0.3637535,1.458985,-1,-0.3188771,0.3525459,1.455083,-1,-0.3019257,0.3358786,1.448668,-1,-0.2861189,0.320369,1.441845,-1,-0.2809047,0.3152636,1.439431,-1,-0.2946269,0.3287125,1.445597,-1,-0.333247,0.3667015,1.459951,-1,-0.4109432,0.4435239,1.47987,-1,-0.5606778,0.5923028,1.500949,-1,-0.8473148,0.8780694,1.516377,-0.7720704,-0.9767076,1,1.962518,-0.6124737,-0.9816675,1,2.438922,-0.5429792,-0.983782,1,2.690063,-0.5042701,-0.9849328,1,2.822229,-0.4786857,-0.9856774,1,2.896263,-0.4603149,-0.9862059,1,2.940435,-0.4462246,-0.9866075,1,2.968913,-0.434328,-0.9869447,1,2.98968,-0.4234633,-0.9872521,1,3.006155,-0.4132746,-0.9875393,1,3.019691,-0.4040151,-0.9878005,1,3.030664,-0.3961734,-0.9880223,1,3.038975,-0.3896295,-0.9882066,1,3.045269,-0.383254,-0.9883869,1,3.050982,-0.3757887,-0.9885981,1,3.057177,-0.3673071,-0.9888397,1,3.063545,-0.3589047,-0.9890814,1,3.069287,-0.3510559,-0.9893055,1,3.074167,-0.3434692,-0.9895225,1,3.078484,-0.3362997,-0.9897313,1,3.082278,-0.3305012,-0.9898991,1,3.085143,-0.3269291,-0.9900027,1,3.086802,-0.3253831,-0.9900489,1,3.087481,-0.3248202,-0.990065,1,3.087732,-0.3243867,-0.9900784,1,3.087936,-0.324088,-0.9900861,1,3.088096,-0.3246064,-0.990072,1,3.087832,-0.3266093,-0.9900132,1,3.086941,-0.3301302,-0.9899102,1,3.085277,-0.3344629,-0.9897838,1,3.083207,-0.3387629,-0.9896598,1,3.081017,-0.3423665,-0.9895548,1,3.079082,-0.3448511,-0.989483,1,3.077722,-0.3459538,-0.989452,1,3.077137,-0.3457114,-0.9894593,1,3.077277,-0.3444628,-0.9894951,1,3.077955,-0.3426613,-0.989547,1,3.078924,-0.3406432,-0.9896046,1,3.080027,-0.3386917,-0.9896618,1,3.081046,-0.3370548,-0.9897081,1,3.08189,-0.3358945,-0.9897435,1,3.082468,-0.3352966,-0.989759,1,3.082765,-0.3353085,-0.9897597,1,3.082758,-0.3359535,-0.9897407,1,3.082446,-0.3371674,-0.9897055,1,3.081844,-0.338671,-0.9896618,1,3.081024,-0.3400606,-0.9896217,1,3.080331,-0.3410893,-0.9895917,1,3.079779,-0.3416549,-0.9895769,1,3.079476,-0.3416847,-0.9895758,1,3.079463,-0.3411073,-0.9895927,1,3.079769,-0.3400429,-0.9896236,1,3.080336,-0.3388281,-0.9896577,1,3.08099,-0.3379057,-0.9896849,1,3.081455,-0.3376862,-0.9896905,1,3.081544,-0.3384781,-0.9896675,1,3.081133,-0.3405541,-0.9896083,1,3.080063,-0.3442748,-0.9895,1,3.078069,-0.3502108,-0.9893306,1,3.074666,-0.3589711,-0.9890778,1,3.069255,-0.3712794,-0.988728,1,3.060663,-0.3876958,-0.9882618,1,3.047075,-0.408656,-0.9876695,1,3.025285,-0.4349473,-0.9869276,1,2.98866,-0.4692899,-0.9859479,1,2.919835,-0.5230547,-0.9843755,1,2.760239,-0.6816804,-0.9795282,1,2.211565,-1,-0.5901812,0.6216749,1.503589,-1,-0.2985531,0.3325682,1.447239,-1,-0.2112794,0.2476876,1.394065,-1,-0.1739687,0.2123599,1.352477,-1,-0.1540746,0.1940549,1.320755,-1,-0.1410431,0.1824169,1.294135,-1,-0.1303771,0.1731983,1.267581,-1,-0.1202023,0.1647621,1.237154,-1,-0.1102711,0.1570475,1.200403,-1,-0.1006321,0.1502741,1.156185,-1,-0.09177719,0.145059,1.104575,-1,-0.0838343,0.1416777,1.046296,-1,-0.07697685,0.1404922,0.9821578,-1,-0.07114574,0.1416669,0.9135095,-1,-0.06627729,0.1452536,0.8428116,-1,-0.06228659,0.1512681,0.7725942,-1,-0.05898179,0.1597195,0.7042037,-1,-0.05618349,0.1708355,0.6378676,-1,-0.05377823,0.1849702,0.5740396,-1,-0.05165408,0.2021633,0.51438,-1,-0.04981109,0.2219615,0.4609985,-1,-0.04823843,0.243279,0.4156412,-1,-0.04696722,0.2639564,0.3799298,-1,-0.04605438,0.2806925,0.3554707,-1,-0.04556218,0.2901758,0.3430146,-1,-0.04549315,0.2906127,0.3424229,-1,-0.0459301,0.2825751,0.3529072,-1,-0.0467145,0.268391,0.3731259,-1,-0.04773415,0.2510177,0.4014758,-1,-0.04898073,0.2331058,0.4361038,-1,-0.05030898,0.2163016,0.4750062,-1,-0.05170902,0.2017295,0.5156876,-1,-0.05308627,0.1898686,0.5553751,-1,-0.05442023,0.1806606,0.5917459,-1,-0.05562588,0.1736622,0.6235983,-1,-0.05670242,0.168485,0.6504787,-1,-0.05759374,0.1646855,0.6721606,-1,-0.05828521,0.1619779,0.6889422,-1,-0.05885197,0.1600703,0.7016753,-1,-0.0592889,0.1587332,0.7110938,-1,-0.05956561,0.1578743,0.7172511,-1,-0.05969757,0.1575479,0.7198322,-1,-0.05959521,0.1577819,0.7179136,-1,-0.05921599,0.1589423,0.7095588,-1,-0.05849302,0.1614301,0.6927777,-1,-0.05737184,0.1655266,0.6671197,-1,-0.0560194,0.1716295,0.633803,-1,-0.05451945,0.179953,0.594694,-1,-0.05296962,0.1908964,0.5516408,-1,-0.05138709,0.2048394,0.5064076,-1,-0.04980372,0.222129,0.4606496,-1,-0.04822345,0.2435114,0.4152401,-1,-0.04656972,0.2705209,0.3699168,-1,-0.04476462,0.305987,0.3241035,-1,-0.04257578,0.3534544,0.2784148,-1,-0.03997883,0.4171962,0.234469,-1,-0.03680194,0.5026916,0.1936624,-1,-0.03255838,0.6196296,0.1565912,-1,-0.02701773,0.7816123,0.1238444,-1,-0.01951101,0.9980203,0.09685704,-0.8017073,-0.009004788,1,0.09659177,-0.6958457,-0.003188713,1,0.09654722,-0.6925831,-0.003056276,1,0.09654829,-0.7884706,-0.008239547,1,0.09657722,-0.9657934,-0.01760948,1,0.09663883,-1,-0.02511393,0.8354515,0.1158203,-1,-0.03033546,0.6856229,0.1413601,-1,-0.03420722,0.5734394,0.1693786,-1,-0.03746885,0.4849179,0.2009195,-1,-0.04024237,0.4121361,0.2374336,-1,-0.04260587,0.3530539,0.2787808,-1,-0.04469382,0.3070672,0.3229008,-1,-0.0464664,0.2725082,0.3669682,-1,-0.04802889,0.2470744,0.4086269,-1,-0.04932388,0.2284612,0.4460821,-1,-0.05039475,0.2151971,0.4777807,-1,-0.0512761,0.2060945,0.5027254,-1,-0.05187104,0.2001375,0.5206075,-1,-0.05227437,0.1967907,0.5314567,-1,-0.05239987,0.1955546,0.5354695,-1,-0.05229742,0.1963553,0.532801,-1,-0.051981,0.1991283,0.5237996,-1,-0.05147821,0.2039922,0.5088843,-1,-0.05078182,0.2112455,0.4882986,-1,-0.04985822,0.22143,0.462272,-1,-0.04880755,0.2352687,0.4315509,-1,-0.04766164,0.2527783,0.3984211,-1,-0.04645645,0.2731183,0.3660952,-1,-0.04529477,0.294992,0.3369964,-1,-0.04420807,0.3174824,0.3116655,-1,-0.04312679,0.3411064,0.2889865,-1,-0.04205843,0.367034,0.2677191,-1,-0.04086583,0.3955797,0.2476921,-1,-0.03970123,0.4258751,0.229548,-1,-0.0385103,0.4571914,0.2134108,-1,-0.03727994,0.4903842,0.1986516,-1,-0.03595107,0.5262496,0.1848527,-1,-0.03453324,0.5646052,0.1720828,-1,-0.03309514,0.6036576,0.1607788,-1,-0.03181773,0.6401048,0.1515147,-1,-0.03087348,0.6696215,0.1447796,-1,-0.03003744,0.6908647,0.1402623,-1,-0.02951978,0.7076996,0.136912,-1,-0.02897031,0.7222987,0.1341035,-1,-0.02856325,0.73326,0.13208,-1,-0.02842598,0.737559,0.1313125,-1,-0.02855111,0.7348251,0.1318004,-1,-0.02874376,0.7288585,0.1328997,-1,-0.02904887,0.7228844,0.1339975,-1,-0.02927861,0.7166542,0.1351836,-1,-0.02946248,0.7096055,0.1365456,-1,-0.02966737,0.7048277,0.1374697,-1,-0.02953565,0.7075216,0.1369467,-1,-0.0291875,0.7189759,0.134748,-1,-0.02840092,0.7407328,0.1307532,-1,-0.02736302,0.7688105,0.1259217,-1,-0.0263999,0.7977982,0.1213155,-1,-0.02567102,0.8207394,0.1179131,-1,-0.02520065,0.8326865,0.1162038,-1,-0.02511152,0.8336802,0.1160648,-1,-0.02534246,0.8275717,0.1169197,-1,-0.02562842,0.8195084,0.1180883,-1,-0.02585745,0.8118063,0.1192052,-1,-0.02606187,0.8065127,0.1200074,-1,-0.0261755,0.8052346,0.1201986,-1,-0.02602487,0.8082597,0.1197277,-1,-0.02583763,0.8137254,0.1189256,-1,-0.02572148,0.8167274,0.1184894,-1,-0.02585124,0.8152961,0.1186982,-1,-0.0259097,0.8128984,0.119047,-1,-0.02579454,0.8142012,0.1188558,-1,-0.02558479,0.8199875,0.118019,-1,-0.02551055,0.8225495,0.1176526,-1,-0.02557505,0.8201091,0.1180015,-1,-0.02596235,0.8123083,0.1191338,-1,-0.0260949,0.8061634,0.1200596,-1,-0.02622746,0.8046557,0.1202854,-1,-0.02607578,0.8080555,0.1197799,-1,-0.02578479,0.8143176,0.1188388,-1,-0.02554449,0.8221861,0.1177048,-1,-0.02525686,0.8303064,0.1165357,-1,-0.02498188,0.8387439,0.1153665,-1,-0.02470299,0.8469404,0.1142326,-1,-0.02445249,0.8553282,0.1131156,-1,-0.02416263,0.8638575,0.1119817])

Group203.addChildren(OrientationInterpolator209)
OrientationInterpolator210 = x3d.OrientationInterpolator()
OrientationInterpolator210.setDEF("Keyframe_l_radiocarpal")
OrientationInterpolator210.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator210.setKeyValue([-1,0.5640936,0.3810494,0.05339265,-1,0.6209329,0.3888498,0.05362009,-1,0.6775654,0.3965164,0.05385125,-1,0.7333359,0.4040834,0.05408614,-1,0.7885662,0.4115333,0.05432476,-1,0.8429397,0.418887,0.05456657,-1,0.897052,0.4264157,0.05481318,-1,0.9503295,0.4335322,0.05506245,-0.9966758,1,0.4395249,0.05548391,-0.9474345,1,0.4246185,0.05863969,-0.9032862,1,0.4112137,0.06179524,-0.8634884,1,0.399091,0.06495054,-0.8272156,1,0.3883488,0.06810507,-0.7944534,1,0.3785249,0.07125891,-0.7646936,1,0.3696156,0.07439501,-0.737497,1,0.361128,0.0774649,-0.7126437,1,0.3530869,0.08045123,-0.6896477,1,0.3448844,0.08334006,-0.6682945,1,0.3368934,0.08621333,-0.6470858,1,0.3296662,0.08937404,-0.626109,1,0.3253536,0.09328118,-0.6054953,1,0.3266007,0.09855576,-0.5875776,1,0.3356097,0.1053004,-0.576286,1,0.3514361,0.1126272,-0.5770026,1,0.3694418,0.1190783,-0.5932003,1,0.3733866,0.1247995,-0.6199878,1,0.3460354,0.1322784,-0.6432629,1,0.2795978,0.1442686,-0.6520002,1,0.186985,0.1605428,-0.6479796,1,0.08882959,0.1773318,-0.6408205,1,-0.004391651,0.18908,-0.6401367,1,-0.09768275,0.1907673,-0.6526412,1,-0.2029712,0.1809448,-0.6827542,1,-0.3321697,0.1629599,-0.7392898,1,-0.4954484,0.1418422,-0.8401179,1,-0.7117853,0.11993,-0.977134,0.9593977,-1,0.1004187,-0.8115004,0.5914866,-1,0.1174619,-0.6638284,0.2789798,-1,0.1386165,-0.5362046,0.02696612,-1,0.1649626,-0.4286927,-0.1592322,-1,0.1969605,-0.3382147,-0.2820157,-1,0.2343054,-0.263564,-0.3571398,-1,0.2744845,-0.2067559,-0.4078802,-1,0.3138125,-0.1684219,-0.4495757,-1,0.3494771,-0.1438049,-0.4852563,-1,0.3795782,-0.1260951,-0.5132697,-1,0.4018129,-0.111289,-0.5329638,-1,0.4134217,-0.1003522,-0.5435631,-1,0.4124613,-0.09786724,-0.5430013,-1,0.3994065,-0.1064968,-0.5298465,-1,0.37782,-0.1214806,-0.5051135,-1,0.3526414,-0.1328229,-0.4723989,-1,0.3274884,-0.1320367,-0.4386902,-1,0.3036169,-0.116144,-0.414112,-1,0.280629,-0.08644952,-0.4015251,-1,0.2580246,-0.04895592,-0.3906456,-1,0.2360706,-0.01632456,-0.3660536,-1,0.2147227,-0.002603879,-0.3132055,-1,0.1928938,-0.01502989,-0.2120985,-1,0.1699262,-0.05405347,-0.038636,-1,0.147137,-0.1154998,0.2146364,-1,0.127191,-0.1866223,0.5172552,-1,0.1121191,-0.2379265,0.8085043,-1,0.1026462,-0.2280758,1,-0.9691163,0.1016453,-0.1524056,1,-0.857945,0.1147704,-0.08595487,1,-0.8194359,0.1229043,-0.04994369,1,-0.8264518,0.1255016,-0.04655318,1,-0.8795944,0.1219994,-0.06018361,1,-0.9964988,0.113078,-0.06474233,0.8245964,-1,0.1213805,-0.06704544,0.6215008,-1,0.1340609,-0.0722465,0.4149217,-1,0.1501469,-0.0800157,0.2226661,-1,0.1682122,-0.08950042,0.05946149,-1,0.1864085,-0.1024213,-0.06352846,-1,0.202821,-0.1202494,-0.1389994,-1,0.2152686,-0.1411472,-0.1682226,-1,0.2214307,-0.159758,-0.1614395,-1,0.2198269,-0.1659798,-0.1322751,-1,0.2113011,-0.1496478,-0.09345351,-1,0.1987336,-0.1123547,-0.05491555,-1,0.1853113,-0.06894638,-0.02310275,-1,0.1736727,-0.03780695,0.0004247602,-1,0.1653674,-0.0349336,0.0197592,-1,0.1604288,-0.07579619,0.04669481,-1,0.1575771,-0.1710088,0.1030676,-1,0.1552964,-0.3185577,0.2142629,-1,0.152531,-0.4975205,0.3986862,-1,0.1487572,-0.6746951,0.6602401,-1,0.1432568,-0.8240703,0.9919609,-1,0.1347341,-0.6811728,1,-0.7228982,0.1696109,-0.5757686,1,-0.5547245,0.19666,-0.510201,1,-0.4608286,0.2118989,-0.474664,1,-0.4193551,0.2147713,-0.4625921,1,-0.4216455,0.2060594,-0.4748431,1,-0.4709511,0.1881699,-0.5137956,1,-0.5769122,0.1652667,-0.5761544,1,-0.7488006,0.1421155,-0.6479428,1,-0.9801869,0.1227489,-0.5739625,0.8142774,-1,0.1349216,-0.5101418,0.7078855,-1,0.1483386,-0.4672125,0.6761073,-1,0.1596965,-0.4400058,0.6873217,-1,0.1691049,-0.4211216,0.7088906,-1,0.1772786,-0.4017347,0.7142351,-1,0.1857581,-0.3751305,0.6882073,-1,0.1964204,-0.341124,0.6311783,-1,0.2101868,-0.3041218,0.5587337,-1,0.2263884,-0.2677676,0.4910046,-1,0.2430891,-0.2333263,0.4387472,-1,0.2584859,-0.2017797,0.4000928,-1,0.2719258,-0.1746566,0.3678819,-1,0.2836187,-0.1528288,0.3365342,-1,0.2935895,-0.1350047,0.3040382,-1,0.3018459,-0.1181635,0.2716713,-1,0.3090987,-0.09946539,0.2404252,-1,0.3167239,-0.07798228,0.2087083,-1,0.3257376,-0.05414276,0.1716884,-1,0.3365623,-0.0311199,0.1283012,-1,0.3492587,-0.01260908,0.07929973,-1,0.3633654,-0.001630216,0.02940173,-1,0.3773673,0.0007152333,-0.01198039,-1,0.3889691,-0.003682303,-0.03349386,-1,0.3951742,-0.01072092,-0.02883643,-1,0.3934283,-0.01456286,0.000806079,-1,0.3829738,-0.01334522,0.04264808,-1,0.3667098,-0.006977871,0.08187989,-1,0.3484538,-0.001672582,0.1022127,-1,0.331824,-0.003284648,0.0958892,-1,0.3191271,-0.0094069,0.06554605,-1,0.3124937,-0.01100855,0.01624947,-1,0.3142993,-0.002898437,-0.04663893,-1,0.3248971,0.01222149,-0.1140136,-1,0.340858,0.03002553,-0.1772461,-1,0.3561909,0.05034662,-0.2349252,-1,0.3644477,0.0776386,-0.2934263,-1,0.3604802,0.1203052,-0.3624758,-1,0.3414231,0.1929109,-0.4533224,-1,0.3067013,0.3232869,-0.5858577,-1,0.257672,0.5660029,-0.8028634,-1,0.1988124,0.8554247,-1,-0.8380457,0.16585,0.9611308,-1,-0.5117598,0.1705046,0.9980098,-1,-0.2654073,0.1732914,0.9714003,-1,-0.06923224,0.1728402,0.9025256,-1,0.1017957,0.1682255,0.8141896,-1,0.2522893,0.1606302,0.7227863,-1,0.3768842,0.153805,0.6409609,-1,0.4742311,0.1512659,0.5801061,-1,0.5468808,0.1532266,0.5431644,-1,0.5915688,0.1589769,0.5227078,-1,0.6000755,0.1694351,0.5030535,-1,0.5724694,0.1853555,0.4731775,-1,0.5268556,0.2040935,0.4382491,-1,0.4854006,0.2199441,0.4124747,-1,0.4545278,0.2288966,0.4027288,-1,0.4242105,0.2320306,0.4020616,-1,0.3801132,0.2331342,0.3986653,-1,0.316311,0.2347337,0.386182,-1,0.2389333,0.2371534,0.3637143,-1,0.1616614,0.2393106,0.3328997,-1,0.1009427,0.2393138,0.2996843,-1,0.07278527,0.2366117,0.2744781,-1,0.08817404,0.2335693,0.2653935,-1,0.1525135,0.2344935,0.2718043,-1,0.2522143,0.2419935,0.2783297,-1,0.3261242,0.254669,0.281701,-1,0.3712674,0.269856,0.277961,-1,0.3783028,0.2853385,0.2656377,-1,0.3525804,0.3006118,0.2466551,-1,0.3227164,0.3152485,0.2262048,-1,0.3163336,0.3264316,0.2155988,-1,0.3542967,0.329041,0.2254269,-1,0.4430292,0.3194185,0.2572214,-1,0.5676481,0.3004834,0.2999507,-1,0.6823425,0.2825326,0.3334091,-1,0.7240757,0.2770582,0.3450777,-1,0.6717538,0.2881386,0.3422002,-1,0.5698196,0.3102939,0.3392323,-1,0.4739744,0.3339125,0.3444738,-1,0.4134971,0.3516976,0.3580136,-1,0.3952026,0.3609436,0.3749569,-1,0.4134153,0.3624999,0.3904019,-1,0.456229,0.3584604,0.4035806,-1,0.5096513,0.3507612,0.4167697,-1,0.5625031,0.3409416,0.4301692,-1,0.6083362,0.3308482,0.4408813,-1,0.6438481,0.3226196,0.4457156,-1,0.6677724,0.3177886,0.444605,-1,0.6828799,0.3157572,0.4405123,-1,0.6967015,0.3135622,0.4354102,-1,0.7139758,0.3083158,0.4293373,-1,0.7334952,0.2993127,0.423682,-1,0.7503523,0.2884938,0.4223871,-1,0.7598436,0.2790849,0.428882,-1,0.7577965,0.2738667,0.4426961,-1,0.7420861,0.2740824,0.4603837,-1,0.7185168,0.2787366,0.4771248,-1,0.7040209,0.2842919,0.4877442,-1,0.7126418,0.2866142,0.4955688,-1,0.7481262,0.2843159,0.4979814,-1,0.8010434,0.2785395,0.4981163,-1,0.8683037,0.2710879,0.4984296,-1,0.9420633,0.2636689,0.4947689,-0.9844818,1,0.2637447,0.4723824,-0.9540268,1,0.2778598,0.4600996,-1,0.985851,0.2864645,0.4096901,-1,0.8353161,0.3247246,0.3673198,-1,0.6685288,0.3702497,0.3373016,-1,0.5484356,0.4060958,0.3122885,-1,0.4966672,0.4198942,0.2941735,-1,0.5070244,0.4102744,0.3009981,-1,0.5704042,0.3802051,0.3598248,-1,0.7090806,0.3306836,0.512879,-0.9947122,1,0.2666373,0.5292454,-0.6128231,1,0.3176247,0.5469397,-0.3525584,1,0.3804676,0.5642337,-0.2261549,1,0.4350462,0.58535,-0.2109651,1,0.4632899,0.615897,-0.2910204,1,0.462565,0.661634,-0.4650349,1,0.4402763,0.7347824,-0.7463361,1,0.4031809,0.7366484,-1,0.8566034,0.4155325,0.6037652,-1,0.5554246,0.5407213,0.5392467,-1,0.3475538,0.668806,0.5125102,-1,0.1821079,0.7936614,0.5020412,-1,0.04180634,0.9072074,0.5002052,-1,-0.06335586,0.992353,0.5105111,-1,-0.128291,1.036692,0.5299073,-1,-0.1683913,1.053524,0.5458807,-1,-0.2021549,1.072363,0.5444066,-1,-0.2378791,1.116902,0.5228798,-1,-0.2719625,1.188329,0.4986636,-1,-0.2921697,1.251852,0.5175582,-1,-0.2619939,1.220191,0.6544104,-1,-0.01053276,0.9642518,0.7645599,-1,0.6236238,0.6569672,0.791204,-1,0.7939477,0.5748316,0.8586944,-1,0.4845658,0.6045184,0.8353568,-1,0.09650831,0.7073398,0.7438494,-1,-0.1676961,0.843935,0.6505129,-1,-0.3206309,0.9786515,0.574982,-1,-0.4156317,1.095279,0.514803,-1,-0.4829454,1.18778,0.4659635,-1,-0.5345139,1.251289,0.4294478,-1,-0.5742412,1.278652,0.4108104,-1,-0.604404,1.26159,0.4158031,-1,-0.6273249,1.194767,0.4449632,-1,-0.6466123,1.07901,0.4829465,-1,-0.6701024,0.9307391,0.4916115,-1,-0.717981,0.7904731,0.4399064,-1,-0.8087619,0.7035917,0.3500435,-1,-0.917528,0.6926573,0.2659951,-1,-0.9870657,0.7420222,0.20824,-0.9878784,-1,0.8212987,0.1796872,-0.9776376,-1,0.8849407,0.1658128,-0.9627208,-1,0.9273681,0.1537214,-0.9419712,-1,0.9538575,0.1429073,-0.9264921,-1,0.9626198,0.1446444,-0.9334648,-1,0.9449732,0.1738959,-0.9776092,-1,0.891123,0.2298202,-1,-0.9368866,0.8502078,0.3103379,-1,-0.8264708,0.8050294,0.4128308,-1,-0.7034308,0.7292774,0.5279458,-1,-0.5731187,0.6332698,0.6550379,-1,-0.4334114,0.5328037,0.8053454,-1,-0.2631924,0.434205,0.9927937,-1,-0.04611037,0.3429912,1,-0.8233468,0.1823404,0.3236011,1,-0.7009785,0.3533865,0.2993158,1,-0.6621555,0.4621567,0.2650285,1,-0.7634263,0.5055192,0.2183138,0.8949786,-1,0.4301691,0.1822236,0.5259025,-1,0.1971001,0.2077367,0.2906239,-1,0.02639756,0.2229039,0.1436645,-1,-0.1259399,0.2171936,0.03663829,-1,-0.3008403,0.193149,-0.05513647,-1,-0.5156206,0.1592203,-0.1442256,-1,-0.7815313,0.1237688,-0.2314941,-0.9052514,-1,0.1032619,-0.3044042,-0.6891085,-1,0.1050937,-0.431075,-0.5702746,-1,0.1057653,-0.5880243,-0.50287,-1,0.1081036,-0.688491,-0.459851,-1,0.1135338,-0.6534173,-0.4109997,-1,0.1214726,-0.5019951,-0.3229429,-1,0.1284102,-0.3054602,-0.1943593,-1,0.1283436,-0.07613192,-0.05110655,-1,0.117039,0.2534457,0.08245461,-1,0.09435367,0.8490859,0.2078556,-1,0.06205592,1,0.1583858,-0.3540467,0.06705166,1,0.06062337,0.2372019,0.06231194,0.9285489,-0.09312242,1,0.04783956,0.3351209,-0.1436248,1,0.07249371,0.1009558,-0.1242526,1,0.09025627,0.003769256,-0.06235892,1,0.105435,-0.02615887,0.01883086,1,0.1199492,-0.02799208,0.1053179,1,0.1317686,-0.01647267,0.18264,1,0.1381644,0.01459497,0.224351,1,0.138637,0.07722541,0.19971,1,0.1350569,0.1734386,0.09182717,1,0.1300414,0.2941874,-0.08665095,1,0.1243451,0.4294273,-0.2973094,1,0.118476,0.5698693,-0.4955147,1,0.1106896,0.7111011,-0.6596022,1,0.0996841,0.8545675,-0.8011937,1,0.08551235,0.9999652,-0.9561496,1,0.06983353,0.9715522,-1,0.8568219,0.06410761,0.8406503,-1,0.6808184,0.0624458,0.6906432,-1,0.5355171,0.06255339,0.5647014,-1,0.4284823,0.06468499,0.4843422,-1,0.3497626,0.06890663,0.4431829,-1,0.2833281,0.07537918,0.4248914,-1,0.2180935,0.08380595,0.4244171,-1,0.1539815,0.09249691,0.4404947,-1,0.1003546,0.09908717,0.460762,-1,0.06509251,0.1026372,0.4682951,-1,0.04774641,0.1038542,0.4628456,-1,0.04561794,0.103108,0.4578406,-1,0.05730818,0.09975136,0.4604209,-1,0.07497875,0.09353288,0.4624876,-1,0.08106325,0.08587949,0.4432475,-1,0.05904455,0.07940961,0.3832893,-1,0.01616778,0.07623778,0.2886786,-1,-0.01396673,0.07611901,0.1871542,-1,-0.003695047,0.07610995,0.09172954,-1,0.04880052,0.07284278,-0.01082994,-1,0.1266564,0.06442773,-0.1551932,-1,0.1899409,0.05158383,-0.4082004,-1,0.1768173,0.03776309,-0.7384604,-1,0.005355041,0.02820181,-0.7490762,-1,-0.2534591,0.02710033,-0.2728338,-1,-0.349472,0.03682087,0.1920052,-1,-0.3123789,0.05991154,0.4268593,-1,-0.2700136,0.100619,0.4875435,-1,-0.2535404,0.1647346,0.4615172,-1,-0.2540102,0.2569407,0.4094812,-1,-0.2629936,0.3754237,0.3599733,-1,-0.2758026,0.5066158,0.3214471,-1,-0.2868995,0.6250279,0.2958437,-1,-0.291364,0.703858,0.2834708,-1,-0.2878594,0.7287304,0.2827096,-1,-0.2774635,0.7000667,0.2889991,-1,-0.2620169,0.6271217,0.2939905,-1,-0.2456123,0.5238054,0.2886575,-1,-0.239973,0.4067659,0.2701339,-1,-0.2678885,0.2914015,0.2377925,-1,-0.3632744,0.1890179,0.1758941,-1,-0.5940667,0.1064849,0.02289352,-0.8498784,-1,0.0554305,-0.1402019,-0.2774775,-1,0.03931625,-0.08690232,0.6633907,-1,0.01196398,0.4869672,0.8929681,1,0.0240083,0.4289824,0.6773895,1,0.06238603,0.403965,0.7997302,1,0.09692864,0.3779746,1,0.9718112,0.1270526,0.2986362,1,0.7589139,0.1844326,0.2564666,1,0.6061962,0.2396054,0.2401444,1,0.4919122,0.2825378,0.2464194,1,0.3986862,0.3057751,0.2755584,1,0.3093048,0.3060345,0.326288,1,0.2061879,0.2853357,0.3942911,1,0.07734044,0.2501307,0.4742661,1,-0.08020654,0.208646,0.563134,1,-0.2605905,0.1679652,0.6497639,1,-0.4382931,0.1335077,0.6909799,1,-0.5362525,0.1101493,0.6317452,1,-0.4609969,0.1000789,0.4875958,1,-0.2493065,0.09954815,0.3199484,1,-0.02887295,0.1015532,0.1556768,1,0.1302685,0.1018524,-0.002125814,1,0.2110502,0.1014745,-0.1368251,1,0.2179919,0.1048136,-0.2202609,1,0.1813658,0.1150767,-0.2495625,1,0.1394626,0.1310843,-0.2472659,1,0.1066515,0.1486621,-0.2305774,1,0.08462416,0.164684,-0.2057119,1,0.08115755,0.1787335,-0.1782717,1,0.1050231,0.1911685,-0.1578777,1,0.1507577,0.2017811,-0.1505685,1,0.2026775,0.2112934,-0.1538961,1,0.2447816,0.2214166,-0.1624451,1,0.2657274,0.2329914,-0.171396,1,0.2624788,0.2452061,-0.1751405,1,0.2388228,0.256249,-0.1654509,1,0.1995776,0.2633691,-0.1343798,1,0.1470212,0.2627057,-0.07937833,1,0.07849815,0.2514455,-0.005085353,1,-0.01766186,0.2295868,0.0856152,1,-0.1659667,0.1986282,0.2095738,1,-0.4181644,0.1605395,0.4168247,1,-0.8902588,0.1190817,0.4386917,0.5371552,-1,0.1479642,0.4086577,0.241592,-1,0.1915399,0.3740653,0.09366076,-1,0.2366916,0.3330786,0.02826013,-1,0.2848437,0.2878167,0.001249121,-1,0.3379626,0.2440371,-0.02310714,-1,0.3968382,0.2060033,-0.06381692,-1,0.4597117,0.1735236,-0.1203551,-1,0.5226432,0.1441321,-0.180113,-1,0.5800216,0.1165927,-0.2288997,-1,0.6248559,0.09071044,-0.2587347,-1,0.6501112,0.06637284,-0.2678419,-1,0.6510481,0.04392,-0.2578003,-1,0.6254743,0.02372139,-0.2314622,-1,0.5734292,0.003829479,-0.1898064,-1,0.4985304,-0.02115215,-0.1296047,-1,0.4097955,-0.06012009,-0.04771557,-1,0.3208369,-0.124361,0.04683969,-1,0.2435844,-0.2213751,0.1229566,-1,0.1824121,-0.3442152,0.1343736,-1,0.1361371,-0.4596117,0.03537636,-1,0.102944,-0.501543,-0.1950181,-1,0.08181018,-0.4140977,-0.5096713,-1,0.0715128,-0.2335869,-0.7966959,-1,0.06931676,-0.05283007,-0.9920958,-1,0.07075539,0.0795685,-1,-0.8935703,0.08026288,0.164362,-1,-0.821421,0.08598282,0.2238036,-1,-0.7669606,0.08843399,0.2650926,-1,-0.7204735,0.08795889,0.2932796,-1,-0.6706432,0.08447547,0.3265971,-1,-0.6078305,0.07795072,0.39737,-1,-0.5371946,0.06800648,0.5436576,-1,-0.4806974,0.05416657,0.8477409,-1,-0.4744945,0.03656626,1,-0.5426471,-0.359837,0.02974766,1,0.2306455,-0.208516,0.02507649,0.6501647,1,0.0206636,0.02793114,0.2247912,1,0.172305,0.04943362,0.07765707,1,0.2788131,0.06896745,0.01191422,1,0.3731388,0.08358526,-0.02844679,1,0.4610259,0.09011769,-0.06193083,1,0.5445469,0.08824049,-0.09100847,1,0.6199328,0.08056044,-0.1059728,1,0.6829759,0.07004406,-0.08880305,1,0.7396582,0.05895941,-0.02803407,1,0.7977588,0.04998757,0.05786021,1,0.8485598,0.04547862,0.1334143,1,0.8933219,0.04516836,0.1879154,1,0.9606254,0.04652863,0.2149469,0.9468299,1,0.04995212,0.2178582,0.8607733,1,0.05382814,0.2145465,0.7865931,1,0.05513569,0.2149719,0.7099193,1,0.05464919,0.2370391,0.6253292,1,0.05380863,0.2895921,0.538804,1,0.05343062,0.3539683,0.4486683,1,0.05373053,0.405634,0.3493171,1,0.05367121,0.4363605,0.2241801,1,0.05272558,0.4677003,0.06546314,1,0.049647,0.5379767,-0.1489905,1,0.0443543,0.6782295,-0.4437603,1,0.03814458,0.8863063,-0.7952403,1,0.03298575,1,-0.9716842,0.9282948,0.03324936,1,-0.9049959,0.858866,0.03728443,1,-0.7734348,0.8539,0.04111359,1,-0.6658059,0.8435193,0.04464775,1,-0.633045,0.7984508,0.04755571,1,-0.6696122,0.722577,0.04948553,1,-0.7436743,0.6219575,0.05049402,1,-0.8304592,0.4934241,0.05126669,1,-0.9048829,0.3498797,0.05278862,1,-0.9343635,0.2342541,0.05575698,1,-0.902948,0.1869142,0.05975616,1,-0.826337,0.2076402,0.06333418,1,-0.7353629,0.2593554,0.06505047,1,-0.65969,0.2980987,0.06475896,1,-0.6191818,0.2857812,0.06411044,1,-0.6114237,0.2160226,0.06448572,1,-0.620176,0.126036,0.06589968,1,-0.6253663,0.05940646,0.0670732,1,-0.6159773,0.03539382,0.06719455,1,-0.5922679,0.0470545,0.06625213,1,-0.5590097,0.07952125,0.06464937,1,-0.5201159,0.1211411,0.06278437,1,-0.478562,0.1648892,0.06090253,1,-0.4356112,0.2083283,0.05905389,1,-0.3910223,0.2512752,0.0572581,1,-0.3447952,0.2946052,0.0555008,1,-0.2955705,0.3397548,0.0537659])

Group203.addChildren(OrientationInterpolator210)
OrientationInterpolator211 = x3d.OrientationInterpolator()
OrientationInterpolator211.setDEF("Keyframe_r_shoulder")
OrientationInterpolator211.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator211.setKeyValue([0.05534542,0.07798381,-1,1.588649,0.05539324,0.07757164,-1,1.588164,0.0554404,0.07713905,-1,1.587662,0.05548716,0.07669707,-1,1.587142,0.05553517,0.07625308,-1,1.586639,0.05557198,0.07581082,-1,1.586119,0.05561005,0.07536653,-1,1.585616,0.05564791,0.07492378,-1,1.585095,0.05568683,0.074468,-1,1.584593,0.05571476,0.07402495,-1,1.584072,0.0557432,0.07358163,-1,1.583551,0.055761,0.0731272,-1,1.58303,0.05577879,0.07268526,-1,1.582492,0.05579636,0.07223379,-1,1.581936,0.05583645,0.07177078,-1,1.58138,0.0559218,0.07129423,-1,1.580841,0.05608866,0.07079516,-1,1.580407,0.05631682,0.07029067,-1,1.58013,0.05647568,0.06982115,-1,1.580061,0.05630752,0.06948953,-1,1.580078,0.05534377,0.06939109,-1,1.579712,0.05313952,0.06959821,-1,1.578003,0.04983057,0.06988984,-1,1.573615,0.04658699,0.06968726,-1,1.565438,0.04533404,0.06832787,-1,1.552856,0.04726062,0.06694549,-1,1.535939,0.05160242,0.0676754,-1,1.514556,0.05646,0.07286909,-1,1.488792,0.06030713,0.08338574,-1,1.458849,0.0623689,0.09786607,-1,1.424726,0.06245889,0.1135908,-1,1.386256,0.06119723,0.1286619,-1,1.342754,0.05957527,0.1435765,-1,1.293211,0.05829891,0.1605754,-1,1.237056,0.05847624,0.1818137,-1,1.175158,0.06222923,0.2084674,-1,1.109543,0.07190327,0.2414763,-1,1.042571,0.08948201,0.2828833,-1,0.976146,0.1160159,0.3361069,-1,0.9110914,0.1499801,0.4045711,-1,0.8478493,0.1868181,0.4906042,-1,0.7879372,0.2208271,0.5946361,-1,0.733736,0.2477756,0.7136333,-1,0.6870822,0.2662086,0.8404987,-1,0.6493357,0.2764974,0.9641965,-1,0.6214864,0.2603496,1,-0.9335787,0.6454644,0.2371654,1,-0.8691446,0.6784483,0.2157749,1,-0.8341618,0.6961277,0.1945157,1,-0.8194933,0.70265,0.1713953,1,-0.8167976,0.704832,0.1454464,1,-0.8193496,0.7068837,0.1184643,1,-0.8235492,0.7088811,0.09402623,1,-0.8300544,0.7085476,0.0752423,1,-0.8405908,0.7051898,0.06400805,1,-0.853545,0.7020397,0.06161172,1,-0.8652892,0.7028106,0.06818984,1,-0.8745063,0.7075016,0.08118235,1,-0.8816736,0.7134954,0.09594964,1,-0.8859646,0.7187949,0.1083992,1,-0.8857687,0.7232539,0.1174983,1,-0.8811726,0.7279378,0.1253368,1,-0.8749017,0.7330275,0.1350875,1,-0.8707983,0.7365813,0.1491379,1,-0.8715969,0.7363715,0.1683232,1,-0.8780071,0.7318835,0.1921043,1,-0.8883672,0.7248922,0.2189177,1,-0.8990019,0.7185371,0.2460255,1,-0.9065788,0.7146222,0.2700939,1,-0.9101619,0.7120079,0.288437,1,-0.9100763,0.7083584,0.300573,1,-0.9063787,0.7025133,0.3086179,1,-0.8990038,0.6950868,0.3161361,1,-0.8875958,0.6879383,0.3261845,1,-0.8715222,0.6833274,0.3395786,1,-0.8509786,0.6824374,0.3548764,1,-0.8288019,0.6844366,0.369936,1,-0.8093029,0.6871234,0.3833753,1,-0.7952007,0.6882858,0.3955463,1,-0.7863507,0.6863915,0.4080783,1,-0.7818875,0.6803707,0.4226457,1,-0.7826862,0.6695517,0.4404646,1,-0.7918026,0.6531202,0.4630418,1,-0.8126183,0.6302229,0.4901985,1,-0.8454894,0.6018738,0.5175135,1,-0.8856472,0.5722183,0.5370846,1,-0.9241777,0.5466239,0.5428789,1,-0.9529155,0.5283409,0.5347708,1,-0.9684089,0.5177777,0.5168674,1,-0.9715258,0.5140425,0.4945497,1,-0.9651307,0.5159806,0.4730669,1,-0.9530713,0.5220584,0.4561871,1,-0.9398838,0.5302669,0.4452498,1,-0.9291313,0.5387952,0.439411,1,-0.9219854,0.546747,0.4372141,1,-0.9176856,0.5541586,0.4374174,1,-0.9149177,0.5615141,0.4401487,1,-0.9135022,0.5684481,0.4471224,1,-0.9148221,0.5728406,0.4607755,1,-0.9218461,0.5714884,0.483763,1,-0.9374441,0.5620466,0.5183375,1,-0.9635154,0.5441496,0.5649416,1,-0.9994119,0.5201091,0.5961465,0.962133,-1,0.5146064,0.628893,0.9317955,-1,0.5093711,0.6640615,0.9143946,-1,0.5038173,0.7031204,0.9088471,-1,0.4973192,0.7464514,0.9118134,-1,0.4896323,0.7937207,0.9201847,-1,0.4810015,0.8452595,0.9309012,-1,0.4715851,0.9021545,0.9416659,-1,0.4612851,0.965902,0.9524165,-1,0.4498953,1,0.9302335,-0.9636897,0.4538924,1,0.8785547,-0.8952805,0.4740631,1,0.8321074,-0.8331918,0.4944707,1,0.7917698,-0.7801098,0.5139983,1,0.7584899,-0.735998,0.53169,1,0.7327384,-0.6984196,0.5474138,1,0.7130056,-0.6651134,0.5615805,1,0.6977855,-0.6373377,0.5735749,1,0.6848422,-0.6166277,0.5824391,1,0.6734515,-0.6041915,0.5867843,1,0.6639881,-0.599959,0.5859258,1,0.6586508,-0.6020883,0.5806326,1,0.6617485,-0.6073443,0.5727462,1,0.6772656,-0.6128192,0.5638667,1,0.7074723,-0.6176675,0.5542805,1,0.7544165,-0.6204536,0.5439625,1,0.8211871,-0.622828,0.5318215,1,0.91175,-0.6279155,0.516923,0.971451,1,-0.6221527,0.5137895,0.8505993,1,-0.566872,0.562737,0.7395806,1,-0.5284337,0.61528,0.6404123,1,-0.5103065,0.6670917,0.5533336,1,-0.5143209,0.7130551,0.4768447,1,-0.5399159,0.7491871,0.4076201,1,-0.5839316,0.7746027,0.3421502,1,-0.6421471,0.791146,0.2784979,1,-0.7104086,0.8010515,0.2162455,1,-0.7842904,0.8059824,0.1556278,1,-0.8581828,0.8079718,0.09788729,1,-0.927488,0.8093989,0.0447676,1,-0.9909508,0.8121927,-0.002697602,0.9528093,-1,0.8579054,-0.0407589,0.9063818,-1,0.9107787,-0.07120316,0.8686279,-1,0.9625404,-0.09683479,0.8382596,-1,1.011313,-0.1215335,0.8143153,-1,1.054882,-0.1479487,0.7966666,-1,1.091994,-0.1763213,0.7849817,-1,1.123265,-0.2059103,0.7781429,-1,1.149916,-0.2362866,0.7748033,-1,1.172701,-0.2669056,0.7740224,-1,1.191834,-0.2970394,0.7756426,-1,1.206944,-0.3256572,0.7797793,-1,1.21727,-0.3515303,0.786132,-1,1.222567,-0.3732291,0.7940098,-1,1.223818,-0.3898232,0.8029748,-1,1.222731,-0.4013818,0.8128661,-1,1.220242,-0.4085069,0.823217,-1,1.216475,-0.412303,0.8326585,-1,1.211428,-0.4143248,0.8394517,-1,1.205483,-0.4162913,0.8425395,-1,1.199138,-0.4192138,0.841998,-1,1.193128,-0.4230152,0.8386673,-1,1.188586,-0.4269624,0.8336849,-1,1.186597,-0.430117,0.8286902,-1,1.187671,-0.4320683,0.8266202,-1,1.190435,-0.4327694,0.8316676,-1,1.192697,-0.4321947,0.848001,-1,1.192257,-0.4304883,0.8770965,-1,1.188681,-0.4281996,0.9160891,-1,1.183161,-0.42583,0.9577549,-1,1.177004,-0.4235321,0.9926656,-1,1.170612,-0.4159726,1,-0.9882451,1.177192,-0.413761,1,-0.9907288,1.164901,-0.4139324,0.9837846,-1,1.142019,-0.4110009,0.9401954,-1,1.127462,-0.4112348,0.8896701,-1,1.111352,-0.4177765,0.845425,-1,1.094004,-0.4318243,0.8166643,-1,1.075659,-0.4506136,0.8055229,-1,1.058004,-0.4684341,0.8089361,-1,1.044049,-0.479497,0.8219901,-1,1.036584,-0.4809093,0.8400128,-1,1.036308,-0.4739524,0.8600006,-1,1.040986,-0.4626832,0.8811436,-1,1.046502,-0.4514019,0.9039367,-1,1.048938,-0.4429278,0.9282873,-1,1.046526,-0.4379093,0.9524255,-1,1.040242,-0.4352935,0.9734355,-1,1.032927,-0.4332774,0.9887848,-1,1.027472,-0.4305594,0.9972855,-1,1.025278,-0.4266094,0.9995119,-1,1.026011,-0.4216629,0.9977453,-1,1.028354,-0.4165137,0.9951337,-1,1.031154,-0.4118972,0.9940842,-1,1.034002,-0.4081486,0.995551,-1,1.036715,-0.4050698,0.9991223,-1,1.039127,-0.4007796,1,-0.9964718,1.045009,-0.3958185,1,-0.9928902,1.051376,-0.3907357,1,-0.9919465,1.056174,-0.3862061,1,-0.9954315,1.05694,-0.38134,0.9943697,-1,1.055623,-0.3734432,0.9749481,-1,1.05643,-0.3628753,0.943189,-1,1.053983,-0.3473935,0.8964636,-1,1.049175,-0.324589,0.8350019,-1,1.044782,-0.2946099,0.7654054,-1,1.044799,-0.2634971,0.7018065,-1,1.051494,-0.2421152,0.6596731,-1,1.063176,-0.2389993,0.6460844,-1,1.077224,-0.2544092,0.6559791,-1,1.093965,-0.2810019,0.6767405,-1,1.115341,-0.3098429,0.6964821,-1,1.141723,-0.3355518,0.7094041,-1,1.172124,-0.3570445,0.7145684,-1,1.20649,-0.375102,0.711642,-1,1.248302,-0.3887309,0.6990898,-1,1.305721,-0.3957928,0.6757805,-1,1.386737,-0.3965708,0.6422435,-1,1.491459,-0.3940725,0.60185,-1,1.609532,-0.3916635,0.5590823,-1,1.724705,-0.3928106,0.5183756,-1,1.821191,-0.3993252,0.4814535,-1,1.887845,-0.4100085,0.446385,-1,1.918061,-0.4211611,0.4085456,-1,1.90935,-0.4273309,0.3614922,-1,1.864168,-0.4211236,0.299596,-1,1.792228,-0.3935571,0.2241182,-1,1.712728,-0.340838,0.1477723,-1,1.64886,-0.272876,0.08484489,-1,1.611746,-0.2087059,0.04010874,-1,1.596152,-0.1608859,0.01056474,-1,1.592121,-0.1295514,-0.008611883,-1,1.594331,-0.104687,-0.02312528,-1,1.598085,-0.0783948,-0.03963947,-1,1.59644,-0.05260488,-0.0629646,-1,1.589405,-0.0328916,-0.0935522,-1,1.582532,-0.02273108,-0.1283328,-1,1.575279,-0.02069186,-0.1653986,-1,1.562642,-0.02172536,-0.2009591,-1,1.539496,-0.01961235,-0.2333688,-1,1.505802,-0.009410213,-0.2601993,-1,1.463885,0.0116335,-0.2776058,-1,1.415575,0.04456775,-0.2815399,-1,1.360918,0.08932906,-0.26905,-1,1.297095,0.1442233,-0.2391873,-1,1.220018,0.2034846,-0.1923751,-1,1.129542,0.2592584,-0.1351195,-1,1.03503,0.311337,-0.08185922,-1,0.9467292,0.3751172,-0.04872426,-1,0.8641617,0.4670699,-0.03853682,-1,0.7842945,0.5930243,-0.04290809,-1,0.7100424,0.7387563,-0.05189088,-1,0.6489298,0.8736912,-0.06349642,-1,0.6077131,0.9682477,-0.08236322,-1,0.588524,1,-0.1108595,-0.9905244,0.5956752,1,-0.1529134,-0.9990731,0.6108989,0.9525506,-0.1967118,-1,0.6480259,0.8761763,-0.2343617,-1,0.7024577,0.7833005,-0.2627084,-1,0.7723002,0.685918,-0.2830589,-1,0.8533871,0.5939386,-0.2967657,-1,0.9387541,0.5118384,-0.3036709,-1,1.021054,0.4387808,-0.3034272,-1,1.094321,0.3700803,-0.2958359,-1,1.15581,0.3007132,-0.2802049,-1,1.205661,0.2272168,-0.2572246,-1,1.244329,0.1484122,-0.2292356,-1,1.270874,0.06362126,-0.1993722,-1,1.284891,-0.02682969,-0.1700638,-1,1.287841,-0.1190383,-0.1428089,-1,1.281866,-0.2055511,-0.1184347,-1,1.268215,-0.2789806,-0.09743495,-1,1.247208,-0.335743,-0.08010899,-1,1.219092,-0.3772455,-0.06673484,-1,1.185067,-0.4077711,-0.05717021,-1,1.148439,-0.4313956,-0.05080364,-1,1.113887,-0.4502456,-0.04773802,-1,1.084499,-0.4648423,-0.0495847,-1,1.060136,-0.4751156,-0.05783533,-1,1.039048,-0.481587,-0.07244167,-1,1.019977,-0.4858658,-0.091802,-1,1.002522,-0.4901259,-0.1135342,-1,0.9867901,-0.496437,-0.1353207,-1,0.9728677,-0.5059463,-0.1556854,-1,0.9606273,-0.5187255,-0.1747193,-1,0.9498952,-0.5339375,-0.1937217,-1,0.940539,-0.5500262,-0.2139895,-1,0.9327194,-0.565806,-0.2353154,-1,0.9268259,-0.5817536,-0.2565111,-1,0.9226452,-0.5993506,-0.2760268,-1,0.9191917,-0.6191506,-0.2921035,-1,0.915378,-0.6409199,-0.3040282,-1,0.909788,-0.665211,-0.3128029,-1,0.9008654,-0.6943576,-0.3209231,-1,0.8871331,-0.7311106,-0.3315867,-1,0.867496,-0.7764671,-0.3479651,-1,0.8414567,-0.8284552,-0.3719462,-1,0.8097495,-0.8828054,-0.4039829,-1,0.7744339,-0.9341341,-0.4433618,-1,0.7384861,-0.9772986,-0.4881859,-1,0.7050501,-1,-0.5295821,-0.991793,0.6826854,-1,-0.5608869,-0.9745266,0.6732386,-1,-0.5895264,-0.9685586,0.6633897,-1,-0.611701,-0.9711813,0.6552846,-1,-0.6241601,-0.9813946,0.6500244,-1,-0.6256329,-0.9984601,0.6478453,-0.9799333,-0.6060436,-1,0.6614254,-0.9575974,-0.5818877,-1,0.678525,-0.9384533,-0.5616004,-1,0.6943713,-0.9253023,-0.549181,-1,0.7062479,-0.9194999,-0.5448073,-1,0.7129522,-0.9204928,-0.5453989,-1,0.714801,-0.9264269,-0.5468239,-1,0.7130395,-0.934664,-0.5457615,-1,0.7094043,-0.942293,-0.5403596,-1,0.7056386,-0.9470156,-0.5306144,-1,0.7030303,-0.9476167,-0.5187647,-1,0.7020987,-0.9440966,-0.508363,-1,0.7025547,-0.9369344,-0.5015513,-1,0.7040487,-0.9266994,-0.4980583,-1,0.7066368,-0.91431,-0.496048,-1,0.7104722,-0.90114,-0.4932389,-1,0.7153144,-0.8875858,-0.4870318,-1,0.7208154,-0.8716122,-0.4744232,-1,0.7270994,-0.8483666,-0.4522129,-1,0.7355379,-0.811703,-0.416986,-1,0.7488793,-0.7566719,-0.3659553,-1,0.7702991,-0.6855168,-0.3031158,-1,0.7999699,-0.6052939,-0.2353212,-1,0.8344573,-0.5236688,-0.169465,-1,0.8684579,-0.4437633,-0.1084973,-1,0.8982075,-0.3653513,-0.05192344,-1,0.9222996,-0.2878934,0.001876153,-1,0.9403995,-0.2118957,0.05442837,-1,0.9522899,-0.1381696,0.1070846,-1,0.958101,-0.0675054,0.1612651,-1,0.9580695,-0.0009944041,0.2183515,-1,0.9518138,0.06078079,0.2793266,-1,0.9382039,0.1187366,0.3443301,-1,0.915957,0.174369,0.4125176,-1,0.8845519,0.2281131,0.4826893,-1,0.8448857,0.2792177,0.5544772,-1,0.7995071,0.3269303,0.6290559,-1,0.7518897,0.3711118,0.7083964,-1,0.7053398,0.4122111,0.7947186,-1,0.6622685,0.45165,0.8906866,-1,0.6240463,0.4920837,0.9988473,-1,0.5909959,0.4781713,1,-0.8934711,0.6297926,0.4643648,1,-0.8022051,0.6716461,0.4506439,1,-0.7299821,0.7117074,0.4366477,1,-0.6777262,0.7462567,0.4229502,1,-0.6442206,0.7731461,0.4109426,1,-0.6271222,0.7911937,0.401749,1,-0.6242838,0.799603,0.3951951,1,-0.6340906,0.7982831,0.3906171,1,-0.6553869,0.7875686,0.3879851,1,-0.6869425,0.7682509,0.3879333,1,-0.7267257,0.7427036,0.3911713,1,-0.7721003,0.7147189,0.3980518,1,-0.8209239,0.6876912,0.4083684,1,-0.8719096,0.6631128,0.4215213,1,-0.9255144,0.6403682,0.4364811,1,-0.9822955,0.6188496,0.4342733,0.9621812,-1,0.6232841,0.4253628,0.9168127,-1,0.6376769,0.4178923,0.8815281,-1,0.650117,0.4121556,0.8521793,-1,0.6603627,0.4091621,0.8257782,-1,0.6685647,0.4094875,0.8028764,-1,0.6748897,0.4127904,0.7848014,-1,0.6794896,0.4185704,0.771485,-1,0.6822124,0.4271784,0.7626867,-1,0.6823716,0.4393468,0.7589248,-1,0.6794491,0.4552283,0.760416,-1,0.6735763,0.4742026,0.7658474,-1,0.6653705,0.4951858,0.7727519,-1,0.6556383,0.5172251,0.77932,-1,0.6451976,0.539762,0.7852215,-1,0.6348571,0.5627145,0.7907212,-1,0.6251744,0.5864909,0.7962297,-1,0.6161921,0.6115541,0.8034316,-1,0.6074383,0.6382729,0.8140786,-1,0.5983382,0.6670288,0.8270509,-1,0.5888057,0.6983218,0.8392342,-1,0.5791427,0.7325511,0.8491455,-1,0.5697029,0.7704986,0.8589373,-1,0.5602875,0.8131042,0.8721161,-1,0.5504221,0.859681,0.8896145,-1,0.5401424,0.9070594,0.9087241,-1,0.5305001,0.9499251,0.9250283,-1,0.5231364,0.9830517,0.9352386,-1,0.5189739,1,0.9352973,-0.9965451,0.5194182,1,0.9265345,-0.9886711,0.5234748,1,0.9260537,-0.9909121,0.5215986,0.9999407,0.9324997,-1,0.5140801,0.9877991,0.9303206,-1,0.5086563,0.9762649,0.926425,-1,0.5011174,0.9669648,0.9194083,-1,0.4928361,0.9595072,0.9072538,-1,0.4857169,0.9529089,0.889213,-1,0.481638,0.9457285,0.8665225,-1,0.4822308,0.9361722,0.8420691,-1,0.4883039,0.9220045,0.8172584,-1,0.4996143,0.9005042,0.7897302,-1,0.5150633,0.8688706,0.7546527,-1,0.5336506,0.8257852,0.7080657,-1,0.5550225,0.7729542,0.6495805,-1,0.5786341,0.7144176,0.5826847,-1,0.6029237,0.653791,0.5119912,-1,0.6261533,0.5913863,0.4393341,-1,0.6481298,0.5259502,0.3643397,-1,0.6699262,0.4575219,0.2878894,-1,0.6929486,0.3883514,0.2146312,-1,0.718091,0.3210176,0.149745,-1,0.7457836,0.2570175,0.09571118,-1,0.7767626,0.1977753,0.05387011,-1,0.812409,0.1457345,0.02557706,-1,0.8538792,0.103013,0.01031953,-1,0.9011477,0.06984457,0.005562094,-1,0.9531704,0.0445806,0.007815296,-1,1.00838,0.02557601,0.01247774,-1,1.064359,0.01271817,0.01593761,-1,1.117614,0.007041453,0.01765251,-1,1.164958,0.00890761,0.01889627,-1,1.204819,0.01642364,0.02028441,-1,1.237854,0.02566665,0.02154026,-1,1.266374,0.03296033,0.02225605,-1,1.292927,0.03663761,0.0224504,-1,1.319082,0.03688261,0.02233154,-1,1.344933,0.03474613,0.02203196,-1,1.369754,0.03147462,0.02150393,-1,1.393236,0.02846762,0.02056191,-1,1.415916,0.02742217,0.01929064,-1,1.4385,0.02953453,0.01816202,-1,1.461183,0.03435834,0.01766455,-1,1.483437,0.03994415,0.01779521,-1,1.504354,0.04441666,0.01820416,-1,1.523683,0.04694325,0.01852726,-1,1.542213,0.04755205,0.01861594,-1,1.560947,0.04680831,0.01826505,-1,1.579928,0.04577132,0.01701015,-1,1.59805,0.04523407,0.01460433,-1,1.614041,0.04542298,0.01150407,-1,1.627328,0.0462946,0.008582842,-1,1.637963,0.04782156,0.006460158,-1,1.646191,0.04973752,0.005258989,-1,1.652465,0.05149856,0.004519117,-1,1.656831,0.05246144,0.004150561,-1,1.660524,0.05255685,0.003734906,-1,1.663943,0.05232254,0.003100895,-1,1.666956,0.05190891,0.002205811,-1,1.670123,0.0512179,0.000902093,-1,1.673323,0.05000452,-0.0006390662,-1,1.676076,0.04793484,-0.00193854,-1,1.67878,0.0454319,-0.002696917,-1,1.681092,0.04306604,-0.002879795,-1,1.68309,0.0414852,-0.002535097,-1,1.685028,0.04128747,-0.001778082,-1,1.68709,0.04257954,-0.0007047945,-1,1.68905,0.04464008,0.0005716488,-1,1.690321,0.04644292,0.002029457,-1,1.690537,0.04749531,0.003675876,-1,1.689849,0.04812799,0.005541605,-1,1.68896,0.04908381,0.007607265,-1,1.688704,0.05092904,0.009855044,-1,1.689599,0.05352082,0.01218387,-1,1.691662,0.05601491,0.01536142,-1,1.694787,0.05767319,0.01703593,-1,1.697434,0.05835485,0.0200145,-1,1.700644,0.05862591,0.02144785,-1,1.70293,0.05894425,0.02310421,-1,1.705265,0.0595557,0.02450733,-1,1.707345,0.0604636,0.02563312,-1,1.709208,0.06153526,0.02658356,-1,1.710971,0.0626606,0.02746294,-1,1.712684,0.06379534,0.02832366,-1,1.714415,0.06489222,0.0291946,-1,1.716146,0.06597123,0.03007001,-1,1.717912,0.06702979,0.0309327,-1,1.719678,0.06808096,0.03180132,-1,1.721443])

Group203.addChildren(OrientationInterpolator211)
OrientationInterpolator212 = x3d.OrientationInterpolator()
OrientationInterpolator212.setDEF("Keyframe_r_elbow")
OrientationInterpolator212.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator212.setKeyValue([0.2389325,-0.003309867,-1,0.06340347,0.2273942,-0.002579008,-1,0.06340347,0.215856,-0.001848149,-1,0.06340347,0.2043003,-0.00138661,-1,0.06340347,0.1924873,-0.0006365619,-1,0.06340347,0.1809491,0.00009603681,-1,0.06340347,0.169392,0.0005538896,-1,0.06340401,0.1575791,0.001303917,-1,0.06340401,0.1460409,0.002036497,-1,0.06340401,0.1342106,0.002511786,-1,0.06340401,0.1226714,0.003244333,-1,0.06340454,0.1111159,0.003702176,-1,0.06340454,0.09930315,0.004452183,-1,0.06340454,0.08776436,0.005184704,-1,0.06340507,0.07593361,0.00565994,-1,0.0634056,0.06412105,0.006409934,-1,0.0634056,0.05203332,0.007177312,-1,0.06340614,0.0399287,0.007670037,-1,0.06340614,0.0283907,0.00840252,-1,0.06340667,0.01822641,0.009047786,-1,0.06340721,0.01079196,0.009244004,-1,0.06340721,0.006396635,0.009522991,-1,0.06340773,0.002551347,0.009769927,-1,0.06339016,-0.007343674,0.01039774,-1,0.06339069,-0.02934059,0.01151811,-1,0.06339175,-0.0510595,0.01262102,-1,0.06339282,-0.05518493,0.01288265,-1,0.06339282,-0.03263427,0.01172741,-1,0.06339175,0.008044844,0.009418342,-1,0.06340773,0.04816996,0.007146786,-1,0.06340614,0.06906585,0.006095982,-1,0.0634056,0.06247278,0.006514586,-1,0.0634056,0.03525836,0.00796648,-1,0.06340667,-0.00761255,0.01041518,-1,0.06339069,-0.08130498,0.01426451,-1,0.06339442,-0.2222885,0.02211066,-1,0.06340401,-0.4645505,0.03528879,-1,0.06342851,-0.8242378,0.0551112,-1,0.06346899,-1,0.06254142,-0.769258,0.08265493,-1,0.0603703,-0.5339752,0.1194438,-1,0.05928763,-0.398877,0.1606935,-1,0.05875452,-0.3156327,0.2045393,-1,0.05852614,-0.2602557,0.250302,-1,0.05868959,-0.2211468,0.2980471,-1,0.05898659,-0.1923124,0.3476565,-1,0.05952675,-0.1709902,0.3978368,-1,0.06024762,-0.1553517,0.4462712,-1,0.06100971,-0.1440862,0.4906784,-1,0.06182176,-0.1362731,0.5286177,-1,0.06249374,-0.1312268,0.5574976,-1,0.06296213,-0.1282527,0.5765179,-1,0.06327061,-0.1265725,0.5881522,-1,0.06354291,-0.125401,0.5968064,-1,0.06375746,-0.1242226,0.6055853,-1,0.06401592,-0.1231102,0.6143801,-1,0.06425659,-0.1222129,0.6219025,-1,0.0644328,-0.1214326,0.6283814,-1,0.0646342,-0.120728,0.6345807,-1,0.06481917,-0.1201675,0.6399432,-1,0.0649197,-0.1198389,0.6429734,-1,0.06490441,-0.1198726,0.6426597,-1,0.06476995,-0.1201969,0.6393526,-1,0.06466041,-0.1207487,0.6347016,-1,0.06451043,-0.121231,0.6302962,-1,0.06437124,-0.1215992,0.6267973,-1,0.06431275,-0.121969,0.6238183,-1,0.06420191,-0.1223713,0.6204398,-1,0.0640626,-0.1228789,0.6161218,-1,0.06393416,-0.1235754,0.6108088,-1,0.06371406,-0.1243701,0.6043144,-1,0.06350089,-0.1254311,0.5963196,-1,0.06322958,-0.1267341,0.5868808,-1,0.06297673,-0.1282043,0.5768481,-1,0.06274469,-0.1295571,0.5679138,-1,0.06259422,-0.1304917,0.5619568,-1,0.06252603,-0.1307897,0.5599717,-1,0.06259874,-0.130475,0.5620612,-1,0.06274319,-0.1295623,0.5678786,-1,0.06297056,-0.128225,0.5767092,-1,0.0632662,-0.1266202,0.5876989,-1,0.0636059,-0.1249439,0.6000816,-1,0.06401093,-0.1232347,0.6135257,-1,0.06443885,-0.1215209,0.6277885,-1,0.06485499,-0.1199007,0.642069,-1,0.06531337,-0.1185994,0.6549885,-1,0.06566051,-0.1175592,0.6655229,-1,0.06596015,-0.1168311,0.6736189,-1,0.06614921,-0.1162677,0.679627,-1,0.06630629,-0.1159247,0.6837006,-1,0.06637745,-0.1157333,0.6858945,-1,0.06640239,-0.1156945,0.6863642,-1,0.0663753,-0.1158095,0.6852319,-1,0.0662887,-0.1160266,0.6827424,-1,0.06613464,-0.1162918,0.6793484,-1,0.0659842,-0.1166352,0.6753617,-1,0.06584199,-0.1170542,0.6708513,-1,0.06568099,-0.1175214,0.6659229,-1,0.06551311,-0.1180199,0.6608037,-1,0.06533741,-0.1184655,0.6561379,-1,0.0652392,-0.1188475,0.6525677,-1,0.06514846,-0.1190441,0.6504787,-1,0.06514586,-0.1191389,0.6497468,-1,0.06510554,-0.1191457,0.6493474,-1,0.06505486,-0.1193405,0.6476403,-1,0.06492942,-0.1197257,0.6438618,-1,0.06477095,-0.1202899,0.6386724,-1,0.0646062,-0.1208905,0.6332917,-1,0.06444029,-0.121415,0.628538,-1,0.06434066,-0.1218801,0.6247062,-1,0.06424341,-0.1222462,0.6216239,-1,0.06412369,-0.12259,0.6184728,-1,0.06401756,-0.1231058,0.6144147,-1,0.06387958,-0.123747,0.6093115,-1,0.06371483,-0.1244867,0.6035644,-1,0.06353124,-0.1253116,0.59733,-1,0.06332639,-0.1262709,0.5901895,-1,0.06309765,-0.1274923,0.5815859,-1,0.06285312,-0.1289895,0.571623,-1,0.0625726,-0.1307263,0.5605975,-1,0.06227065,-0.1327385,0.548388,-1,0.06193366,-0.1352665,0.5340874,-1,0.06157102,-0.1384635,0.517278,-1,0.06116062,-0.1423227,0.4986221,-1,0.06079665,-0.1467079,0.4793722,-1,0.06045744,-0.1514372,0.4605575,-1,0.06016482,-0.1564945,0.4422296,-1,0.05989324,-0.1621117,0.4237095,-1,0.05961676,-0.1688595,0.4037432,-1,0.05933166,-0.1771377,0.3818078,-1,0.05910578,-0.1869426,0.3589818,-1,0.05892189,-0.1977393,0.3370619,-1,0.05873275,-0.2089343,0.317077,-1,0.05866105,-0.2204895,0.2989888,-1,0.05858271,-0.2316629,0.2833934,-1,0.05857611,-0.2403157,0.272467,-1,0.05859037,-0.2432078,0.2690341,-1,0.05855948,-0.2380673,0.2752728,-1,0.05860593,-0.2248926,0.2926116,-1,0.05880553,-0.2060993,0.3219373,-1,0.0591291,-0.1848937,0.363513,-1,0.05978052,-0.1641483,0.4174207,-1,0.06088931,-0.1457685,0.4833786,-1,0.06251558,-0.1308286,0.5597277,-1,0.06490798,-0.119771,0.6434272,-1,0.06818235,-0.1124166,0.7311049,-1,0.0724898,-0.1084249,0.820016,-1,0.07813322,-0.1075477,0.9081784,-1,0.08559663,-0.1098104,0.9946278,-1,0.09564735,-0.1156408,1.079139,-1,0.1097038,-0.1262041,1.161793,-1,0.1305579,-0.1441267,1.242311,-1,0.1639663,-0.1750509,1.320239,-1,0.2252759,-0.2342249,1.39498,-1,0.3690639,-0.3761562,1.464541,-1,0.8500467,-0.8555437,1.513741,-0.6236061,0.997367,-1,2.391259,-0.5205907,0.9984232,-1,2.747914,-0.4752194,0.9991396,-1,2.876426,-0.4445371,0.9997464,-1,2.939084,-0.4202057,1,-0.9997142,2.976264,-0.3997383,1,-0.9992293,3.000991,-0.3823685,1,-0.998799,3.01816,-0.3679682,1,-0.9984299,3.030247,-0.3566818,1,-0.9981341,3.038642,-0.3484495,1,-0.9979134,3.044188,-0.3429694,1,-0.9977661,3.047658,-0.3397816,1,-0.9976799,3.049588,-0.3385985,1,-0.9976478,3.0503,-0.3392249,1,-0.9976651,3.04994,-0.3412737,1,-0.9977204,3.04872,-0.3438947,1,-0.9977912,3.047073,-0.3457088,1,-0.997842,3.045942,-0.3452647,1,-0.9978291,3.046244,-0.3416975,1,-0.9977333,3.048439,-0.335097,1,-0.9975518,3.052394,-0.3267531,1,-0.997323,3.057066,-0.318881,1,-0.9971015,3.061179,-0.3137447,1,-0.9969582,3.063725,-0.3125513,1,-0.9969239,3.064306,-0.3149869,1,-0.9969929,3.063118,-0.3197033,1,-0.9971257,3.06075,-0.3251635,1,-0.997279,3.057911,-0.3302071,1,-0.9974186,3.055169,-0.3340982,1,-0.9975258,3.052944,-0.3364946,1,-0.9975906,3.051583,-0.3374079,1,-0.9976167,3.051036,-0.337074,1,-0.997606,3.051227,-0.3358576,1,-0.9975728,3.051941,-0.3341586,1,-0.9975265,3.052912,-0.332332,1,-0.9974765,3.053969,-0.3306862,1,-0.99743,3.054887,-0.3294504,1,-0.9973968,3.0556,-0.3287632,1,-0.9973774,3.055963,-0.328637,1,-0.9973757,3.056027,-0.328944,1,-0.9973832,3.055867,-0.3294264,1,-0.9973963,3.055612,-0.329851,1,-0.9974071,3.05536,-0.3300079,1,-0.9974126,3.055274,-0.3297848,1,-0.9974062,3.055394,-0.3291551,1,-0.9973894,3.055755,-0.3282092,1,-0.9973631,3.056252,-0.3267953,1,-0.9973238,3.057045,-0.3248386,1,-0.9972678,3.05808,-0.3225352,1,-0.9972045,3.059296,-0.3207029,1,-0.9971541,3.060259,-0.3204156,1,-0.9971464,3.0604,-0.3229036,1,-0.9972149,3.059084,-0.3296885,1,-0.9974049,3.055443,-0.3423105,1,-0.9977487,3.048048,-0.3611228,1,-0.9982511,3.035445,-0.3844142,1,-0.9988495,3.016318,-0.4085856,1,-0.9994422,2.990964,-0.4287282,1,-0.9999072,2.96417,-0.4397344,0.9998496,-1,2.947131,-0.4393376,0.9998581,-1,2.947812,-0.4297279,1,-0.9999295,2.96266,-0.4157276,1,-0.99961,2.982123,-0.4030015,1,-0.9993078,2.997414,-0.3962171,1,-0.999143,3.004747,-0.3973988,1,-0.9991729,3.003501,-0.4057896,1,-0.999375,2.994243,-0.4188942,1,-0.9996842,2.978029,-0.4334641,0.9999874,-1,2.956983,-0.4455722,0.9997248,-1,2.937272,-0.4514348,0.9996026,-1,2.926737,-0.4488067,0.9996565,-1,2.931581,-0.4394446,0.9998559,-1,2.947593,-0.429007,1,-0.9999135,2.963717,-0.4258827,1,-0.9998434,2.968289,-0.4402155,0.9998391,-1,2.946359,-0.4839132,0.9989858,-1,2.854964,-0.6514362,0.9971454,-1,2.299417,-1,0.3107327,-0.3183434,1.44503,-1,0.1427103,-0.1551754,1.275809,-1,0.09893956,-0.1179275,1.101587,-1,0.08213376,-0.1084464,0.9576259,-1,0.07570127,-0.1075129,0.8734369,-1,0.0744345,-0.1077137,0.853557,-1,0.07634585,-0.1074678,0.8831064,-1,0.08051342,-0.107973,0.9387376,-1,0.08583062,-0.1099136,0.9970422,-1,0.09078627,-0.112559,1.04169,-1,0.09336971,-0.1141472,1.0623,-1,0.09210519,-0.1133463,1.05264,-1,0.08717753,-0.1105756,1.009821,-1,0.08012543,-0.1078913,0.9337661,-1,0.07296838,-0.108229,0.8282623,-1,0.06701436,-0.1144787,0.7018932,-1,0.06281053,-0.1292837,0.569811,-1,0.06038173,-0.1530602,0.4545638,-1,0.05929117,-0.1779138,0.379804,-1,0.05909402,-0.1885012,0.3556886,-1,0.05930714,-0.1783136,0.3788629,-1,0.06011351,-0.1577879,0.4378215,-1,0.0615767,-0.1384355,0.517417,-1,0.06371406,-0.1244886,0.6035469,-1,0.06643661,-0.1156347,0.6872351,-1,0.06967147,-0.110563,0.7643661,-1,0.07320945,-0.1081089,0.8327689,-1,0.07685681,-0.1074935,0.8901296,-1,0.08022016,-0.1078992,0.9351397,-1,0.08315599,-0.1088073,0.9689538,-1,0.08559259,-0.1098089,0.9945932,-1,0.08774231,-0.110857,1.015204,-1,0.08978184,-0.1119588,1.033553,-1,0.09189427,-0.1132094,1.051061,-1,0.0939841,-0.114537,1.067106,-1,0.09584758,-0.1157733,1.080701,-1,0.09766088,-0.117028,1.093059,-1,0.09994052,-0.1186512,1.107998,-1,0.1037579,-0.1215098,1.130632,-1,0.1103976,-0.1267741,1.164972,-1,0.1216,-0.1362264,1.211992,-1,0.1401768,-0.1528437,1.269498,-1,0.1719061,-0.1825983,1.333419,-1,0.2300925,-0.2389353,1.39887,-1,0.3532735,-0.3604867,1.46002,-1,0.6700409,-0.6759043,1.50611,-0.7815942,0.996213,-1,1.934993,-0.6016971,0.9975526,-1,2.466455,-0.5428562,0.9981432,-1,2.673378,-0.5137985,0.9985169,-1,2.769528,-0.4966428,0.9987743,-1,2.820665,-0.4857631,0.9989539,-1,2.850176,-0.4786478,0.999078,-1,2.868137,-0.4738284,0.9991652,-1,2.879724,-0.4702603,0.9992308,-1,2.887959,-0.467047,0.9992918,-1,2.895142,-0.4635995,0.9993582,-1,2.902588,-0.4598565,0.9994317,-1,2.910365,-0.4561701,0.9995054,-1,2.91773,-0.4529193,0.9995719,-1,2.923945,-0.4501962,0.9996273,-1,2.929041,-0.4480486,0.9996725,-1,2.932921,-0.4466915,0.9997015,-1,2.935342,-0.4466042,0.9997028,-1,2.935494,-0.4481531,0.9996704,-1,2.932686,-0.4511266,0.9996088,-1,2.927301,-0.4548888,0.9995313,-1,2.920187,-0.4588,0.9994527,-1,2.912476,-0.4624555,0.9993812,-1,2.904964,-0.4656258,0.9993196,-1,2.898199,-0.4681495,0.9992709,-1,2.892687,-0.4699021,0.9992384,-1,2.888758,-0.4707143,0.9992231,-1,2.886887,-0.4706292,0.9992243,-1,2.887131,-0.4700398,0.9992356,-1,2.888452,-0.4693599,0.9992483,-1,2.890018,-0.4688418,0.9992582,-1,2.89111,-0.4684964,0.9992648,-1,2.891871,-0.4682401,0.9992689,-1,2.892489,-0.4680866,0.9992719,-1,2.892824,-0.4680499,0.9992729,-1,2.892905,-0.4682223,0.9992703,-1,2.892526,-0.4686941,0.9992605,-1,2.891491,-0.4695082,0.9992458,-1,2.889635,-0.4705644,0.9992252,-1,2.887277,-0.471678,0.9992048,-1,2.884709,-0.4724992,0.9991894,-1,2.882838,-0.4727989,0.9991842,-1,2.882152,-0.4725929,0.9991875,-1,2.882625,-0.4721718,0.9991958,-1,2.883587,-0.4719388,0.9992003,-1,2.884117,-0.4722935,0.9991928,-1,2.88331,-0.4736561,0.9991684,-1,2.880177,-0.4764401,0.9991176,-1,2.873544,-0.4811423,0.9990336,-1,2.862024,-0.4886059,0.9989054,-1,2.842705,-0.5004187,0.998715,-1,2.809834,-0.5191918,0.9984421,-1,2.75244,-0.5513893,0.9980462,-1,2.643734,-0.6189559,0.997405,-1,2.407011,-0.8353823,0.9958494,-1,1.812952,-1,0.6247699,-0.6307483,1.502943,-1,0.3498706,-0.3571123,1.458947,-1,0.2386215,-0.2472849,1.4055,-1,0.1846768,-0.1948281,1.351994,-1,0.1545018,-0.166132,1.302309,-1,0.1357006,-0.148761,1.257513,-1,0.1229081,-0.137361,1.216856,-1,0.1135351,-0.1293607,1.179386,-1,0.1064359,-0.1235951,1.145222,-1,0.1010824,-0.1195004,1.114856,-1,0.09682532,-0.1164386,1.087514,-1,0.09320709,-0.1140407,1.061139,-1,0.08979106,-0.1119637,1.033622,-1,0.086533,-0.1102476,1.003901,-1,0.08347031,-0.1089098,0.9726732,-1,0.0808261,-0.1080555,0.9424917,-1,0.07874244,-0.1076267,0.9161226,-1,0.07719944,-0.1075087,0.8948237,-1,0.07607185,-0.1075289,0.8784086,-1,0.07523322,-0.10759,0.865905,-1,0.07462151,-0.1077034,0.8562697,-1,0.07416726,-0.1078301,0.8485454,-1,0.07375936,-0.1079159,0.8422151,-1,0.0734532,-0.1079975,0.8372579,-1,0.07328165,-0.1080946,0.8338645,-1,0.0731603,-0.1081178,0.8319864,-1,0.0731369,-0.1081569,0.8312376,-1,0.07311539,-0.1081634,0.8309414,-1,0.07306908,-0.108171,0.8301936,-1,0.07291394,-0.1082078,0.8278287,-1,0.07262506,-0.1083535,0.8225918,-1,0.07213184,-0.1086068,0.8134397,-1,0.07137729,-0.1090541,0.7994852,-1,0.07038902,-0.1098146,0.7800133,-1,0.06922036,-0.1110124,0.7550732,-1,0.06798449,-0.1127483,0.7261956,-1,0.06675762,-0.1149901,0.69533,-1,0.06559401,-0.1177737,0.6633114,-1,0.06448871,-0.1212816,0.629844,-1,0.06347235,-0.1256398,0.5949092,-1,0.06253446,-0.1309151,0.5593091,-1,0.06172276,-0.1369896,0.524803,-1,0.06106128,-0.1434478,0.493553,-1,0.06058598,-0.1497006,0.4673517,-1,0.06023171,-0.155127,0.4470036,-1,0.06003064,-0.1593842,0.4325075,-1,0.0598907,-0.1621334,0.4236397,-1,0.05982664,-0.1631041,0.4206612,-1,0.05988554,-0.1621778,0.4235007,-1,0.05997638,-0.1598284,0.4310454,-1,0.0601544,-0.1565751,0.441951,-1,0.06039236,-0.1526623,0.4559753,-1,0.06068727,-0.1480577,0.4738328,-1,0.06113582,-0.1429368,0.4959733,-1,0.06166809,-0.1375159,0.5220509,-1,0.06232172,-0.1323148,0.5508967,-1,0.06305982,-0.1276153,0.5807332,-1,0.06389654,-0.1237017,0.609677,-1,0.06466924,-0.120631,0.63559,-1,0.06534003,-0.1184609,0.6561901,-1,0.06580714,-0.117195,0.6695272,-1,0.06600019,-0.1166848,0.6750293,-1,0.06597731,-0.1168015,0.6739491,-1,0.06579372,-0.1172184,0.6692662,-1,0.06563086,-0.1176947,0.6642861,-1,0.06548759,-0.1179837,0.6609614,-1,0.06545413,-0.1181316,0.6596378,-1,0.06545676,-0.1181263,0.65969,-1,0.0654911,-0.1180614,0.6603686,-1,0.0654911,-0.1179777,0.6610312,-1,0.06549903,-0.1179627,0.6611878,-1,0.0654779,-0.1180863,0.6601076,-1,0.06533302,-0.1184746,0.6560511,-1,0.06502217,-0.1195145,0.64602,-1,0.06443971,-0.1215185,0.6278056,-1,0.06364786,-0.1247037,0.6017711,-1,0.06278098,-0.1292816,0.5695857,-1,0.06188526,-0.1355428,0.5324681,-1,0.06104048,-0.1439107,0.4914619,-1,0.06024401,-0.1546954,0.4484848,-1,0.05966133,-0.167955,0.4062695,-1,0.05915956,-0.1832065,0.367259,-1,0.05887144,-0.1998851,0.3329852,-1,0.05872496,-0.2173168,0.3037974,-1,0.05862331,-0.2351069,0.2789837,-1,0.05857307,-0.2536854,0.2572193,-1,0.05858596,-0.2732096,0.2378064,-1,0.05866895,-0.2934747,0.2206413,-1,0.05871452,-0.313663,0.2058645,-1,0.05880643,-0.3322211,0.1939447,-1,0.05886643,-0.3475139,0.1851616,-1,0.05900099,-0.3600075,0.1785213,-1,0.05907591,-0.3730113,0.1721435,-1,0.0592268,-0.3897212,0.1645972,-1,0.05932288,-0.4120959,0.1554317,-1,0.05954035,-0.4408935,0.145097,-1,0.05992102,-0.4754966,0.1343789,-1,0.06023114,-0.5147684,0.1239574,-1,0.06066372,-0.5565548,0.1145463,-1,0.06090019,-0.5966249,0.1067747,-1,0.06123151,-0.6319022,0.1007623,-1,0.06164177,-0.6627345,0.09603838,-1,0.06191339,-0.6937251,0.0917166,-1,0.06220848,-0.7301019,0.08711626,-1,0.06254337,-0.768131,0.0827769,-1,0.06293379,-0.7966745,0.07979576,-1,0.06292086,-0.8077142,0.07869854,-1,0.06292298,-0.8057645,0.07889029,-1,0.06293401,-0.7961551,0.07984849,-1,0.06274126,-0.7779219,0.08173028,-1,0.06236988,-0.7494727,0.08485045,-1,0.06204068,-0.7175508,0.08864971,-1,0.06190795,-0.6955636,0.09147266,-1,0.06191432,-0.6934692,0.09175123,-1,0.06205472,-0.7122734,0.08931177,-1,0.06237875,-0.7450656,0.08535591,-1,0.0627208,-0.7918358,0.08028472,-1,0.06357457,-0.8580285,0.07406197,-1,0.06433742,-0.9467617,0.06709142,-0.9490643,0.06195434,-1,0.06349456,-0.8718661,0.05786662,-1,0.06347911,-0.8455735,0.05646934,-1,0.06347378,-0.8710511,0.0578147,-1,0.06347857,-0.9441392,0.06164085,-1,0.06349349,-1,0.06434242,-0.9549018,0.06651671,-1,0.06357224,-0.8659254,0.07338287,-1,0.06292298,-0.8057645,0.07889029,-1,0.06274302,-0.7766024,0.08186983,-1,0.06274545,-0.7749667,0.08204401,-1,0.06293792,-0.7930645,0.08016168,-1,0.06313106,-0.8222081,0.07730411,-1,0.06333892,-0.855996,0.07423721,-1,0.06381172,-0.892078,0.07122198,-1,0.06407019,-0.9301363,0.06829464,-1,0.06462005,-0.9703709,0.06545305,-0.9761533,0.06340367,-1,0.06350041,-0.9375451,0.06149685,-1,0.06349295,-0.8847497,0.05841088,-1,0.06348124,-0.8595583,0.05708345,-1,0.06347591,-0.8450281,0.05643442,-1,0.06347378,-0.8480419,0.05662607,-1,0.06347431,-0.8639323,0.05736197,-1,0.06347698,-0.8858488,0.05848076,-1,0.06348124,-0.9096355,0.05999517,-1,0.0634871,-0.9326359,0.0611839,-1,0.06349136,-0.9545264,0.06230224,-1,0.06349615,-0.9755666,0.06364248,-1,0.06350148,-0.9958148,0.06465656,-1,0.06350574,-1,0.06463265,-0.9841936,0.06452999])

Group203.addChildren(OrientationInterpolator212)
OrientationInterpolator213 = x3d.OrientationInterpolator()
OrientationInterpolator213.setDEF("Keyframe_r_radiocarpal")
OrientationInterpolator213.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator213.setKeyValue([-0.02918212,-1,-0.505852,0.09925441,-0.02368463,-1,-0.499053,0.1001189,-0.01826872,-1,-0.4924641,0.1009652,-0.01310284,-1,-0.4857255,0.1018286,-0.00786303,-1,-0.4792973,0.102692,-0.00270077,-1,-0.4730669,0.1035378,0.002370723,-1,-0.4668639,0.1044012,0.007217995,-1,-0.4605977,0.105263,0.01216396,-1,-0.4545313,0.1061078,0.0168459,-1,-0.4486459,0.1069691,0.02163483,-1,-0.4427118,0.1078314,0.02637571,-1,-0.4370251,0.108658,0.03103646,-1,-0.4313669,0.1095017,0.03548604,-1,-0.4258555,0.1103273,0.03987744,-1,-0.4202197,0.1111694,0.04383112,-1,-0.4141012,0.1121148,0.04713582,-1,-0.4075039,0.1132136,0.04988733,-1,-0.4004344,0.1145207,0.05232561,-1,-0.393532,0.1159136,0.05656029,-1,-0.3890961,0.1169325,0.06532682,-1,-0.3905246,0.116663,0.08351064,-1,-0.4022402,0.1138848,0.1149608,-1,-0.4263271,0.107849,0.1605348,-1,-0.4577343,0.0993668,0.2176709,-1,-0.4838344,0.09069075,0.2813034,-1,-0.4868836,0.08338837,0.3603677,-1,-0.4601052,0.07641408,0.4888601,-1,-0.4003496,0.06733377,0.7253022,-1,-0.2891818,0.05483768,1,-0.8505434,-0.04088207,0.04718925,1,-0.4802691,0.2648831,0.05395868,1,-0.2404281,0.5245366,0.0590302,1,-0.06877998,0.7402343,0.06202944,1,0.09500606,0.9273003,0.06377267,0.905789,0.2329572,1,0.07226766,0.7801933,0.2954809,1,0.08629268,0.6853384,0.2971092,1,0.09984155,0.62274,0.2620661,1,0.1091069,0.609707,0.2185497,1,0.1098142,0.6811518,0.2060966,1,0.1001099,0.9021142,0.2973169,1,0.08254591,1,0.4570185,0.7205604,0.08649746,1,0.6401181,0.4187893,0.1017025,1,0.8364301,0.1970888,0.115916,0.9723135,1,0.0138262,0.1293534,0.8175909,1,-0.1289953,0.1567358,0.6911896,1,-0.2361462,0.1738081,0.5760141,1,-0.3299688,0.1755964,0.4574718,1,-0.4367506,0.1585833,0.2968309,1,-0.6092968,0.1226678,-0.03213471,0.9770594,-1,0.0749355,-0.4937166,0.2826935,-1,0.0719682,-0.8156351,-0.369258,-1,0.06856202,-0.9402511,-0.8584129,-1,0.06626157,-0.8104009,-1,-0.9311287,0.0720939,-0.6502419,-0.9433587,-1,0.07519116,-0.3910714,-0.6069437,-1,0.09177306,-0.1808071,-0.2979513,-1,0.1115833,-0.02519615,-0.0878149,-1,0.1275553,0.0951578,0.05899817,-1,0.1366191,0.1946377,0.1828559,-1,0.1385142,0.2861317,0.3031927,-1,0.1327431,0.3881541,0.4382387,-1,0.1196169,0.5180989,0.6142514,-1,0.1018419,0.6824793,0.8515963,-1,0.08328557,0.7598875,1,-0.8672902,0.07661749,0.7259235,1,-0.6539336,0.07921876,0.7007296,1,-0.4809501,0.08116784,0.6710289,1,-0.3176887,0.08748422,0.6242342,1,-0.1731868,0.1018998,0.5684557,1,-0.06594653,0.1236305,0.5187872,1,0.008104105,0.1470595,0.4821166,1,0.06377546,0.1654371,0.461839,1,0.1094756,0.1758108,0.4601764,1,0.1480828,0.1795464,0.4728817,1,0.1885397,0.1794746,0.4906296,1,0.2461288,0.1785717,0.506258,1,0.3214268,0.1795956,0.5170287,1,0.3881787,0.1837889,0.5238424,1,0.4172624,0.1901136,0.531323,1,0.4094008,0.1962124,0.5439262,1,0.3858341,0.2000734,0.5606512,1,0.3587041,0.2008577,0.5765462,1,0.3249288,0.1981386,0.5892934,1,0.2809328,0.191915,0.6006753,1,0.229305,0.1834207,0.610631,1,0.1690632,0.1754368,0.6127023,1,0.0896879,0.1706382,0.5999393,1,-0.02261631,0.1692125,0.5730538,1,-0.177132,0.1691636,0.5380091,1,-0.3749685,0.1686682,0.5000139,1,-0.6060017,0.1668321,0.463857,1,-0.8463965,0.1633729,0.4102985,0.9430524,-1,0.1685041,0.3457806,0.827926,-1,0.1870583,0.3272809,0.7930329,-1,0.1921167,0.3432326,0.8222996,-1,0.1842732,0.3892333,0.9192302,-1,0.1663964,0.4214509,1,-0.9054126,0.1581597,0.4104606,1,-0.715009,0.167152,0.3979599,1,-0.5566989,0.1776758,0.3915502,1,-0.4446139,0.1874984,0.392767,1,-0.3747529,0.1953945,0.3950179,1,-0.3398136,0.2004516,0.3899561,1,-0.333238,0.2028998,0.375274,1,-0.3424822,0.2047016,0.3559184,1,-0.3480757,0.2079523,0.3402791,1,-0.3336604,0.2124301,0.33443,1,-0.2957498,0.2155473,0.3375583,1,-0.2412025,0.2145125,0.3428167,1,-0.1786367,0.2083488,0.3415091,1,-0.1149004,0.1985334,0.3301642,1,-0.05172455,0.1882275,0.3123908,1,0.01485162,0.1804553,0.2944799,1,0.08784713,0.176919,0.2790887,1,0.1595594,0.1775303,0.2652994,1,0.2197704,0.1803201,0.2550713,1,0.267739,0.1827462,0.2534154,1,0.3211423,0.1844508,0.2615327,1,0.3840452,0.1855761,0.2708369,1,0.4510632,0.1865037,0.2742474,1,0.5159245,0.1861185,0.2745619,1,0.5823114,0.1814063,0.2767435,1,0.660659,0.1697818,0.2805454,1,0.7629418,0.1513664,0.2754928,1,0.9006612,0.1290748,0.2255361,0.9319863,1,0.1145766,0.1227009,0.7940731,1,0.1120452,0.01075558,0.7209136,1,0.1099544,-0.09043708,0.7434073,1,0.1080553,-0.1679727,0.8795667,1,0.1056908,-0.1987024,1,0.9175053,0.1138002,-0.1877009,1,0.7947319,0.1352374,-0.1774497,1,0.7725167,0.1502059,-0.157015,1,0.8039335,0.1571861,-0.1064915,1,0.8324379,0.1588121,-0.01810289,1,0.8185337,0.1579106,0.0964101,1,0.7465901,0.1560408,0.2156258,1,0.6156489,0.1531867,0.3317557,1,0.4302496,0.1471694,0.4611435,1,0.1851116,0.1362128,0.6279892,1,-0.1285846,0.1226361,0.8262732,1,-0.479653,0.1124456,0.9900455,1,-0.7746717,0.1106378,1,0.9454353,-0.899481,0.1243816,1,0.9561353,-0.9901962,0.1362698,0.9423698,0.9392815,-1,0.155372,0.9109724,0.9501193,-1,0.1715411,0.9111652,0.9927533,-1,0.1818641,0.8712707,1,-0.9361016,0.1987919,0.8118603,1,-0.8509868,0.2180052,0.744614,1,-0.7717066,0.2365268,0.6822807,1,-0.7147783,0.2512434,0.6346565,1,-0.6879021,0.2598462,0.6081632,1,-0.6968254,0.2610108,0.605089,1,-0.7496294,0.2545315,0.6198658,1,-0.8529909,0.2424195,0.6379459,0.9974239,-1,0.2291703,0.554399,0.8466608,-1,0.2552938,0.4893497,0.7355443,-1,0.2814056,0.4484437,0.6654947,-1,0.3039327,0.4266291,0.6292161,-1,0.3211836,0.412591,0.6142153,-1,0.3336621,0.3944615,0.6067923,-1,0.3434013,0.368266,0.5940031,-1,0.3526664,0.3382937,0.5673919,-1,0.3625132,0.3142826,0.5276353,-1,0.3714433,0.3019725,0.4820012,-1,0.3773976,0.3026488,0.4414496,-1,0.3793337,0.3133908,0.4169444,-1,0.3765305,0.3303488,0.4170786,-1,0.3676904,0.3508545,0.4484032,-1,0.3513642,0.3706326,0.5129642,-1,0.3292173,0.3799886,0.5971294,-1,0.3076191,0.3678371,0.6612384,-1,0.2948748,0.3308373,0.6589684,-1,0.2967869,0.2748575,0.5807092,-1,0.3144874,0.2116818,0.4643267,-1,0.3432335,0.1555889,0.3573229,-1,0.3734897,0.1184146,0.2826709,-1,0.3963764,0.1039022,0.2386852,-1,0.4084783,0.1065651,0.2130864,-1,0.4117519,0.1168466,0.1948718,-1,0.4104384,0.1272783,0.1804012,-1,0.408318,0.1350481,0.1733833,-1,0.4071345,0.1407991,0.1803864,-1,0.4069049,0.1462142,0.2044981,-1,0.4069811,0.1518933,0.2418118,-1,0.4063675,0.1568883,0.2828205,-1,0.4042428,0.1596801,0.3167112,-1,0.4007828,0.15995,0.3358645,-1,0.3971487,0.1586847,0.3382469,-1,0.3944876,0.1563306,0.3272496,-1,0.3933771,0.151999,0.3085075,-1,0.3935753,0.1448273,0.2866336,-1,0.3938932,0.1361634,0.265736,-1,0.3932168,0.1292453,0.2509139,-1,0.3920088,0.1269673,0.2457225,-1,0.3911635,0.1299876,0.2495569,-1,0.3901861,0.138129,0.2590099,-1,0.3877893,0.1505933,0.2728023,-1,0.3820976,0.1694338,0.2925968,-1,0.3724457,0.1913572,0.3215414,-1,0.3570303,0.2034726,0.3588318,-1,0.3366252,0.1792481,0.3948767,-1,0.3132996,0.092359,0.4047042,-1,0.2916161,-0.06018885,0.3574544,-1,0.2757192,-0.2446081,0.2442248,-1,0.265678,-0.4097148,0.09800918,-1,0.255909,-0.5156345,-0.01660861,-1,0.2386624,-0.5469764,-0.01860788,-1,0.2099285,-0.5260996,0.1851706,-1,0.1724652,-0.5068708,0.646223,-1,0.1376391,-0.4649982,1,-0.9077879,0.136824,-0.4825083,1,-0.9973946,0.1480372,-0.4149799,0.5547093,-1,0.2072296,-0.3498562,0.1892572,-1,0.2854286,-0.2991512,-0.02285772,-1,0.3628365,-0.2619848,-0.1314876,-1,0.4291354,-0.2374073,-0.1903878,-1,0.4812545,-0.2223432,-0.235752,-1,0.5206038,-0.2098211,-0.2804748,-1,0.55277,-0.194001,-0.3172222,-1,0.5837372,-0.174276,-0.3325788,-1,0.6153191,-0.1523684,-0.3168269,-1,0.6461148,-0.1279914,-0.2660156,-1,0.6756184,-0.101153,-0.182769,-1,0.7053968,-0.07357323,-0.07493388,-1,0.7382826,-0.04520343,0.04660119,-1,0.7745793,-0.009625678,0.1675264,-1,0.8045084,0.0480416,0.2706332,-1,0.8044578,0.1428666,0.3502847,-1,0.7450007,0.2795405,0.4128598,-1,0.618411,0.4529942,0.4610364,-1,0.4562581,0.6690199,0.4936335,-1,0.3102934,0.9616128,0.5597748,-1,0.2106896,1,0.5819626,-0.7262709,0.2143492,1,0.6837472,-0.5394047,0.245454,1,0.7747151,-0.4534651,0.2868225,1,0.7988507,-0.4485429,0.3227514,1,0.7572161,-0.5185061,0.3396171,1,0.6708299,-0.664623,0.3303239,1,0.5682639,-0.8954372,0.2959371,0.8105173,0.3807806,-1,0.3025218,0.5838542,0.2146276,-1,0.3244588,0.4238192,0.08554127,-1,0.3224124,0.3208301,-0.05740969,-1,0.2832772,0.2832496,-0.3136385,-1,0.1916714,0.3232452,-1,-0.4797491,0.09288413,0.1549879,-0.7566513,1,0.1298659,0.07083374,-0.2364915,1,0.2871228,0.05424066,-0.03262243,1,0.415788,0.0441885,0.08777041,1,0.5217643,0.03394999,0.1598037,1,0.6106466,0.02385816,0.1999989,1,0.6827988,0.01778607,0.2200182,1,0.7357562,0.02044226,0.228255,1,0.7667127,0.0333007,0.2332016,1,0.7741714,0.05410052,0.2410493,1,0.7593111,0.0772149,0.2526996,1,0.7278823,0.0966138,0.263495,1,0.6873454,0.1090186,0.2702213,1,0.6410598,0.1144194,0.2746583,1,0.5888292,0.1136239,0.2799886,1,0.5317054,0.1087741,0.2880835,1,0.4710955,0.1052807,0.2988196,1,0.4059688,0.1094101,0.3119495,1,0.3310217,0.1235469,0.327392,1,0.2404652,0.1513961,0.3427888,1,0.1316991,0.3055677,0.163244,1,0.01203248,-0.2093848,-0.4682008,-1,0.1006835,-0.2840382,-0.5116675,-1,0.1874876,-0.3653696,-0.576987,-1,0.2401229,-0.4417774,-0.6385492,-1,0.2642186,-0.4943514,-0.667954,-1,0.2727919,-0.5145983,-0.6570328,-1,0.2763631,-0.5096225,-0.6263246,-1,0.2787573,-0.4928699,-0.600186,-1,0.2800937,-0.4703129,-0.5797862,-1,0.2808751,-0.441288,-0.5461527,-1,0.2826999,-0.4101856,-0.4864324,-1,0.2865226,-0.3871168,-0.4075881,-1,0.292031,-0.3785568,-0.3300273,-1,0.2983236,-0.3835036,-0.2772678,-1,0.3037239,-0.396846,-0.2626106,-1,0.3055637,-0.4134838,-0.2824786,-1,0.3018075,-0.4310567,-0.3220783,-1,0.2926979,-0.4503989,-0.3674684,-1,0.2798727,-0.4736468,-0.4099162,-1,0.2653441,-0.5035386,-0.4471438,-1,0.2504639,-0.5421031,-0.4846965,-1,0.2350181,-0.583085,-0.5261632,-1,0.2192874,-0.6026292,-0.5550259,-1,0.2069175,-0.5683489,-0.5346345,-1,0.203783,-0.4776241,-0.4448267,-1,0.2130209,-0.3685573,-0.309775,-1,0.2322175,-0.2769197,-0.1701855,-1,0.2554318,-0.2084011,-0.05315782,-1,0.2770082,-0.1502087,0.03245782,-1,0.2943384,-0.09071581,0.089696,-1,0.3081389,-0.02904807,0.1256646,-1,0.3202057,0.02747322,0.1457946,-1,0.3314783,0.06969011,0.1523296,-1,0.3416026,0.09277619,0.1450748,-1,0.3500038,0.0984156,0.1244503,-1,0.3557653,0.09372342,0.09169381,-1,0.3588045,0.08452505,0.04983537,-1,0.3599028,0.07498511,0.004796672,-1,0.3595001,0.06926939,-0.03582304,-1,0.3575262,0.06928845,-0.06326342,-1,0.354561,0.07312351,-0.06956983,-1,0.351705,0.07886758,-0.05408086,-1,0.3495836,0.08856502,-0.02582943,-1,0.348456,0.1045283,0.003891445,-1,0.3484778,0.1248453,0.0293121,-1,0.3496027,0.1440799,0.05054358,-1,0.3517295,0.1563904,0.06914597,-1,0.3547432,0.1589246,0.08419744,-1,0.3582937,0.1530764,0.09361639,-1,0.3616818,0.1416907,0.09921513,-1,0.3642629,0.1266868,0.1053006,-1,0.3659157,0.1101032,0.1132961,-1,0.3667839,0.09576842,0.1208513,-1,0.366908,0.08801071,0.1267825,-1,0.3660829,0.08950426,0.131857,-1,0.3643641,0.1002522,0.1358205,-1,0.3627636,0.1178043,0.1379055,-1,0.3629121,0.1386752,0.139093,-1,0.3652723,0.1611031,0.1417859,-1,0.3681772,0.1875127,0.1468105,-1,0.3670656,0.2216296,0.1557962,-1,0.3572449,0.2683773,0.1739551,-1,0.3352094,0.3340058,0.2102669,-1,0.3000408,0.4318618,0.2789869,-1,0.2530845,0.6008701,0.4140479,-1,0.1968619,0.971613,0.7272119,-1,0.1337423,1,0.8159719,-0.4445499,0.1463071,1,0.8932163,0.06033359,0.166102,1,0.9881094,0.4995453,0.1845665,0.9062063,1,0.815514,0.216438,0.7922074,0.9762583,1,0.2504174,0.6421586,0.8687955,1,0.3022155,0.5721405,0.8191341,1,0.3294115,0.5479615,0.7933464,1,0.3367731,0.5473382,0.7768665,1,0.3307046,0.551982,0.7663943,1,0.3169102,0.5495752,0.7625346,1,0.3001381,0.5389957,0.7663455,1,0.283156,0.5275607,0.7808803,1,0.2669704,0.5156274,0.8095649,1,0.2533669,0.4899667,0.853134,1,0.2456126,0.4394131,0.9106242,1,0.2453558,0.3717864,0.977429,1,0.2494295,0.2949736,1,0.9546025,0.2619714,0.2398196,1,0.8920462,0.2686572,0.2165939,1,0.8341007,0.2596484,0.2243585,1,0.7869205,0.2370599,0.26206,1,0.7598224,0.2070636,0.3252558,1,0.7532844,0.1758452,0.4049271,1,0.7522192,0.1469945,0.4912834,1,0.7308531,0.1214592,0.5807655,1,0.6590507,0.09872434,0.6786373,1,0.5036414,0.07804862,0.8024997,1,0.2247403,0.05951434,0.9928493,1,-0.2200398,0.04349607,1,0.7646452,-0.7001979,0.03941961,0.858133,0.4663433,-1,0.04093865,0.5802444,0.1853079,-1,0.05132391,0.414496,0.01278912,-1,0.06073392,0.3418312,-0.09615326,-1,0.06967469,0.3479239,-0.1547728,-1,0.07596507,0.4197401,-0.1742768,-1,0.07627773,0.5608802,-0.1691859,-1,0.06941795,0.7917669,-0.1735424,-1,0.05741509,1,-0.2121532,-0.8636352,0.05066646,1,-0.2569301,-0.5730687,0.05481178,1,-0.3045046,-0.374442,0.05858866,1,-0.3287282,-0.2438777,0.06222692,1,-0.3318475,-0.1523642,0.06530472,1,-0.3259633,-0.07955445,0.06746074,1,-0.3147609,-0.02169859,0.06897666,1,-0.2934054,0.01747014,0.07037731,1,-0.2649544,0.04318335,0.07170061,1,-0.2434163,0.06971829,0.07237537,1,-0.234186,0.1049723,0.07215301,1,-0.2188864,0.1506387,0.07170662,1,-0.1657839,0.2067174,0.07243282,1,-0.06919457,0.2695288,0.07513629,1,0.03786511,0.3377031,0.07885495,1,0.1240091,0.4222457,0.08098704,1,0.1856187,0.5412731,0.07879736,1,0.2338758,0.7190741,0.07078084,0.9922568,0.270276,1,0.05723517,0.6309901,0.1714928,1,0.06003928,0.2879645,0.008686142,1,0.05824192,-0.03739006,-0.2524824,1,0.05218049,-0.3121675,-0.6795159,1,0.04332993,-0.329863,-1,0.7106956,0.04665858,-0.1376245,-1,0.3613837,0.06225192,0.03722846,-1,0.168515,0.07317089,0.172439,-1,0.0542307,0.07784899,0.2595787,-1,0.0005724934,0.07716189,0.3000612,-1,0.0215773,0.07311229,0.3211884,-1,0.1502746,0.06679421,0.3959397,-1,0.4448762,0.05690909,0.5959289,-0.8758699,1,0.04635683,0.4879114,-0.2396445,1,0.07118075,0.4198925,0.1015692,1,0.09594289,0.3813741,0.2771164,1,0.1152516,0.3846368,0.33157,1,0.1240356,0.429856,0.2710748,1,0.1198906,0.5027999,0.06213807,1,0.1049873,0.5817742,-0.3763788,1,0.08510709,0.5552166,-1,0.8599691,0.07653712,0.2817903,-1,0.4155519,0.1204915,0.1617901,-1,0.2438629,0.1586722,0.09856966,-1,0.1687064,0.1874855,0.05940919,-1,0.1379857,0.2059257,0.02844456,-1,0.1286723,0.2162822,0.0005452362,-1,0.123054,0.2227122,-0.02034116,-1,0.1044564,0.2287517,-0.02821349,-1,0.0621298,0.2349446,-0.02390736,-1,-0.004437384,0.2383854,-0.01747075,-1,-0.08835945,0.2362139,-0.02128129,-1,-0.1814047,0.2291581,-0.03996225,-1,-0.2750366,0.2201183,-0.06558335,-1,-0.3600977,0.2106299,-0.08339357,-1,-0.4295934,0.2004295,-0.08208293,-1,-0.476798,0.1901588,-0.06051457,-1,-0.4950768,0.1817027,-0.03117965,-1,-0.4889431,0.17602,-0.01124979,-1,-0.4765128,0.172576,-0.01104972,-1,-0.4749944,0.1704466,-0.03099602,-1,-0.4903792,0.1688833,-0.06547207,-1,-0.5198101,0.1675863,-0.1052675,-1,-0.5563365,0.1666494,-0.139785,-1,-0.5947613,0.1658691,-0.1612789,-1,-0.6360306,0.1642723,-0.1685122,-1,-0.6852878,0.160562,-0.1673967,-1,-0.74854,0.1539541,-0.166666,-1,-0.8336763,0.1447092,-0.1704878,-1,-0.9496147,0.1342329,-0.1603099,-0.9169555,-1,0.1363128,-0.1403176,-0.8173377,-1,0.1462752,-0.1223468,-0.7639502,-1,0.1548527,-0.1111765,-0.7469911,-1,0.1592725,-0.1119135,-0.7526455,-1,0.158652,-0.1262947,-0.7734445,-1,0.1550391,-0.1464994,-0.8018101,-1,0.1514827,-0.1640524,-0.8280833,-1,0.1481218,-0.1730327,-0.8356833,-1,0.1443407,-0.1712817,-0.8194427,-1,0.140054,-0.1603681,-0.7933391,-1,0.1352039,-0.1393873,-0.7692423,-1,0.1310036,-0.1111295,-0.7469649,-1,0.1285023,-0.081531,-0.7219495,-1,0.1269273,-0.04765758,-0.6879771,-1,0.1263697,-0.007025968,-0.6489964,-1,0.1264496,0.03747778,-0.6133089,-1,0.1265055,0.07680112,-0.5878217,-1,0.1258109,0.09734084,-0.5743619,-1,0.1243052,0.09339409,-0.5703163,-1,0.122515,0.07515302,-0.5683538,-1,0.1210609,0.06149894,-0.5622057,-1,0.1202465,0.06204366,-0.555252,-1,0.1198838,0.07185598,-0.5594408,-1,0.1194374,0.07996646,-0.582759,-1,0.1183956,0.08001499,-0.6222809,-1,0.1163807,0.06796072,-0.6682968,-1,0.1127236,0.04715123,-0.7014592,-1,0.1091774,0.01171993,-0.7258713,-1,0.104446,-0.01891443,-0.7279825,-1,0.1015735,-0.03835612,-0.718784,-1,0.09988558,-0.0376304,-0.7001662,-1,0.09997187,-0.02111821,-0.6769859,-1,0.1013903,0.002811995,-0.6535011,-1,0.1034201,0.02805525,-0.6316862,-1,0.1056013,0.0520537,-0.6114216,-1,0.1077057,0.0740862,-0.5924636,-1,0.1096732,0.09460116,-0.5747451,-1,0.1115252,0.1139912,-0.5576018,-1,0.1133148,0.1324364,-0.541446,-1,0.1150443])

Group203.addChildren(OrientationInterpolator213)
OrientationInterpolator214 = x3d.OrientationInterpolator()
OrientationInterpolator214.setDEF("Keyframe_vl5")
OrientationInterpolator214.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator214.setKeyValue([-1,0.4594064,-0.6292405,0.03213956,-1,0.4567705,-0.6324254,0.03222531,-1,0.4544537,-0.6352807,0.03232865,-1,0.4518479,-0.6384311,0.0324144,-1,0.4497941,-0.6415812,0.03250015,-1,0.4472087,-0.6447042,0.03258644,-1,0.4446204,-0.6472564,0.03267273,-1,0.442604,-0.6503585,0.03275848,-1,0.4398436,-0.6530949,0.03286181,-1,0.4373161,-0.6561373,0.0329481,-1,0.435338,-0.6591906,0.03303385,-1,0.4326015,-0.6613357,0.03313771,-1,0.4301232,-0.664342,0.03322347,-1,0.4274376,-0.6669863,0.03332733,-1,0.4255108,-0.6699771,0.03341308,-1,0.4230667,-0.6729259,0.03349937,-1,0.4213471,-0.6757057,0.03356808,-1,0.4197735,-0.6805386,0.03358406,-1,0.4187037,-0.6848596,0.03360004,-1,0.4164015,-0.6893122,0.03363413,-1,0.4115713,-0.6902217,0.03384292,-1,0.4008198,-0.6830983,0.03440325,-1,0.3834606,-0.6648756,0.03548875,-1,0.3610057,-0.6341695,0.03711807,-1,0.3389587,-0.5962153,0.03901105,-1,0.3220243,-0.5569844,0.04092107,-1,0.3143035,-0.5204413,0.04282416,-1,0.3146422,-0.487116,0.04497866,-1,0.3167005,-0.4558837,0.0475811,-1,0.3158385,-0.4239463,0.05063788,-1,0.3125925,-0.3896476,0.05385817,-1,0.3130509,-0.3540089,0.0567525,-1,0.324872,-0.3229207,0.05891072,-1,0.355413,-0.3052195,0.06022792,-1,0.4067983,-0.3046005,0.06103752,-1,0.4759243,-0.3189342,0.06174965,-1,0.5562268,-0.3417374,0.0625747,-1,0.6430203,-0.3666597,0.06350308,-1,0.7304052,-0.3887978,0.06461628,-1,0.8138682,-0.4069238,0.06595798,-1,0.8958793,-0.4242949,0.06711272,-1,0.9837644,-0.4480193,0.06744402,-0.9263669,1,-0.4470814,0.0720781,-0.8485831,1,-0.4472488,0.07714345,-0.7864624,1,-0.4513423,0.08150645,-0.7381046,1,-0.4556894,0.08513547,-0.6974919,1,-0.4577703,0.08807968,-0.6585103,1,-0.455468,0.0905129,-0.6211964,1,-0.4460668,0.09282533,-0.5888222,1,-0.4273904,0.09558433,-0.564854,1,-0.3986551,0.09917535,-0.5500019,1,-0.3613987,0.1033419,-0.54337,1,-0.3178515,0.1074459,-0.5414199,1,-0.2704798,0.1111049,-0.5386292,1,-0.2215465,0.11457,-0.5333264,1,-0.1723488,0.1182059,-0.5282353,1,-0.1231218,0.1221766,-0.5259694,1,-0.07443183,0.1264103,-0.5261341,1,-0.02915828,0.1309739,-0.5270464,1,0.008874976,0.1359497,-0.5282481,1,0.03707106,0.141178,-0.5303684,1,0.05638047,0.1461973,-0.529619,1,0.06785168,0.150786,-0.5213481,1,0.0717565,0.1551663,-0.5043603,1,0.06833419,0.1597336,-0.4818882,1,0.05989016,0.1644403,-0.4580365,1,0.04957043,0.1690112,-0.4358628,1,0.04014828,0.1731758,-0.4180824,1,0.03257109,0.1767213,-0.4070247,1,0.02684769,0.1793972,-0.4032011,1,0.02321843,0.1811631,-0.4056785,1,0.02327525,0.1821733,-0.4119493,1,0.02814415,0.1827632,-0.4194759,1,0.03806616,0.18333,-0.4270813,1,0.05149409,0.1842033,-0.4359258,1,0.06506904,0.1852641,-0.4475898,1,0.0753519,0.1861732,-0.4617265,1,0.0798538,0.1867658,-0.475197,1,0.07710358,0.1871757,-0.4848125,1,0.06671463,0.1874887,-0.4891901,1,0.04892703,0.1876805,-0.4891476,1,0.02673851,0.1876271,-0.4865781,1,0.004348838,0.1873984,-0.4831,1,-0.01576121,0.1871842,-0.4803936,1,-0.03491563,0.1871921,-0.4800909,1,-0.05639972,0.187461,-0.4832107,1,-0.08274592,0.1877983,-0.4890709,1,-0.1139847,0.1880257,-0.4969263,1,-0.148488,0.1880899,-0.5068095,1,-0.183516,0.1881088,-0.5184278,1,-0.2165936,0.1880572,-0.5321214,1,-0.245706,0.187661,-0.548659,1,-0.269297,0.1866468,-0.5679652,1,-0.2860779,0.1850635,-0.5886012,1,-0.2947367,0.1831886,-0.6090831,1,-0.2956624,0.1812495,-0.6284695,1,-0.290893,0.1792994,-0.6457465,1,-0.2841603,0.1773058,-0.6608915,1,-0.2787696,0.1750713,-0.6745939,1,-0.276352,0.1724185,-0.6885454,1,-0.27619,0.1693396,-0.7047941,1,-0.2758013,0.1661542,-0.725816,1,-0.2732007,0.1632323,-0.7529247,1,-0.2687343,0.160675,-0.7862066,1,-0.2639779,0.1582918,-0.8247663,1,-0.2604225,0.155851,-0.8660578,1,-0.2577707,0.1533362,-0.9066687,1,-0.2545947,0.1507971,-0.9431356,1,-0.250161,0.1483193,-0.9735799,1,-0.2449595,0.1459675,-0.9977463,1,-0.2409806,0.1437715,-1,0.9838917,-0.2362111,0.1440227,-1,0.9700778,-0.2348,0.144126,-1,0.9594744,-0.2352674,0.1440706,-1,0.950668,-0.23472,0.1441819,-1,0.94141,-0.2319372,0.1447407,-1,0.9306483,-0.2262108,0.1457793,-1,0.9189194,-0.2172918,0.1471008,-1,0.9067836,-0.2044139,0.1486188,-1,0.8947529,-0.1867526,0.1502843,-1,0.8813154,-0.164185,0.1522779,-1,0.8633006,-0.1371893,0.1548559,-1,0.8371347,-0.1066135,0.1583207,-1,0.8010318,-0.07341088,0.1628278,-1,0.7565211,-0.03954266,0.1682649,-1,0.7075045,-0.006442591,0.1744413,-1,0.6611826,0.02312123,0.1805091,-1,0.6220066,0.04826453,0.1859435,-1,0.5926148,0.06843944,0.1903931,-1,0.5731685,0.08420619,0.1938259,-1,0.5625473,0.09654979,0.1964135,-1,0.558942,0.10613,0.1983799,-1,0.5613405,0.1132265,0.1998926,-1,0.568583,0.1186295,0.2011629,-1,0.5791796,0.1236012,0.2024311,-1,0.5901234,0.1288741,0.2041681,-1,0.5992616,0.1337011,0.2066863,-1,0.6054898,0.136937,0.2099237,-1,0.6094329,0.137622,0.2133496,-1,0.6127788,0.1354244,0.2163099,-1,0.6168767,0.1311355,0.2185592,-1,0.6215816,0.1260849,0.2203585,-1,0.6257699,0.1218018,0.222155,-1,0.6284702,0.119778,0.2240837,-1,0.6304453,0.1205766,0.2258446,-1,0.6338922,0.1242761,0.2268576,-1,0.6408333,0.1299585,0.2268204,-1,0.651611,0.1354471,0.225859,-1,0.665149,0.1383643,0.2245024,-1,0.6804942,0.1373075,0.223207,-1,0.6964947,0.1323526,0.2223329,-1,0.711612,0.1244678,0.2221178,-1,0.7255358,0.1143768,0.2224677,-1,0.7403821,0.102959,0.2228006,-1,0.7598947,0.09055485,0.2224054,-1,0.7869008,0.0775331,0.2209151,-1,0.8216257,0.06485115,0.2184975,-1,0.862869,0.05439038,0.2155131,-1,0.9093018,0.04752066,0.2120989,-1,0.9602652,0.04421433,0.2080951,-0.9867483,1,0.04172863,0.2063324,-0.939628,1,0.03773358,0.2119004,-0.9043539,1,0.03460515,0.2162524,-0.8837643,1,0.03414956,0.2193885,-0.8779249,1,0.03732859,0.2214368,-0.8824262,1,0.04308623,0.2228134,-0.8883401,1,0.04813453,0.2241265,-0.8882257,1,0.05011992,0.2260605,-0.8769285,1,0.04798596,0.2293943,-0.8551118,1,0.04391042,0.2346988,-0.8285745,1,0.04241055,0.2419444,-0.8047271,1,0.04774278,0.2501328,-0.7892508,1,0.06217408,0.2574023,-0.7853338,1,0.08502217,0.2613794,-0.7926141,1,0.1130401,0.2601875,-0.8094988,1,0.1428785,0.2531582,-0.8361267,1,0.1720696,0.2411216,-0.8757933,1,0.198993,0.225789,-0.9321694,1,0.2220744,0.2090099,-1,0.994735,0.2382737,0.193174,-1,0.9175809,0.2288077,0.1919958,-1,0.8479201,0.2138653,0.1905156,-1,0.7880721,0.1987622,0.1886882,-1,0.7379057,0.1883708,0.187069,-1,0.6989709,0.1841829,0.1860362,-1,0.6721904,0.1847384,0.185756,-1,0.657819,0.1870767,0.18614,-1,0.6559992,0.1890033,0.1869214,-1,0.666603,0.1894926,0.1877774,-1,0.6885316,0.1886176,0.1883989,-1,0.7209153,0.1866986,0.1884623,-1,0.7631605,0.1837856,0.1875153,-1,0.8162178,0.1794617,0.1850561,-1,0.8799999,0.1732869,0.1811685,-1,0.951503,0.1650571,0.1767993,-0.9764189,1,0.1514041,0.1774137,-0.9153723,1,0.1319434,0.1868598,-0.8656835,1,0.115178,0.196319,-0.8229239,1,0.1006319,0.205584,-0.7834944,1,0.08695932,0.214569,-0.7471275,1,0.07426663,0.2231954,-0.7141404,1,0.06268125,0.2314093,-0.6852926,1,0.05265653,0.2390412,-0.660794,1,0.04376336,0.2456579,-0.6420925,1,0.03558968,0.2505259,-0.6303219,1,0.02715471,0.2530663,-0.6258231,1,0.01626066,0.2531901,-0.627944,1,0.0007342336,0.2515614,-0.6360342,1,-0.02080959,0.2493003,-0.6507705,1,-0.04743681,0.2471,-0.6745504,1,-0.07537818,0.2448062,-0.710748,1,-0.09878433,0.2415665,-0.7639214,1,-0.1122837,0.2360145,-0.8388638,1,-0.1146383,0.226702,-0.9386091,1,-0.109953,0.2126644,-1,0.9392847,-0.1006511,0.2060653,-1,0.8189331,-0.09562804,0.2070363,-1,0.6999992,-0.103729,0.2018815,-1,0.5719135,-0.1211355,0.1923553,-1,0.4266286,-0.1420922,0.1810449,-1,0.2654421,-0.1640822,0.1698862,-1,0.09644528,-0.1828396,0.1596618,-1,-0.07386979,-0.1823581,0.150842,-1,-0.2429189,-0.1486279,0.1426155,-1,-0.4113517,-0.08602219,0.1330494,-1,-0.5829957,-0.01030605,0.1206764,-1,-0.7632198,0.06251121,0.1056311,-1,-0.9559423,0.1184699,0.08929259,-0.8552052,-1,0.1251073,0.08541184,-0.6975726,-1,0.09964719,0.08270021,-0.5372311,-1,0.05969177,0.08004983,-0.3642075,-1,0.01700613,0.07969723,-0.1994801,-1,-0.02881587,0.08236465,-0.07432038,-1,-0.0868289,0.08746247,-0.003963327,-1,-0.162916,0.09393875,0.01904119,-1,-0.2530459,0.1009439,0.02273094,-1,-0.3373272,0.1084237,0.03540427,-1,-0.3848622,0.1173442,0.06759744,-1,-0.3944772,0.1275542,0.1129101,-1,-0.3712236,0.1386793,0.1524079,-1,-0.3182942,0.1510508,0.1687296,-1,-0.2393553,0.1650734,0.1529641,-1,-0.1436752,0.1806294,0.105785,-1,-0.04522877,0.1968779,0.03678367,-1,0.04166152,0.2127258,-0.04510193,-1,0.1069428,0.22692,-0.1348283,-1,0.1498611,0.2380381,-0.2361982,-1,0.1725079,0.2453554,-0.3491668,-1,0.1774093,0.2489667,-0.4673536,-1,0.1680441,0.2497203,-0.5769441,-1,0.1513293,0.2483488,-0.6725938,-1,0.1362393,0.2455658,-0.7581391,-1,0.1321183,0.2416899,-0.8408276,-1,0.1448285,0.2374874,-0.9188657,-1,0.1752647,0.2341739,-0.9815953,-1,0.2153295,0.2329675,-1,-0.9853439,0.2494037,0.2381489,-1,-0.9878354,0.2734499,0.242002,-0.9808069,-1,0.2845188,0.2454593,-0.9331229,-1,0.2810551,0.2529715,-0.8807062,-1,0.2733178,0.2608827,-0.8310994,-1,0.2649799,0.2686645,-0.7895135,-1,0.2554502,0.2757517,-0.7594538,-1,0.2430843,0.2815478,-0.7426242,-1,0.2274886,0.2854216,-0.7420358,-1,0.2077148,0.2867239,-0.7614641,-1,0.1813447,0.2850504,-0.8026357,-1,0.1477861,0.2804058,-0.8600577,-1,0.110532,0.2733719,-0.9215453,-1,0.07608632,0.2649014,-0.9709844,-1,0.0496681,0.2562419,-0.9934961,-1,0.03265762,0.248547,-0.9815892,-1,0.02406328,0.2426683,-0.9404703,-1,0.02210071,0.2387061,-0.8865685,-1,0.02540825,0.2361526,-0.8383956,-1,0.03316406,0.234421,-0.8063847,-1,0.04390128,0.2336189,-0.7901509,-1,0.05506868,0.2344658,-0.7822273,-1,0.06340806,0.2370682,-0.773647,-1,0.06574023,0.2407743,-0.7593663,-1,0.06018087,0.244711,-0.7384526,-1,0.04753847,0.2486993,-0.7146879,-1,0.030543,0.2527888,-0.6943518,-1,0.01307479,0.256538,-0.682502,-1,-0.001756971,0.2591964,-0.6795976,-1,-0.01323418,0.2605573,-0.6818217,-1,-0.02172238,0.2612604,-0.6842046,-1,-0.02748264,0.2620849,-0.6827574,-1,-0.03012272,0.2635336,-0.6763343,-1,-0.02888244,0.2657403,-0.6673095,-1,-0.0235567,0.2684562,-0.6601176,-1,-0.01479082,0.2710187,-0.6590229,-1,-0.004147294,0.2725261,-0.66565,-1,0.007822933,0.2724206,-0.6794136,-1,0.02158305,0.2706837,-0.6976403,-1,0.03841808,0.2679987,-0.7163246,-1,0.05943986,0.2654586,-0.7318783,-1,0.08432914,0.2638372,-0.7430241,-1,0.1110383,0.2633813,-0.7496858,-1,0.1357953,0.2640668,-0.7517913,-1,0.1542867,0.2657552,-0.7506649,-1,0.163362,0.2679406,-0.7484832,-1,0.1629491,0.2699556,-0.7466242,-1,0.1555337,0.271496,-0.7455944,-1,0.1443222,0.2725053,-0.7456694,-1,0.1329718,0.2728915,-0.7463232,-1,0.124573,0.2727088,-0.7454466,-1,0.1201315,0.2723199,-0.7390864,-1,0.1197014,0.272353,-0.7248034,-1,0.122461,0.2731168,-0.7044601,-1,0.1272615,0.2743578,-0.6829526,-1,0.1327544,0.2755733,-0.6657181,-1,0.1383419,0.2762555,-0.6552842,-1,0.1437086,0.2762268,-0.6516407,-1,0.1483154,0.2754507,-0.6524884,-1,0.1518386,0.2739754,-0.6558497,-1,0.1538762,0.2718395,-0.6600832,-1,0.1538354,0.2692488,-0.6636195,-1,0.1510536,0.2665643,-0.6654127,-1,0.1452962,0.2639241,-0.665735,-1,0.1372419,0.2610697,-0.6658138,-1,0.1282131,0.2577173,-0.6666478,-1,0.1191974,0.2539649,-0.6687075,-1,0.1106263,0.2501081,-0.6722968,-1,0.1027861,0.2463786,-0.6781134,-1,0.09607308,0.2426299,-0.6861477,-1,0.09067005,0.2386059,-0.6959978,-1,0.08611019,0.2340972,-0.7066767,-1,0.0818997,0.2290899,-0.7169445,-1,0.07888538,0.2238254,-0.7254292,-1,0.07923438,0.2186876,-0.7311911,-1,0.08477978,0.2141416,-0.7334293,-1,0.09528659,0.2106166,-0.73311,-1,0.1083945,0.2081495,-0.7324002,-1,0.1219065,0.2065862,-0.7341702,-1,0.1348643,0.2055353,-0.7409573,-1,0.1476029,0.2045957,-0.7539319,-1,0.1607861,0.2036019,-0.7724989,-1,0.1746483,0.2026053,-0.7947523,-1,0.1887838,0.2016162,-0.8172858,-1,0.201682,0.2006005,-0.8372595,-1,0.2128903,0.1993355,-0.8530943,-1,0.2241749,0.1975666,-0.8647901,-1,0.2388689,0.1951096,-0.8730668,-1,0.2585829,0.1920373,-0.878635,-1,0.2817423,0.1886562,-0.8831244,-1,0.3044915,0.1849699,-0.8881733,-1,0.3224305,0.1806135,-0.8944445,-1,0.3322476,0.1750656,-0.9036202,-1,0.3314719,0.1676982,-0.9174329,-1,0.3198462,0.1581438,-0.938051,-1,0.2992165,0.1465085,-0.9671903,-1,0.2726846,0.1333296,-1,-0.9923617,0.2414614,0.1200787,-1,-0.9401585,0.2012895,0.1111076,-1,-0.8773334,0.1659904,0.1022915,-1,-0.8056921,0.1421237,0.09394833,-1,-0.728265,0.1338962,0.08646858,-1,-0.6486316,0.1393362,0.08018246,-1,-0.569968,0.1508113,0.07517731,-1,-0.4941811,0.159451,0.07139722,-1,-0.4202028,0.1602807,0.06881075,-1,-0.3457082,0.1519347,0.06743177,-1,-0.270773,0.1374839,0.06731939,-1,-0.1991405,0.1207694,0.06841768,-1,-0.1358497,0.1058658,0.07051465,-1,-0.08447856,0.09200923,0.07321296,-1,-0.04402185,0.0763485,0.0760439,-1,-0.01353313,0.05668243,0.07851851,-1,0.005863486,0.03253201,0.08012972,-1,0.01062011,0.00475397,0.08063466,-1,0.001845189,-0.02578722,0.08005835,-1,-0.01246239,-0.05834756,0.07859734,-1,-0.02292035,-0.09227924,0.07661701,-1,-0.0280171,-0.1248028,0.07461804,-1,-0.03284546,-0.1508456,0.07303826,-1,-0.04280271,-0.1663516,0.07212479,-1,-0.05826106,-0.1696281,0.07191227,-1,-0.07933901,-0.1610566,0.07232986,-1,-0.1089871,-0.1407766,0.07325291,-1,-0.1496123,-0.1117045,0.0743986,-1,-0.1995858,-0.07921093,0.07535841,-1,-0.2533747,-0.04804558,0.07563964,-1,-0.3064058,-0.02044599,0.07499994,-1,-0.3565692,0.002298351,0.07355171,-1,-0.401992,0.01779323,0.07155168,-1,-0.4410203,0.02382998,0.06942861,-1,-0.4709955,0.0185942,0.06746852,-1,-0.492006,0.002761894,0.06586263,-1,-0.5047496,-0.02140819,0.06476222,-1,-0.510139,-0.05067015,0.06445809,-1,-0.508266,-0.08274193,0.06537049,-1,-0.4948797,-0.119272,0.06792765,-1,-0.4651553,-0.1626969,0.07238632,-1,-0.4230738,-0.2093257,0.07840665,-1,-0.3786517,-0.2476966,0.08532768,-1,-0.3422465,-0.2653345,0.09230623,-1,-0.3213234,-0.2574307,0.09821898,-1,-0.3175132,-0.2299368,0.1021823,-1,-0.3284167,-0.1954018,0.1039277,-1,-0.3500772,-0.1656151,0.1039149,-1,-0.3777304,-0.1482242,0.1029983,-1,-0.4075235,-0.145,0.1019458,-1,-0.4347744,-0.1543647,0.1012992,-1,-0.4567806,-0.1722351,0.1011671,-1,-0.472704,-0.1927193,0.1013807,-1,-0.4855855,-0.2101444,0.1015969,-1,-0.4996904,-0.2213639,0.1015005,-1,-0.5191603,-0.2257262,0.1008816,-1,-0.5462312,-0.2254917,0.09962832,-1,-0.5810199,-0.223997,0.09773695,-1,-0.6195895,-0.2237991,0.09547912,-1,-0.6534079,-0.2266634,0.09329266,-1,-0.6734379,-0.2347313,0.09140448,-1,-0.6726601,-0.2481264,0.08990672,-1,-0.6493369,-0.2665404,0.08884519,-1,-0.6070651,-0.2876467,0.08828112,-1,-0.5531825,-0.3092957,0.08810855,-1,-0.4954571,-0.3303813,0.0880505,-1,-0.4413668,-0.3491032,0.08772559,-1,-0.3958039,-0.3597031,0.08697511,-1,-0.3614065,-0.3538886,0.08601104,-1,-0.338995,-0.3269459,0.08513913,-1,-0.3291664,-0.2810311,0.08440623,-1,-0.3336428,-0.2226299,0.08375268,-1,-0.3525426,-0.1600452,0.08293403,-1,-0.3800988,-0.1017828,0.08165092,-1,-0.4041841,-0.05444812,0.0798927,-1,-0.4129358,-0.02145254,0.07793634,-1,-0.3998672,-0.003830828,0.07619303,-1,-0.3671609,-0.00172546,0.07501166,-1,-0.3221294,-0.01403885,0.07458982,-1,-0.2752059,-0.03729496,0.0748785,-1,-0.2367492,-0.06408264,0.07542818,-1,-0.2134672,-0.08676175,0.07562046,-1,-0.2047987,-0.1015229,0.07505534,-1,-0.2067276,-0.106434,0.07381909,-1,-0.2138414,-0.1006603,0.072275,-1,-0.2212541,-0.08687066,0.07066964,-1,-0.2260734,-0.07033448,0.06892048,-1,-0.2288601,-0.05485306,0.06680593,-1,-0.2320349,-0.04396215,0.06422532,-1,-0.2380456,-0.03971772,0.06128573,-1,-0.2461619,-0.04395584,0.05828488,-1,-0.2529454,-0.05753512,0.05551732,-1,-0.2537563,-0.08183265,0.05320942,-1,-0.2439678,-0.1194448,0.05149968,-1,-0.2190869,-0.1721352,0.05043654,-1,-0.179748,-0.2398531,0.04974945,-1,-0.131262,-0.3170075,0.04904637,-1,-0.08182204,-0.3999978,0.04769615,-1,-0.0387093,-0.4845057,0.04539358,-1,-0.003015177,-0.5697545,0.04204279,-1,0.03225872,-0.6565453,0.03792501,-1,0.07914649,-0.7461909,0.03352441,-1,0.1481702,-0.8482617,0.02929264,-1,0.2417363,-0.9734077,0.02559777,-0.8907297,0.3143613,-1,0.02542999,-0.784086,0.3665775,-1,0.026287,-0.7174826,0.403224,-1,0.02715785,-0.6944311,0.4248067,-1,0.02776559,-0.7125131,0.4365593,-1,0.02790194,-0.7638104,0.44603,-1,0.02760473,-0.8301162,0.4545583,-1,0.02715146,-0.8860349,0.4577012,-1,0.02695758,-0.9199827,0.4486536,-1,0.02710512,-0.9332181,0.4321149,-1,0.02743642,-0.9373313,0.4163959,-1,0.02762231,-0.941567,0.4056163,-1,0.02743695,-0.9440677,0.3996006,-1,0.02686384,-0.9580203,0.4023533,-1,0.02608619,-0.9723032,0.4142543,-1,0.02540389,-0.9918101,0.4301166,-1,0.02497353,-1,0.4366888,-0.9892546,0.02513119,-1,0.4342599,-0.9710106,0.02566755,-1,0.4273315,-0.9535887,0.02629232,-1,0.4185384,-0.9369389,0.02693521,-1,0.410375,-0.9209988,0.02756159,-1,0.4019616,-0.9057292,0.02818796,-1,0.3947163,-0.8904837,0.02879676,-1,0.3877686,-0.8758355,0.02940609,-1,0.3808886,-0.8607431,0.03003247])

Group203.addChildren(OrientationInterpolator214)
OrientationInterpolator215 = x3d.OrientationInterpolator()
OrientationInterpolator215.setDEF("Keyframe_skullbase")
OrientationInterpolator215.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator215.setKeyValue([-1,0.2286974,-0.3839127,0.146281,-1,0.2281136,-0.3856922,0.1464499,-1,0.2275126,-0.387345,0.1466198,-1,0.2267726,-0.3889314,0.1468078,-1,0.2261761,-0.3905764,0.1469777,-1,0.2254796,-0.392319,0.1471476,-1,0.2248676,-0.3939129,0.1473351,-1,0.2241567,-0.3955254,0.1475061,-1,0.2235874,-0.3972754,0.1476755,-1,0.2228624,-0.3988379,0.1478635,-1,0.2221586,-0.4004354,0.1480345,-1,0.221438,-0.4019886,0.148223,-1,0.2208402,-0.4035588,0.1484105,-1,0.2201058,-0.4050598,0.1486166,-1,0.2193922,-0.4065961,0.1488057,-1,0.2187193,-0.4082227,0.1489591,-1,0.2181849,-0.4099049,0.1490949,-1,0.2178814,-0.4119475,0.1491418,-1,0.2175137,-0.4141777,0.1491541,-1,0.2168339,-0.4161839,0.1492388,-1,0.2151378,-0.4173048,0.1496255,-1,0.2117583,-0.416263,0.1507536,-1,0.2065009,-0.4116481,0.1529379,-1,0.1996754,-0.4024565,0.1561992,-1,0.1925007,-0.3898385,0.1599761,-1,0.1871177,-0.3754044,0.1637988,-1,0.1859239,-0.3614724,0.1676188,-1,0.1890657,-0.3488134,0.1719124,-1,0.193923,-0.3372604,0.1771332,-1,0.1976029,-0.3249263,0.1832457,-1,0.1996824,-0.3100415,0.1896655,-1,0.2028649,-0.292834,0.1954595,-1,0.2118871,-0.2774011,0.1997728,-1,0.2315266,-0.2694561,0.2024056,-1,0.2638954,-0.2723838,0.2039864,-1,0.3077096,-0.2851567,0.2053878,-1,0.3596814,-0.3040774,0.2069468,-1,0.416494,-0.3251276,0.2086853,-1,0.4748107,-0.3451222,0.2107982,-1,0.5321432,-0.3631037,0.2133426,-1,0.5887371,-0.3806683,0.2154647,-1,0.6469355,-0.4013369,0.2159424,-1,0.7070305,-0.4273637,0.2143946,-1,0.7659816,-0.4577782,0.2116308,-1,0.8200189,-0.4886394,0.2087508,-1,0.8671305,-0.5163859,0.2061335,-1,0.9095622,-0.5399653,0.2032093,-1,0.9512826,-0.5592061,0.1995139,-1,0.9940236,-0.5722097,0.1955905,-0.9647049,1,-0.5550422,0.1998495,-0.9286366,1,-0.5255985,0.2069246,-0.9002411,1,-0.4887526,0.2151027,-0.881329,1,-0.4466807,0.2230606,-0.86922,1,-0.4013683,0.2300585,-0.857962,1,-0.3542781,0.2365451,-0.8442423,1,-0.3065439,0.2433494,-0.8302796,1,-0.2586118,0.2507994,-0.8187377,1,-0.2113662,0.2587913,-0.8090526,1,-0.1674871,0.267491,-0.7990454,1,-0.1309059,0.2771516,-0.7891264,1,-0.1040356,0.2874768,-0.7804459,1,-0.08620705,0.2975638,-0.7703966,1,-0.07573139,0.3068505,-0.7539816,1,-0.07158544,0.3157604,-0.7293773,1,-0.07323597,0.325037,-0.6997564,1,-0.07902094,0.3346201,-0.6695406,1,-0.08620703,0.3439028,-0.6419821,1,-0.09258262,0.3523626,-0.6200315,1,-0.09759685,0.3595111,-0.6055536,1,-0.1018567,0.3649796,-0.5992295,1,-0.1050418,0.3686581,-0.5998837,1,-0.1056105,0.3707981,-0.6048963,1,-0.1019874,0.3720215,-0.6112013,1,-0.09365466,0.3731197,-0.6172547,1,-0.08193365,0.3747632,-0.6241336,1,-0.07031148,0.3768497,-0.633688,1,-0.06250914,0.3787526,-0.6455364,1,-0.06086566,0.3802111,-0.6567913,1,-0.06614747,0.3814405,-0.6643301,1,-0.07837636,0.3826119,-0.6671821,1,-0.09677628,0.3835286,-0.6662077,1,-0.1186649,0.3839856,-0.6632353,1,-0.1401143,0.3840072,-0.6595622,1,-0.1591252,0.3839767,-0.6562006,1,-0.1773713,0.384425,-0.6545737,1,-0.198354,0.3854961,-0.6554443,1,-0.2245469,0.386966,-0.6587377,1,-0.2559186,0.3883562,-0.6638585,1,-0.2905459,0.3895503,-0.6704854,1,-0.3259199,0.3907556,-0.6789045,1,-0.3594545,0.391772,-0.6897871,1,-0.3893364,0.3919877,-0.7041768,1,-0.4142155,0.3908554,-0.7220693,1,-0.432724,0.3883999,-0.7420815,1,-0.4437419,0.3851298,-0.7626757,1,-0.4472808,0.3814766,-0.782602,1,-0.4452962,0.377665,-0.8011507,1,-0.4410113,0.3735975,-0.8182197,1,-0.4375398,0.3689838,-0.8349003,1,-0.4364734,0.3634555,-0.8525389,1,-0.4372599,0.3570522,-0.8725325,1,-0.4381274,0.3504443,-0.8963606,1,-0.4376975,0.3444679,-0.9249008,1,-0.4363732,0.3394055,-0.9584417,1,-0.4357311,0.3348168,-0.9965066,1,-0.4366643,0.3302432,-1,0.9642031,-0.4229831,0.3376355,-1,0.9283286,-0.4084889,0.3455201,-1,0.8976588,-0.3944404,0.3519644,-1,0.872683,-0.3815784,0.3566298,-1,0.8531338,-0.3715282,0.3594916,-1,0.8379053,-0.3652113,0.3609025,-1,0.8259469,-0.3621635,0.3613366,-1,0.8166553,-0.3608021,0.3614187,-1,0.8091301,-0.3592403,0.3617979,-1,0.8019363,-0.356256,0.3629851,-1,0.7941023,-0.3512335,0.3650928,-1,0.7858347,-0.3438451,0.3677453,-1,0.7771714,-0.3332534,0.3707626,-1,0.7685205,-0.3188644,0.3740602,-1,0.7587011,-0.3003036,0.3780117,-1,0.7455166,-0.2779569,0.3831485,-1,0.725859,-0.2518501,0.3900977,-1,0.6983245,-0.222515,0.3991887,-1,0.6637854,-0.191279,0.4102637,-1,0.6251197,-0.1595783,0.4228626,-1,0.5879946,-0.130339,0.4352916,-1,0.5561591,-0.1050439,0.4464635,-1,0.5320282,-0.08466151,0.4555667,-1,0.5162171,-0.06913821,0.4625485,-1,0.5078803,-0.05773186,0.4677011,-1,0.5056624,-0.04973865,0.4715004,-1,0.5087091,-0.04476305,0.4743031,-1,0.5164337,-0.04218453,0.476464,-1,0.5272732,-0.0405984,0.4785482,-1,0.5390096,-0.03924094,0.4814478,-1,0.5498027,-0.03826252,0.4858384,-1,0.5586957,-0.03848321,0.4916195,-1,0.5658418,-0.04070337,0.4977933,-1,0.5722075,-0.04511051,0.5030962,-1,0.5787212,-0.05123198,0.5070467,-1,0.5855077,-0.05793444,0.5101312,-1,0.5917723,-0.06382877,0.5132077,-1,0.5966645,-0.06758782,0.5165888,-1,0.6003742,-0.06845937,0.5196674,-1,0.6046376,-0.06661007,0.5213649,-1,0.611254,-0.0631259,0.5209638,-1,0.6207812,-0.06006775,0.5187396,-1,0.6328456,-0.05971008,0.5156562,-1,0.6469918,-0.06330645,0.5126042,-1,0.6625233,-0.07083519,0.5102984,-1,0.6781853,-0.08131192,0.509182,-1,0.6934415,-0.09384142,0.509075,-1,0.7098106,-0.107949,0.5089141,-1,0.730194,-0.1234417,0.5071889,-1,0.7569788,-0.140236,0.5031399,-1,0.7903711,-0.1575723,0.4971557,-1,0.8293697,-0.1737003,0.4898981,-1,0.872758,-0.1869348,0.4816646,-1,0.9192778,-0.1970232,0.4723702,-1,0.9666133,-0.2052017,0.4622545,-0.9892533,1,-0.210294,0.4573574,-0.9551109,1,-0.2087385,0.4655959,-0.9344265,1,-0.2068441,0.4717064,-0.9266126,1,-0.203965,0.4761114,-0.9276943,1,-0.2004749,0.4795459,-0.9299058,1,-0.1979761,0.4829459,-0.9263384,1,-0.1974477,0.4875455,-0.9122459,1,-0.1991826,0.4947923,-0.887276,1,-0.2014825,0.5059705,-0.8563466,1,-0.2013315,0.5212259,-0.8267086,1,-0.1955922,0.5385953,-0.8056124,1,-0.1825134,0.5540076,-0.7981834,1,-0.1623757,0.5622897,-0.8065988,1,-0.1370322,0.5590897,-0.8309056,1,-0.1086255,0.5427992,-0.8709334,1,-0.07957195,0.5153895,-0.9276087,1,-0.0526683,0.4811543,-1,0.9976906,-0.03070017,0.4454307,-1,0.9142528,-0.01465446,0.446439,-1,0.8353443,-0.007696151,0.4477732,-1,0.7656588,-0.006865451,0.4478782,-1,0.7062069,-0.007755505,0.4467501,-1,0.6571764,-0.006653815,0.4453934,-1,0.6195377,-0.002534672,0.4446531,-1,0.5942701,0.002905602,0.44484,-1,0.5812157,0.007335302,0.4459394,-1,0.5802515,0.008895014,0.4474649,-1,0.5909469,0.006963508,0.4487677,-1,0.6122755,0.001850365,0.4492923,-1,0.6428247,-0.005729291,0.4484705,-1,0.6818555,-0.0154646,0.4454387,-1,0.7291257,-0.02725294,0.4393497,-1,0.7845017,-0.04123108,0.4303706,-1,0.8459179,-0.05741821,0.4204141,-1,0.9095461,-0.07538968,0.4118573,-1,0.9715589,-0.09425259,0.4058631,-0.9701509,1,-0.1097676,0.4142317,-0.918497,1,-0.1210407,0.4337954,-0.8713331,1,-0.1312345,0.452667,-0.8284692,1,-0.1404096,0.4706568,-0.7898064,1,-0.148452,0.4877045,-0.756137,1,-0.1552726,0.5034758,-0.7278446,1,-0.161202,0.5170665,-0.7066708,1,-0.1667785,0.527045,-0.6939976,1,-0.1731969,0.5322296,-0.6899139,1,-0.1825542,0.5325412,-0.6927986,1,-0.1972473,0.5295826,-0.7007376,1,-0.2188333,0.5258091,-0.7134754,1,-0.246723,0.5227448,-0.7329398,1,-0.2776669,0.5201293,-0.763188,1,-0.306341,0.5160347,-0.8097704,1,-0.3279433,0.5073794,-0.8790539,1,-0.3408957,0.4907684,-0.9763477,1,-0.3480306,0.4636232,-1,0.9035729,-0.3211717,0.4697278,-1,0.7814469,-0.2898732,0.4773003,-1,0.657288,-0.2650774,0.4730946,-1,0.5264502,-0.245241,0.4594379,-1,0.3861754,-0.2277792,0.4407127,-1,0.239666,-0.2128148,0.4206601,-1,0.0934597,-0.1985051,0.4011195,-1,-0.04910542,-0.1726967,0.3834963,-1,-0.1879485,-0.1240354,0.3665655,-1,-0.3221681,-0.05751943,0.3467329,-1,-0.4503968,0.01185677,0.3213732,-1,-0.5701098,0.06861831,0.290977,-1,-0.677271,0.1011865,0.2583719,-1,-0.7692088,0.1032445,0.2262643,-1,-0.8540919,0.07763027,0.1960044,-1,-0.9638083,0.03211133,0.1669935,-0.8746201,-1,-0.02404015,0.1593012,-0.6980886,-1,-0.08042299,0.1637972,-0.5466381,-1,-0.1447641,0.1730895,-0.445775,-1,-0.2236449,0.1849453,-0.3936968,-1,-0.3143434,0.1975991,-0.3628657,-1,-0.3986154,0.2111178,-0.3210483,-1,-0.4454341,0.2278377,-0.2599409,-1,-0.4552231,0.2474988,-0.1879154,-1,-0.4329118,0.2695028,-0.1242364,-1,-0.3801236,0.2945339,-0.08566496,-1,-0.2982096,0.3236396,-0.08053274,-1,-0.1955153,0.356487,-0.1076645,-1,-0.08545609,0.3912402,-0.1568195,-1,0.01723973,0.4255604,-0.2191187,-1,0.1015581,0.4568312,-0.2897973,-1,0.1661309,0.4822148,-0.3719049,-1,0.2135105,0.5006205,-0.4647249,-1,0.2458088,0.5124881,-0.5616394,-1,0.2646348,0.5194506,-0.6507662,-1,0.2734773,0.5223317,-0.7280206,-1,0.2797386,0.5220153,-0.796608,-1,0.2928953,0.519253,-0.8609866,-1,0.3202857,0.5162666,-0.9176685,-1,0.3626957,0.5158277,-0.9579282,-1,0.4113765,0.5198101,-0.9723741,-1,0.45367,0.52876,-0.960028,-1,0.4780882,0.5408806,-0.9276016,-1,0.483871,0.5546342,-0.8847092,-1,0.4768253,0.5688022,-0.839061,-1,0.464533,0.5829105,-0.7958574,-1,0.4514682,0.5965854,-0.7592069,-1,0.4380236,0.6090761,-0.7323144,-1,0.4233358,0.6193213,-0.7170496,-1,0.4074749,0.6261784,-0.7160339,-1,0.3900993,0.6285135,-0.7324578,-1,0.3698793,0.6256873,-0.767316,-1,0.3466467,0.6179737,-0.8163175,-1,0.3223777,0.6060263,-0.870335,-1,0.3000414,0.590679,-0.9176548,-1,0.2809845,0.5731937,-0.9472913,-1,0.2638761,0.5550987,-0.9523072,-1,0.2471824,0.5381961,-0.933945,-1,0.2312454,0.5239477,-0.9025089,-1,0.2187652,0.5128593,-0.8716771,-1,0.2129073,0.504914,-0.8495491,-1,0.2147778,0.5009156,-0.8357882,-1,0.2222366,0.5020527,-0.8252677,-1,0.2303897,0.507916,-0.813182,-1,0.2334754,0.5160503,-0.797124,-1,0.2279297,0.5240366,-0.7768679,-1,0.2138844,0.5312713,-0.7547199,-1,0.1948538,0.5382605,-0.7356823,-1,0.175772,0.5446591,-0.724174,-1,0.1604024,0.5492818,-0.7208185,-1,0.1495944,0.5517612,-0.7219151,-1,0.1425204,0.5532627,-0.7228082,-1,0.1382044,0.555153,-0.7199602,-1,0.1363043,0.5582619,-0.7123502,-1,0.137293,0.5628314,-0.7019479,-1,0.1418346,0.5684928,-0.6930692,-1,0.1499115,0.5740311,-0.6897794,-1,0.1608443,0.5778521,-0.6941051,-1,0.1740345,0.5786617,-0.7054552,-1,0.1896906,0.5764157,-0.7210526,-1,0.2087442,0.5725253,-0.7365261,-1,0.2317175,0.5690935,-0.7482531,-1,0.2579524,0.5676565,-0.7551087,-1,0.285424,0.5686142,-0.757257,-1,0.3106298,0.5718057,-0.7551575,-1,0.3294648,0.5767571,-0.7507202,-1,0.3391126,0.58224,-0.7464213,-1,0.3395698,0.5868499,-0.743414,-1,0.3332949,0.5900894,-0.7419385,-1,0.3233587,0.591985,-0.7420658,-1,0.3131745,0.5925145,-0.743311,-1,0.3053771,0.5917928,-0.7434506,-1,0.3007894,0.5906034,-0.739179,-1,0.2987761,0.5899978,-0.7282876,-1,0.298232,0.5904537,-0.7123347,-1,0.2982325,0.5915189,-0.6956615,-1,0.2986079,0.5924106,-0.6823967,-1,0.2998235,0.5925437,-0.6748363,-1,0.3021405,0.5916761,-0.6729086,-1,0.3050881,0.5897262,-0.6751961,-1,0.3077212,0.5865181,-0.6801518,-1,0.3091823,0.5819588,-0.6864886,-1,0.3086013,0.5763177,-0.6926391,-1,0.3051951,0.5702973,-0.6976832,-1,0.2985532,0.5640884,-0.7020676,-1,0.289248,0.5572222,-0.7070124,-1,0.2786226,0.5491907,-0.7131377,-1,0.2678273,0.5402611,-0.7202853,-1,0.2576614,0.5312884,-0.7285756,-1,0.2485545,0.5227018,-0.7384315,-1,0.2409855,0.5143166,-0.7504895,-1,0.2348786,0.5054775,-0.7647041,-1,0.2296041,0.4956713,-0.7804235,-1,0.2242782,0.4847763,-0.7965366,-1,0.2196841,0.4732666,-0.811179,-1,0.2178625,0.4620126,-0.8225521,-1,0.2207924,0.452159,-0.8294473,-1,0.2284354,0.4445402,-0.832462,-1,0.2388847,0.4393236,-0.8336886,-1,0.2503619,0.4361166,-0.8361185,-1,0.262185,0.4341719,-0.8423145,-1,0.2748499,0.4327317,-0.8533494,-1,0.2890551,0.4314577,-0.8687339,-1,0.3049797,0.4304643,-0.8867612,-1,0.3216858,0.4296995,-0.9050748,-1,0.3371762,0.4288153,-0.9219063,-1,0.3502249,0.4271971,-0.9366066,-1,0.3621463,0.424159,-0.9492331,-1,0.3757113,0.4193541,-0.9602332,-1,0.392694,0.4130802,-0.9697473,-1,0.4120659,0.4059968,-0.9792525,-1,0.4304281,0.3980973,-0.9909301,-1,0.4437842,0.3885856,-1,-0.9927775,0.4453641,0.3788357,-1,-0.9695889,0.4287328,0.3705352,-1,-0.9377006,0.3972908,0.359808,-1,-0.896495,0.3537897,0.3468426,-1,-0.8467521,0.3030618,0.3321377,-1,-0.7893823,0.2497271,0.3163889,-1,-0.7248797,0.1974151,0.300101,-1,-0.6545749,0.150292,0.2837795,-1,-0.5814107,0.1135803,0.2680509,-1,-0.5091522,0.09039091,0.2537678,-1,-0.4407256,0.07897192,0.2416212,-1,-0.3781567,0.07380898,0.2318793,-1,-0.3216132,0.0690624,0.2245178,-1,-0.2695573,0.06123501,0.2194551,-1,-0.2197953,0.04990747,0.2167845,-1,-0.1716833,0.03652081,0.2166103,-1,-0.1266217,0.023527,0.2188591,-1,-0.08713642,0.01279469,0.2230925,-1,-0.05446641,0.003631819,0.2284886,-1,-0.02810443,-0.006673551,0.2341696,-1,-0.007212497,-0.01984884,0.2391215,-1,0.006661383,-0.03620596,0.2423519,-1,0.01099071,-0.05484938,0.2433724,-1,0.006445026,-0.07500368,0.2421937,-1,-0.001542774,-0.09637326,0.2392536,-1,-0.006940106,-0.1187673,0.2353063,-1,-0.008631191,-0.1402292,0.2312897,-1,-0.01052536,-0.1571846,0.2281258,-1,-0.01622206,-0.1667145,0.2262579,-1,-0.0260744,-0.1679517,0.2258249,-1,-0.0401563,-0.1610059,0.2266814,-1,-0.06063241,-0.1460184,0.2285141,-1,-0.08893535,-0.1244306,0.2308034,-1,-0.1237041,-0.0997118,0.2326798,-1,-0.1608727,-0.07576792,0.2332061,-1,-0.1964166,-0.05485351,0.2319059,-1,-0.2285677,-0.0382722,0.2289477,-1,-0.256195,-0.02736836,0.2249178,-1,-0.2781444,-0.02357962,0.2206461,-1,-0.2937178,-0.02738928,0.2167339,-1,-0.3031804,-0.03799609,0.2135094,-1,-0.3079543,-0.053504,0.2113048,-1,-0.3095597,-0.07165717,0.2106976,-1,-0.3089764,-0.09088471,0.2124968,-1,-0.3039798,-0.1126752,0.2176,-1,-0.29094,-0.1397238,0.2264502,-1,-0.269998,-0.1708647,0.2384435,-1,-0.2464568,-0.1983224,0.2522829,-1,-0.2270963,-0.2124419,0.2661632,-1,-0.2173968,-0.2079274,0.2779749,-1,-0.2189013,-0.1878742,0.2858946,-1,-0.2299619,-0.1613186,0.2893876,-1,-0.247355,-0.1376576,0.2893274,-1,-0.2678984,-0.1227894,0.2874163,-1,-0.2889951,-0.1183256,0.2852634,-1,-0.3081338,-0.1230719,0.2838786,-1,-0.3231901,-0.1342552,0.2835595,-1,-0.3342345,-0.147634,0.2839042,-1,-0.3431809,-0.1591584,0.2842664,-1,-0.3530279,-0.1660587,0.2840139,-1,-0.3663901,-0.1679271,0.2827127,-1,-0.3846781,-0.1659718,0.2801608,-1,-0.4075668,-0.1627083,0.2763131,-1,-0.4321072,-0.1604656,0.2717538,-1,-0.4527865,-0.1610293,0.2673228,-1,-0.4633927,-0.1660543,0.2635571,-1,-0.4594565,-0.1762787,0.2605983,-1,-0.4401092,-0.1913256,0.2585663,-1,-0.4084152,-0.2092309,0.2575554,-1,-0.3692236,-0.228157,0.2573551,-1,-0.3276308,-0.2469985,0.2573578,-1,-0.2883836,-0.2638602,0.2568102,-1,-0.2551997,-0.274353,0.2553966,-1,-0.2304627,-0.2726251,0.253567,-1,-0.2153065,-0.2555468,0.2518733,-1,-0.2098994,-0.2246859,0.2504927,-1,-0.2148401,-0.1844307,0.2492442,-1,-0.2297203,-0.1407353,0.2476138,-1,-0.249637,-0.1000439,0.2450364,-1,-0.2659685,-0.06769856,0.2414992,-1,-0.2706916,-0.04661198,0.2376003,-1,-0.260393,-0.03729323,0.2341579,-1,-0.2371967,-0.03893434,0.2318532,-1,-0.2066011,-0.05005452,0.2310596,-1,-0.1749492,-0.06791472,0.2316801,-1,-0.1490713,-0.08745304,0.2327848,-1,-0.1327221,-0.1037544,0.2332034,-1,-0.1260204,-0.1142385,0.2320971,-1,-0.1261984,-0.1177685,0.2296087,-1,-0.1300193,-0.1141466,0.2265072,-1,-0.1340683,-0.1055898,0.2233135,-1,-0.1363382,-0.09562403,0.2198338,-1,-0.1368127,-0.08703095,0.2156026,-1,-0.1369086,-0.08176298,0.2104329,-1,-0.1378163,-0.0809036,0.2045638,-1,-0.13919,-0.08520871,0.1985727,-1,-0.1394411,-0.09487202,0.193028,-1,-0.1361362,-0.1105039,0.1884101,-1,-0.1269997,-0.133022,0.185021,-1,-0.1099047,-0.1639148,0.1828755,-1,-0.08490821,-0.2028242,0.181504,-1,-0.05478938,-0.247089,0.1800899,-1,-0.02423285,-0.2927941,0.1773766,-1,0.002455691,-0.336489,0.1727257,-1,0.02405641,-0.3751592,0.1660199,-1,0.04329954,-0.4074218,0.1577705,-1,0.06529328,-0.433827,0.1489804,-1,0.0932235,-0.4582168,0.1405286,-1,0.1262155,-0.485292,0.1331405,-1,0.1612259,-0.5166851,0.1272437,-1,0.1941732,-0.548326,0.1231339,-1,0.220504,-0.5735078,0.1209091,-1,0.2361828,-0.5861921,0.1204835,-1,0.2404638,-0.5833545,0.1216649,-1,0.2373737,-0.5674406,0.1240783,-1,0.2322077,-0.5478222,0.1269982,-1,0.2269056,-0.5335584,0.1297045,-1,0.2209014,-0.5277665,0.1317839,-1,0.2143803,-0.5272239,0.1331389,-1,0.2084104,-0.5275647,0.1336859,-1,0.2026569,-0.5249373,0.133589,-1,0.1977111,-0.5196472,0.1326345,-1,0.194306,-0.5103292,0.1319303,-1,0.1948256,-0.5021374,0.1313269,-1,0.1975319,-0.4952682,0.1314749,-1,0.1999932,-0.4909458,0.1321844,-1,0.2008487,-0.4881728,0.13328,-1,0.2005435,-0.4861022,0.1345205,-1,0.1994832,-0.4842232,0.1358015,-1,0.1981702,-0.4821346,0.1370681,-1,0.1968835,-0.4799407,0.1383006,-1,0.1957154,-0.4775527,0.1395331,-1,0.1946811,-0.4751004,0.1407646,-1,0.1937758,-0.4725911,0.1419955])

Group203.addChildren(OrientationInterpolator215)
OrientationInterpolator216 = x3d.OrientationInterpolator()
OrientationInterpolator216.setDEF("Keyframe_l_hip")
OrientationInterpolator216.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator216.setKeyValue([1,-0.5527375,-0.3738056,0.06752416,1,-0.5858812,-0.3730222,0.06698344,1,-0.619984,-0.3722871,0.06642611,1,-0.6544782,-0.3714261,0.06588746,1,-0.6894462,-0.3705667,0.06533308,1,-0.7249988,-0.3696609,0.06477994,1,-0.7611838,-0.3689776,0.06422722,1,-0.7979624,-0.3679609,0.06367658,1,-0.8353574,-0.3668937,0.06312721,1,-0.8729172,-0.3659399,0.06259602,1,-0.9116071,-0.3647442,0.06204918,1,-0.9506731,-0.3634738,0.06150404,1,-0.9904343,-0.3621469,0.06096018,0.9700106,-1,-0.3502142,0.06228441,0.9330173,-1,-0.3354774,0.06417419,0.8979154,-1,-0.3214821,0.06608155,0.8652498,-1,-0.3085718,0.06797293,0.8355272,-1,-0.2967035,0.06984992,0.8085318,-1,-0.2855498,0.07171094,0.7838367,-1,-0.2748088,0.07355438,0.7587386,-1,-0.2638988,0.07544682,0.7282258,-1,-0.2515755,0.07750171,0.6867773,-1,-0.2371544,0.07979789,0.631222,-1,-0.2199921,0.08223895,0.5616996,-1,-0.2006978,0.08472314,0.4819205,-1,-0.1800054,0.08721,0.3968468,-1,-0.1576972,0.08970805,0.3104624,-1,-0.133249,0.09215709,0.2213619,-1,-0.1065117,0.09445806,0.1243507,-1,-0.07915872,0.09669086,0.01470021,-1,-0.05332158,0.09909143,-0.1091745,-1,-0.03033614,0.1018872,-0.243068,-1,-0.009565257,0.1051315,-0.3783831,-1,0.01064708,0.1089861,-0.5043132,-1,0.03021891,0.1138576,-0.6102068,-1,0.04668143,0.12041,-0.6896645,-1,0.05762999,0.1292331,-0.7431059,-1,0.06181509,0.1403411,-0.7770103,-1,0.05910726,0.1530732,-0.7976718,-1,0.05037833,0.1665488,-0.8077634,-1,0.03718464,0.1804398,-0.8088923,-1,0.02176334,0.194945,-0.8032684,-1,0.006266065,0.2102869,-0.7942805,-1,-0.0069587,0.2262579,-0.787492,-1,-0.01576748,0.2421042,-0.789667,-1,-0.01965389,0.2565072,-0.8064901,-1,-0.02023391,0.2676072,-0.8440803,-1,-0.02187949,0.2725543,-0.9126694,-1,-0.03119277,0.2672658,-1,-0.9663908,-0.05586665,0.2555777,-1,-0.790574,-0.09329176,0.2635592,-1,-0.565274,-0.1433263,0.2676013,-1,-0.2959572,-0.2000373,0.2682155,-1,0.001557113,-0.2576179,0.2660929,-1,0.3039856,-0.3127049,0.2617829,-1,0.5847298,-0.3633293,0.2557865,-1,0.8157294,-0.4079234,0.248483,-1,0.9700714,-0.446022,0.2399402,-0.9714959,1,-0.4660802,0.2363395,-1,0.9839564,-0.5125717,0.2173667,-1,0.8307164,-0.5468772,0.2045894,-1,0.5839155,-0.5811874,0.1934994,-1,0.2915057,-0.6115687,0.1854423,-1,0.02186793,-0.6353018,0.1802619,-1,-0.1722454,-0.6508772,0.1769655,-1,-0.274938,-0.6544127,0.1751108,-1,-0.3032322,-0.6396412,0.1750245,-1,-0.2948771,-0.6048579,0.1768552,-1,-0.2917103,-0.5561704,0.1797064,-1,-0.3223626,-0.502476,0.1820958,-1,-0.3957017,-0.4493008,0.1830257,-1,-0.5055674,-0.3970716,0.182393,-1,-0.6376764,-0.3436918,0.1808435,-1,-0.7748147,-0.2876096,0.1793351,-1,-0.9005823,-0.2296089,0.1789144,-0.9949963,-1,-0.1710172,0.1811733,-0.9216403,-1,-0.1078688,0.1992689,-0.8758153,-1,-0.05827318,0.2158199,-0.8496079,-1,-0.01762919,0.2310697,-0.8388614,-1,0.01772546,0.2451472,-0.8406627,-1,0.05080415,0.2583948,-0.8516204,-1,0.08320359,0.271504,-0.867795,-1,0.1154094,0.2853423,-0.8845212,-1,0.147139,0.3006949,-0.8979127,-1,0.1780048,0.3178296,-0.907459,-1,0.2079138,0.3362614,-0.9148005,-1,0.2372348,0.3552401,-0.9210869,-1,0.2661891,0.3741576,-0.9265592,-1,0.2945376,0.3924274,-0.9309971,-1,0.3221088,0.4093374,-0.9348151,-1,0.3484753,0.4237531,-0.9393746,-1,0.3731505,0.4341767,-0.9474613,-1,0.3958686,0.4387079,-0.9646241,-1,0.4170863,0.4350838,-1,-0.9991032,0.4379452,0.4211251,-1,-0.9323959,0.4319896,0.4217073,-1,-0.8292556,0.4142857,0.4232498,-1,-0.6900371,0.387465,0.4273287,-1,-0.5260975,0.3555926,0.435014,-1,-0.357951,0.3231609,0.4464486,-1,-0.2071716,0.2943709,0.4609932,-1,-0.08793302,0.2725697,0.4775777,-1,-0.004517784,0.2601033,0.4950486,-1,0.04633251,0.258011,0.5122063,-1,0.07197574,0.26592,0.5279019,-1,0.08124445,0.2815677,0.5412108,-1,0.08132819,0.3022982,0.5513479,-1,0.07699064,0.3254117,0.5579072,-1,0.07166161,0.3483412,0.5611898,-1,0.06907695,0.3685125,0.5620436,-1,0.07285894,0.3838679,0.5615131,-1,0.08571426,0.392909,0.5604905,-1,0.1075491,0.3953573,0.5594588,-1,0.1354576,0.3923981,0.5581288,-1,0.1648716,0.3865355,0.5555178,-1,0.1912926,0.3803405,0.5506086,-1,0.2109989,0.37579,0.5431986,-1,0.2208781,0.3740349,0.5340596,-1,0.218269,0.3756608,0.5249245,-1,0.2021458,0.3799731,0.5179252,-1,0.1739432,0.3852766,0.5149728,-1,0.1369133,0.3895195,0.5171512,-1,0.09605765,0.3909697,0.5242811,-1,0.05889316,0.3882869,0.5349998,-1,0.03331814,0.3807532,0.5471805,-1,0.02441742,0.3682688,0.5588175,-1,0.03195836,0.3520752,0.5689859,-1,0.0514124,0.3343855,0.5774937,-1,0.07526292,0.3182415,0.5847258,-1,0.0975219,0.3058412,0.5911307,-1,0.1157223,0.2975978,0.5968671,-1,0.1299797,0.2930939,0.6013988,-1,0.1407566,0.2922347,0.6040103,-1,0.1485471,0.294808,0.6042691,-1,0.1543855,0.2999643,0.6021157,-1,0.1603361,0.3058723,0.597836,-1,0.1685185,0.310626,0.5919078,-1,0.1794778,0.3131603,0.5850618,-1,0.1918414,0.3134345,0.5781685,-1,0.2035268,0.3122132,0.5720267,-1,0.2135759,0.3104531,0.5670174,-1,0.222116,0.3091833,0.5631941,-1,0.2299413,0.3092253,0.5604191,-1,0.2379775,0.3110198,0.5586864,-1,0.2474724,0.31442,0.5582918,-1,0.2593827,0.3186475,0.5599371,-1,0.2731693,0.3227304,0.5647569,-1,0.2865123,0.3254498,0.5745125,-1,0.2965373,0.3260449,0.5911483,-1,0.3019801,0.3240741,0.6159886,-1,0.3039662,0.3198306,0.648656,-1,0.3050648,0.3143558,0.6867206,-1,0.3076145,0.3088142,0.7264619,-1,0.3128054,0.3043223,0.7637525,-1,0.3202336,0.302105,0.7947485,-1,0.3282794,0.3036523,0.816098,-1,0.3357596,0.3100903,0.825206,-1,0.3420763,0.3222009,0.8212289,-1,0.3467438,0.3404259,0.8057026,-1,0.3479466,0.3650628,0.7825614,-1,0.3419155,0.3960724,0.7572587,-1,0.3241072,0.431873,0.7357515,-1,0.2930385,0.4681002,0.7227857,-1,0.2542317,0.4981599,0.720253,-1,0.2191471,0.5162435,0.7267458,-1,0.1993716,0.5200734,0.7388451,-1,0.200185,0.5114366,0.7535617,-1,0.2199852,0.4946193,0.7690778,-1,0.2519076,0.4751873,0.7844074,-1,0.2879393,0.4579313,0.7986239,-1,0.3215281,0.4457133,0.8107216,-1,0.3481358,0.438581,0.8205977,-1,0.3636953,0.4348696,0.8285552,-1,0.3624437,0.4331491,0.8348418,-1,0.3386999,0.4327362,0.8396564,-1,0.2919729,0.4327489,0.8434918,-1,0.2310985,0.430653,0.8471057,-1,0.1714806,0.4226413,0.8514723,-1,0.1268081,0.405711,0.8577003,-1,0.1024278,0.3805466,0.866461,-1,0.09539382,0.3515669,0.8773976,-1,0.09898561,0.3240282,0.8888018,-1,0.1058467,0.3023542,0.8979828,-1,0.1103289,0.2892674,0.9023557,-1,0.1095753,0.2856072,0.9010363,-1,0.1041194,0.2902258,0.8951933,-1,0.09683911,0.3008706,0.8868891,-1,0.0908863,0.3152312,0.8778604,-1,0.08772033,0.33186,0.8688307,-1,0.08696494,0.3500108,0.8597126,-1,0.08745781,0.369121,0.8500773,-1,0.08802704,0.3889116,0.8397485,-1,0.08819197,0.4089275,0.8291816,-1,0.08854687,0.4284043,0.8192523,-1,0.0908607,0.4461245,0.8109357,-1,0.09681069,0.460869,0.8051013,-1,0.1067452,0.4721054,0.8021185,-1,0.119919,0.4799537,0.8016541,-1,0.1350695,0.4850101,0.8027385,-1,0.1508374,0.4880801,0.8042464,-1,0.1660804,0.4900215,0.8054581,-1,0.1800386,0.4912515,0.8065165,-1,0.1916589,0.4913801,0.8085916,-1,0.1997085,0.4887598,0.8136612,-1,0.2031342,0.481175,0.8235517,-1,0.2014875,0.4672074,0.8393618,-1,0.1947405,0.4472149,0.8613675,-1,0.1841033,0.4228231,0.8888524,-1,0.1721449,0.396029,0.9203032,-1,0.1617766,0.3687554,0.95412,-1,0.155644,0.3418948,0.9891651,-1,0.1559459,0.3139134,1.02468,-1,0.1643071,0.2810631,1.059439,-1,0.1815955,0.2390368,1.090796,-1,0.2072511,0.1854821,1.11368,-1,0.2371537,0.1223168,1.121368,-1,0.2622528,0.05643658,1.107918,-1,0.2719834,-0.004000665,1.070679,-1,0.2604498,-0.05564551,1.011911,-1,0.2277316,-0.100059,0.9392165,-1,0.1762671,-0.1360371,0.8630559,-1,0.1095078,-0.1581351,0.7898387,-1,0.03210566,-0.1675978,0.7183036,-1,-0.05473363,-0.1711905,0.6452956,-1,-0.1585702,-0.1681641,0.5692208,-1,-0.2946391,-0.1512583,0.488787,-1,-0.4868648,-0.1127313,0.4032708,-1,-0.7798393,-0.04176169,0.312947,-0.7801588,-1,0.07176208,0.2820144,-0.4231209,-1,0.1756408,0.3041367,-0.1566614,-1,0.2925266,0.304566,0.0524702,-1,0.4634194,0.2805273,0.2174804,-1,0.7503988,0.2356812,0.2615931,-0.7927541,1,0.2266613,0.1557075,-0.4507321,1,0.2746376,0.03386199,-0.2394808,1,0.3167203,-0.07511921,-0.1093674,1,0.3504831,-0.1627544,-0.02639104,1,0.3754112,-0.2277782,0.03180952,1,0.3915737,-0.2726156,0.0788229,1,0.3999318,-0.3007475,0.119422,1,0.4039662,-0.3141284,0.1485776,1,0.4088452,-0.3094479,0.153927,1,0.4198021,-0.2832784,0.1270972,1,0.4392642,-0.246907,0.07641573,1,0.4652429,-0.2169261,0.01990873,1,0.4942987,-0.198268,-0.02831746,1,0.5236139,-0.1834445,-0.06591439,1,0.5506005,-0.1652434,-0.09319351,1,0.5745856,-0.1407269,-0.1101605,1,0.5957756,-0.1102778,-0.1166,1,0.6146646,-0.07437269,-0.114146,1,0.6318736,-0.03391794,-0.1060018,1,0.6482427,0.007471575,-0.09596802,1,0.6645691,0.04361973,-0.08694525,1,0.6806425,0.0680586,-0.0821465,1,0.6951681,0.0769253,-0.08519447,1,0.7068776,0.0697937,-0.1002806,1,0.7161229,0.05100624,-0.129624,1,0.7234977,0.0266943,-0.1740772,1,0.7291896,0.0007986193,-0.233094,1,0.7327068,-0.02650337,-0.3034385,1,0.7337332,-0.05666735,-0.3768346,1,0.7328336,-0.08914871,-0.4427339,1,0.7303649,-0.1216416,-0.4962549,1,0.7245176,-0.1530027,-0.5394035,1,0.7132969,-0.1832716,-0.573865,1,0.6983968,-0.2116954,-0.5983256,1,0.6844436,-0.2356307,-0.6138448,1,0.6740152,-0.250454,-0.6239926,1,0.6666483,-0.252233,-0.6298867,1,0.6613361,-0.2408375,-0.62893,1,0.658145,-0.2201953,-0.6176719,1,0.6576069,-0.1969848,-0.5955568,1,0.6592034,-0.1783952,-0.5662748,1,0.6607116,-0.1699894,-0.5361887,1,0.6589947,-0.1746395,-0.5104921,1,0.6515095,-0.1929379,-0.4891614,1,0.6374375,-0.2239764,-0.466083,1,0.617821,-0.266419,-0.4323563,1,0.5945843,-0.3194339,-0.3811609,1,0.5692791,-0.3816633,-0.309971,1,0.5429645,-0.4503736,-0.220685,1,0.5161526,-0.5215802,-0.1186568,1,0.4890599,-0.5908307,-0.01061726,1,0.462185,-0.653358,0.09576858,1,0.4366968,-0.7043611,0.1921965,1,0.4139342,-0.7401592,0.2712882,1,0.3946784,-0.7591196,0.3287124,1,0.378912,-0.7616794,0.3643042,1,0.366157,-0.7497896,0.3813341,1,0.3559209,-0.7259744,0.384363,1,0.3479964,-0.6939763,0.3787888,1,0.3423791,-0.6596058,0.3716578,1,0.3390058,-0.6288761,0.3695522,1,0.3377121,-0.6068898,0.3771641,1,0.3379169,-0.5984851,0.3983403,1,0.3386611,-0.6093697,0.4386475,1,0.3387671,-0.6435168,0.5017845,1,0.3371437,-0.6998718,0.5840236,1,0.3331372,-0.7722736,0.6740873,1,0.3267424,-0.8517009,0.758553,1,0.3185359,-0.9271745,0.8243583,1,0.3097268,-0.9877246,0.8605034,1,0.3016655,-1,0.8388193,0.9746755,0.3034304,-1,0.7970284,0.9610012,0.3049287,-1,0.754617,0.9635889,0.3047785,-1,0.7200642,0.9708128,0.3055461,-1,0.6970658,0.970064,0.3095946,-1,0.6848645,0.9540348,0.3181854,-1,0.6793881,0.9242376,0.331048,-1,0.6756131,0.8885097,0.3467287,-1,0.6706297,0.8561763,0.3630362,-1,0.6650754,0.8335935,0.3774317,-1,0.6608071,0.8228949,0.3877818,-1,0.6595465,0.8225589,0.3930618,-1,0.6617772,0.8296307,0.3936498,-1,0.6670243,0.8415885,0.3907981,-1,0.6744841,0.8560341,0.3860912,-1,0.6839471,0.8702942,0.3810669,-1,0.6959941,0.8822882,0.3767712,-1,0.7104504,0.8918779,0.3735808,-1,0.7261,0.901116,0.3711674,-1,0.7417964,0.9131859,0.3687253,-1,0.7568831,0.9300641,0.3655306,-1,0.7706402,0.9513474,0.3613484,-1,0.780927,0.9739562,0.3567549,-1,0.7844101,0.9945539,0.3527703,-0.9894179,0.7698933,1,0.3543017,-0.978995,0.7472903,1,0.3582343,-0.9761087,0.7253873,1,0.3624464,-0.9837562,0.7085767,1,0.3662949,-1,0.6957741,0.993564,0.3712772,-1,0.6707528,0.9534283,0.3874383,-1,0.6487546,0.8971115,0.4089422,-1,0.6349593,0.827812,0.4350268,-1,0.6338446,0.7493206,0.4643285,-1,0.6479258,0.6660741,0.4948542,-1,0.6768904,0.5833447,0.524002,-1,0.7166042,0.5064016,0.5490863,-1,0.758372,0.4399268,0.5681518,-1,0.789112,0.3878864,0.5806911,-1,0.7956579,0.3530981,0.5874369,-1,0.7719222,0.3355089,0.5892851,-1,0.7235917,0.3304397,0.5865154,-1,0.6650337,0.3290521,0.5794133,-1,0.6116316,0.3228306,0.5686211,-1,0.5736176,0.3069681,0.55508,-1,0.5536171,0.2811796,0.54017,-1,0.5474626,0.2486222,0.5253266,-1,0.5466781,0.2141533,0.5110952,-1,0.5423135,0.18297,0.496867,-1,0.529087,0.1594785,0.4814644,-1,0.5066495,0.1463235,0.4639679,-1,0.4776866,0.1436418,0.4440725,-1,0.4443433,0.1495205,0.4219353,-1,0.4067958,0.1605694,0.3979428,-1,0.3634063,0.173831,0.3725523,-1,0.3119264,0.18766,0.3463702,-1,0.2499217,0.2017467,0.3204065,-1,0.174968,0.2155104,0.2959976,-1,0.0851718,0.2273497,0.2743376,-1,-0.01989692,0.2341308,0.2559708,-1,-0.1383499,0.2320757,0.2407338,-1,-0.2676573,0.2187436,0.2278963,-1,-0.406415,0.1946762,0.2166215,-1,-0.5543321,0.1621517,0.206256,-1,-0.7122058,0.1244805,0.196308,-1,-0.8815181,0.0843033,0.1864362,-0.9398556,-1,0.04122325,0.1879132,-0.7926254,-1,0.003362998,0.2107519,-0.6771153,-1,-0.02315956,0.2333185,-0.5847436,-1,-0.04153314,0.2557929,-0.5113928,-1,-0.05324291,0.2777059,-0.4541917,-1,-0.0597045,0.2982783,-0.4088135,-1,-0.06215775,0.3174829,-0.3705311,-1,-0.06132372,0.3359844,-0.3358457,-1,-0.05804152,0.3545344,-0.3035589,-1,-0.05372994,0.3737054,-0.2738715,-1,-0.05062762,0.3935646,-0.2466792,-1,-0.05060363,0.4135708,-0.2212257,-1,-0.05448649,0.4332888,-0.197112,-1,-0.06205103,0.4527342,-0.1753075,-1,-0.07295682,0.4712788,-0.1571864,-1,-0.08660832,0.4875023,-0.143044,-1,-0.1022612,0.5005987,-0.13223,-1,-0.1192026,0.5107437,-0.1241492,-1,-0.1373069,0.5179928,-0.1179754,-1,-0.1570799,0.5214427,-0.112201,-1,-0.1793923,0.5199859,-0.1049654,-1,-0.205028,0.5130937,-0.0961527,-1,-0.2333405,0.5003888,-0.08792557,-1,-0.2614822,0.4819192,-0.08346409,-1,-0.285134,0.4596137,-0.08525573,-1,-0.3016185,0.4369789,-0.09586175,-1,-0.31196,0.4164523,-0.1195566,-1,-0.3200357,0.3968483,-0.1616385,-1,-0.3308499,0.3735446,-0.2270968,-1,-0.3502952,0.3408026,-0.3246494,-1,-0.3856969,0.2950228,-0.4791479,-1,-0.4492512,0.2364157,-0.7695608,-1,-0.5708876,0.1683608,-1,-0.6560765,-0.5697109,0.1464089,-1,-0.1515867,-0.4140285,0.1664129,-1,0.2042534,-0.284536,0.1914744,-1,0.4235956,-0.1924426,0.2216688,-1,0.540884,-0.1386263,0.2553268,-1,0.5926832,-0.113703,0.2900028,-1,0.6048996,-0.1050551,0.3233056,-1,0.5904939,-0.1020273,0.353589,-1,0.5558981,-0.09779408,0.3798584,-1,0.5072432,-0.08915664,0.4013053,-1,0.4516664,-0.07555085,0.4171123,-1,0.3943776,-0.05720491,0.4269537,-1,0.3367747,-0.03344243,0.4314422,-1,0.2781254,-0.003008838,0.431227,-1,0.2166145,0.03539439,0.4260147,-1,0.1481495,0.08365043,0.4147772,-1,0.06701388,0.1441677,0.3969266,-1,-0.03090666,0.2181258,0.373486,-1,-0.1424115,0.3013557,0.3473012,-1,-0.2541328,0.3816988,0.3219106,-1,-0.3490555,0.443326,0.299931,-1,-0.4156255,0.4757689,0.2822509,-1,-0.4491718,0.478655,0.2685526,-1,-0.4519316,0.4604397,0.2575325,-1,-0.4332026,0.4337502,0.2473049,-1,-0.403492,0.4081256,0.236265,-1,-0.3692782,0.3875268,0.2236192,-1,-0.3351242,0.3715452,0.2093772,-1,-0.3107602,0.3597116,0.1942883,-1,-0.312742,0.3551842,0.1792739,-1,-0.3541476,0.3639136,0.164781,-1,-0.4340694,0.389772,0.151047,-1,-0.536412,0.4313013,0.1385558,-1,-0.6375555,0.4836656,0.1276118,-1,-0.7195013,0.5425965,0.1177778,-1,-0.779246,0.6084103,0.1081483,-1,-0.8276716,0.6864775,0.098105,-1,-0.8779483,0.7823902,0.08775542,-1,-0.9422745,0.8974321,0.0775896,-0.9691781,-1,0.9942108,0.07024726,-0.8639376,-1,0.9997616,0.06889331,-0.7495022,-1,0.961346,0.06928533,-0.6312034,-1,0.8818868,0.07158683,-0.5133071,-1,0.7766129,0.07558957,-0.396498,-1,0.6656641,0.08067034,-0.2768043,-1,0.5671976,0.08574899,-0.1472495,-1,0.4931601,0.08947529,0.00126393,-1,0.4452425,0.09070407,0.1762488,-1,0.4205975,0.08883134,0.3871116,-1,0.41446,0.084223,0.648202,-1,0.4218458,0.07804766,0.9642611,-1,0.4376576,0.07183558,1,-0.7655513,0.3474596,0.08768883,1,-0.6221323,0.285885,0.1044405,1,-0.5551175,0.2501843,0.1179651,1,-0.5292463,0.2311401,0.1273989,1,-0.5183825,0.2253947,0.1328481,1,-0.5064958,0.2306609,0.1352182,1,-0.4889027,0.2429678,0.1358232,1,-0.4676833,0.2561204,0.1360066,1,-0.4471954,0.2661067,0.1363193,1,-0.430396,0.274922,0.1364202,1,-0.4172588,0.2872598,0.1356808,1,-0.4054461,0.3049514,0.1339351,1,-0.3930691,0.3258169,0.1316373,1,-0.3820541,0.3469067,0.1293207,1,-0.3745934,0.3651062,0.1273619,1,-0.3696357,0.37859,0.1258914,1,-0.3637427,0.387171,0.1248149,1,-0.3569955,0.3936672,0.1237901,1,-0.3507459,0.3999921,0.1224939,1,-0.3464264,0.4075334,0.1207633,1,-0.3434451,0.4164136,0.1186851,1,-0.3412022,0.4260084,0.1164509,1,-0.3390394,0.4363057,0.1141649,1,-0.3365823,0.4469264,0.1118951,1,-0.3337047,0.4575709,0.1096757,1,-0.3303726,0.4683861,0.1075074,1,-0.326745,0.4796228,0.1053381,1,-0.3226313,0.4908738,0.1032193])

Group203.addChildren(OrientationInterpolator216)
OrientationInterpolator217 = x3d.OrientationInterpolator()
OrientationInterpolator217.setDEF("Keyframe_l_knee")
OrientationInterpolator217.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator217.setKeyValue([1,-0.002920319,0.1151075,0.1572188,1,-0.003043659,0.1147239,0.1578476,1,-0.003294092,0.1142264,0.1584593,1,-0.003414992,0.1138487,0.1590882,1,-0.00354828,0.1133631,0.159717,1,-0.003683844,0.1128811,0.1603459,1,-0.003907255,0.1124824,0.1609925,1,-0.004040352,0.1120071,0.1616213,1,-0.004152274,0.1116321,0.1622677,1,-0.004280114,0.1111633,0.1628965,1,-0.004497684,0.1107764,0.1635431,1,-0.004625961,0.1103022,0.1641894,1,-0.004749998,0.1098315,0.1648357,1,-0.004959441,0.1094417,0.1654997,1,-0.005080672,0.1089661,0.1661635,1,-0.00518178,0.1086,0.1668272,1,-0.0054061,0.1081131,0.1674913,1,-0.005510008,0.1077867,0.1681027,1,-0.005643328,0.1073911,0.1686618,1,-0.005780704,0.1070313,0.1691685,1,-0.005902169,0.106789,0.1696577,1,-0.006013639,0.1063336,0.1703215,1,-0.006234691,0.1056011,0.1715443,1,-0.00670818,0.1043232,0.1737281,1,-0.007473809,0.1022043,0.1772398,1,-0.008384145,0.0995821,0.1820092,1,-0.009404507,0.09657723,0.1876346,1,-0.01045012,0.09352743,0.1937842,1,-0.01153638,0.09038295,0.200423,1,-0.01270068,0.08718473,0.2076735,1,-0.01376438,0.08400711,0.2155004,1,-0.01480871,0.08093948,0.223502,1,-0.01581015,0.07813442,0.2312768,1,-0.01666915,0.07568242,0.2385623,1,-0.01735296,0.07361598,0.2451839,1,-0.01794423,0.07180457,0.2509667,1,-0.0184598,0.07044706,0.2556144,1,-0.01873785,0.06957017,0.2586718,1,-0.01881118,0.06935525,0.2594755,1,-0.01863721,0.0698953,0.2575537,1,-0.01820296,0.0712288,0.2528714,1,-0.01747043,0.07334085,0.2458828,1,-0.01649491,0.0761186,0.2373043,1,-0.01540359,0.07926018,0.2280795,1,-0.01427627,0.0824515,0.2194137,1,-0.01336196,0.08509558,0.2128621,1,-0.01303668,0.08606064,0.2103289,1,-0.01352078,0.08479027,0.2134738,1,-0.01477264,0.08116575,0.2227858,1,-0.01646511,0.07624272,0.2369899,1,-0.01822632,0.07105488,0.2535701,1,-0.01980541,0.06651729,0.2701159,1,-0.0210888,0.06275075,0.285299,1,-0.02216136,0.05964419,0.2989623,1,-0.02306401,0.0570789,0.3111407,1,-0.02372653,0.05515604,0.3209954,1,-0.02410544,0.05404042,0.3269536,1,-0.02412134,0.05396242,0.327268,1,-0.02372359,0.05515261,0.3210129,1,-0.02290853,0.05754299,0.3090441,1,-0.0218329,0.06067567,0.2943848,1,-0.02072368,0.06385362,0.2807388,1,-0.01986222,0.06633735,0.2706574,1,-0.01927734,0.06798238,0.2646122,1,-0.01902215,0.06869212,0.2619739,1,-0.01911838,0.06857269,0.2622712,1,-0.01934284,0.06776547,0.2654509,1,-0.01986343,0.06629822,0.2709894,1,-0.02044568,0.06471496,0.2772096,1,-0.02082881,0.06360792,0.2817,1,-0.02088318,0.06340301,0.2825735,1,-0.02058918,0.06422048,0.2791838,1,-0.02001736,0.06597534,0.2721253,1,-0.01910358,0.06849614,0.2627253,1,-0.01811215,0.07136963,0.2525218,1,-0.01709283,0.07431756,0.2428077,1,-0.01615286,0.0771066,0.2343167,1,-0.01530339,0.07952769,0.2272757,1,-0.01462389,0.08155573,0.2217375,1,-0.01410601,0.08303493,0.2179463,1,-0.01393815,0.08363932,0.216444,1,-0.01410601,0.08303493,0.2179463,1,-0.01476439,0.08114589,0.2228382,1,-0.0157154,0.07831252,0.2308748,1,-0.01692062,0.07491942,0.2410607,1,-0.01808963,0.07155016,0.2518056,1,-0.01899582,0.06884134,0.2613276,1,-0.01962507,0.06703108,0.2679843,1,-0.01984,0.06643887,0.2703431,1,-0.01955125,0.06723028,0.2671981,1,-0.01862137,0.06986489,0.2576583,1,-0.01699415,0.07471219,0.2415848,1,-0.0143885,0.08218046,0.2201825,1,-0.01086719,0.09235008,0.1962475,1,-0.006725172,0.1043975,0.1736059,1,-0.002567952,0.116158,0.1557688,1,0.0004036984,0.1247238,0.1450422,1,0.001162403,0.1268664,0.1424917,1,-0.0006673611,0.1216866,0.148676,1,-0.004576005,0.1106041,0.1637703,1,-0.009262252,0.096986,0.1867785,1,-0.01371705,0.08411666,0.2152732,1,-0.01748985,0.07331885,0.2461275,1,-0.02032979,0.06495315,0.2763009,1,-0.0224457,0.05880859,0.3029111,1,-0.02390235,0.05464121,0.3235813,1,-0.02470766,0.05224603,0.3367908,1,-0.02504292,0.05137214,0.3419806,1,-0.0249026,0.05179629,0.3393946,1,-0.02428839,0.0535398,0.3297319,1,-0.02320604,0.05656072,0.3139187,1,-0.02176697,0.06086815,0.2933188,1,-0.01980866,0.06656607,0.269749,1,-0.01740603,0.0735537,0.2453238,1,-0.01458588,0.08158296,0.2218772,1,-0.01158502,0.09024416,0.2006851,1,-0.008384145,0.0995821,0.1820092,1,-0.004873448,0.1095527,0.1653599,1,-0.001151861,0.1203962,0.1502834,1,0.002698925,0.1311205,0.1377747,1,0.005160888,0.1380468,0.1307518,1,0.004445537,0.135996,0.1327433,1,0.0004144478,0.1246489,0.1451295,1,-0.004931192,0.109314,0.1656917,1,-0.009816125,0.09555436,0.1896963,1,-0.01337486,0.08524633,0.2123383,1,-0.01578213,0.07826987,0.2309449,1,-0.01735637,0.07362153,0.2451664,1,-0.01851061,0.0703328,0.2561212,1,-0.01939226,0.06775501,0.2652414,1,-0.0201021,0.06562515,0.2736277,1,-0.02081542,0.06358206,0.2818046,1,-0.0214942,0.06164015,0.2899292,1,-0.02207844,0.0598891,0.297914,1,-0.0226786,0.05819488,0.3056718,1,-0.02315374,0.05671751,0.3131325,1,-0.02368516,0.05532179,0.3201393,1,-0.02406626,0.05410028,0.3265341,1,-0.02444109,0.05302358,0.3324226,1,-0.02482543,0.05200052,0.3381539,1,-0.02513712,0.05101195,0.3439198,1,-0.02547353,0.05007988,0.3496862,1,-0.02582784,0.04912892,0.3553652,1,-0.02612509,0.04821172,0.3612713,1,-0.02652648,0.04711618,0.3681734,1,-0.02696166,0.04582317,0.377225,1,-0.02763585,0.04399898,0.389859,1,-0.02846711,0.04161985,0.4077005,1,-0.02956642,0.0385852,0.4324805,1,-0.03092438,0.0349378,0.465126,1,-0.03244283,0.0309778,0.5046594,1,-0.03395736,0.0271458,0.5474649,1,-0.03538866,0.02379925,0.588055,1,-0.03652378,0.02127127,0.6203969,1,-0.03714949,0.01987981,0.6392965,1,-0.03721694,0.01973881,0.6409572,1,-0.0366024,0.02109201,0.623037,1,-0.03529567,0.0240228,0.585258,1,-0.03338303,0.0286164,0.5306852,1,-0.03099708,0.03476158,0.4666813,1,-0.02829101,0.04209848,0.4041007,1,-0.02578066,0.04925302,0.3546314,1,-0.02407269,0.05409185,0.3267788,1,-0.02379348,0.0549094,0.3223756,1,-0.02469976,0.05233072,0.3364241,1,-0.02607255,0.04832492,0.3605897,1,-0.02754823,0.04421991,0.3881988,1,-0.0288346,0.04055103,0.4162107,1,-0.03005821,0.03721178,0.4442765,1,-0.03121139,0.0341681,0.472641,1,-0.03227751,0.03133761,0.5013037,1,-0.03334093,0.02868691,0.5299335,1,-0.03433942,0.0262752,0.5578308,1,-0.03521631,0.02415722,0.5838243,1,-0.03602167,0.02233301,0.6066728,1,-0.03669415,0.02087243,0.6257466,1,-0.03724241,0.01971192,0.6412196,1,-0.0376855,0.0187614,0.6543156,1,-0.03812138,0.0178546,0.6669399,1,-0.03862372,0.0168562,0.6807714,1,-0.03917903,0.01574907,0.6964223,1,-0.03978882,0.01458045,0.7130709,1,-0.04037971,0.01348247,0.7288989,1,-0.04086688,0.01258356,0.7417539,1,-0.04119454,0.01199729,0.7501671,1,-0.04135805,0.01172851,0.7537178,1,-0.04131719,0.0117962,0.752826,1,-0.04111435,0.01213286,0.7483657,1,-0.04085196,0.01262232,0.7412294,1,-0.04051433,0.01324499,0.7321694,1,-0.04009487,0.01399202,0.7218156,1,-0.03969611,0.01475008,0.7106574,1,-0.03929111,0.01554848,0.699343,1,-0.03890287,0.01630509,0.6886056,1,-0.03854701,0.01698799,0.6791277,1,-0.03828017,0.01754811,0.6712416,1,-0.03805482,0.0179961,0.6651391,1,-0.03793054,0.01828234,0.6608027,1,-0.03781807,0.0184809,0.6580921,1,-0.0377656,0.01858326,0.6566934,1,-0.03775986,0.01862914,0.6561868,1,-0.03775604,0.01862516,0.656239,1,-0.03779488,0.0185599,0.6569034,1,-0.03783268,0.0184451,0.6588093,1,-0.03798509,0.01813247,0.6632331,1,-0.03829275,0.01750858,0.6716609,1,-0.0387734,0.0165394,0.6853002,1,-0.03948947,0.01517195,0.7046244,1,-0.04039282,0.01344248,0.7295985,1,-0.04159018,0.01130868,0.7599101,1,-0.04299862,0.008886149,0.7949853,1,-0.04466234,0.00618054,0.8337774,1,-0.04660331,0.003220439,0.8746092,1,-0.04872255,0.0001666111,0.9151568,1,-0.05085718,-0.002781134,0.9526016,1,-0.05286277,-0.005429178,0.9839981,1,-0.05445924,-0.007468388,1.006871,1,-0.0554256,-0.008684063,1.019808,1,-0.05564181,-0.008959049,1.022929,1,-0.05526127,-0.00847665,1.017616,1,-0.05438225,-0.007373353,1.005907,1,-0.05326585,-0.005948621,0.9898511,1,-0.05189983,-0.0041581,0.9689114,1,-0.05011562,-0.001765533,0.9397444,1,-0.04786687,0.001380087,0.8992582,1,-0.04520628,0.005332843,0.8456601,1,-0.0423361,0.0100199,0.7786281,1,-0.03932177,0.01547452,0.7004096,1,-0.03639228,0.0215553,0.6166379,1,-0.03354152,0.02816327,0.5357363,1,-0.03103181,0.03460845,0.4682015,1,-0.02915149,0.03975184,0.4224845,1,-0.02829731,0.04210554,0.4040484,1,-0.02871199,0.04092624,0.4132576,1,-0.03003762,0.03725501,0.4440668,1,-0.03170397,0.0328963,0.4851723,1,-0.0330886,0.02927811,0.5234311,1,-0.03403994,0.02695476,0.5497199,1,-0.03443474,0.02599312,0.5610816,1,-0.03445032,0.02595474,0.5616937,1,-0.03441858,0.02603041,0.5606797,1,-0.03465974,0.02551708,0.5667982,1,-0.03520212,0.02419589,0.5832124,1,-0.03606395,0.02227058,0.6075122,1,-0.03704862,0.02009005,0.6365516,1,-0.03820171,0.01772731,0.6685489,1,-0.0393399,0.01544072,0.7008992,1,-0.04040316,0.01345278,0.7291613,1,-0.04113753,0.01210239,0.7484878,1,-0.04138349,0.01164501,0.7555197,1,-0.04118085,0.01203781,0.7494853,1,-0.04051192,0.01324293,0.7323443,1,-0.03960266,0.01491992,0.7085416,1,-0.03870504,0.01667969,0.683552,1,-0.03797334,0.0181722,0.6626388,1,-0.03753976,0.01908132,0.6501021,1,-0.03748505,0.01918146,0.6487206,1,-0.03787556,0.01838342,0.6595963,1,-0.03864596,0.01682555,0.6810688,1,-0.03968257,0.01478932,0.7102556,1,-0.04098738,0.01238226,0.7447452,1,-0.04249742,0.009734328,0.7829667,1,-0.04420741,0.006918486,0.823068,1,-0.04604507,0.004069067,0.8628293,1,-0.04798061,0.0012244,0.9012893,1,-0.05005428,-0.00168867,0.9389913,1,-0.0523569,-0.004757634,0.9760076,1,-0.05474206,-0.007827971,1.010903,1,-0.05711613,-0.01077505,1.041482,1,-0.05910413,-0.01318054,1.064938,1,-0.06031981,-0.01463054,1.078222,1,-0.06043075,-0.01476193,1.079486,1,-0.05944873,-0.01359254,1.06871,1,-0.05762255,-0.01139091,1.047692,1,-0.05538912,-0.008643089,1.019528,1,-0.05312108,-0.005758428,0.987766,1,-0.05102298,-0.003003943,0.9553519,1,-0.04916587,-0.0004642642,0.9235451,1,-0.04745563,0.00196916,0.8917304,1,-0.04581843,0.004400893,0.8585414,1,-0.04420367,0.006910077,0.8235232,1,-0.04268607,0.009420528,0.7872177,1,-0.04121775,0.0119668,0.7504295,1,-0.03983548,0.01452094,0.713613,1,-0.03849151,0.01713662,0.6765921,1,-0.03713264,0.01991299,0.6385969,1,-0.03576114,0.02296101,0.5985963,1,-0.03422736,0.02648956,0.5553309,1,-0.03252377,0.03071207,0.507858,1,-0.03055363,0.03589277,0.4564926,1,-0.02827374,0.04215683,0.403594,1,-0.02568445,0.04949928,0.3531809,1,-0.02297247,0.05739781,0.3097606,1,-0.02042976,0.06472526,0.2769825,1,-0.01851189,0.07017675,0.2565926,1,-0.01764187,0.07270954,0.2479617,1,-0.01774008,0.07251145,0.2486607,1,-0.01845579,0.07038149,0.2560161,1,-0.01959454,0.0671199,0.2677222,1,-0.02081542,0.06358206,0.2818046,1,-0.02195138,0.06021238,0.2964112,1,-0.02298567,0.05731037,0.3100925,1,-0.02376855,0.0549753,0.322131,1,-0.02444009,0.05300596,0.3327196,1,-0.02511179,0.0511749,0.342994,1,-0.02575257,0.04930325,0.3544391,1,-0.02652522,0.04711346,0.3681909,1,-0.02736569,0.04472889,0.384774,1,-0.02832461,0.04206351,0.4042231,1,-0.02929094,0.03933205,0.4263467,1,-0.03032302,0.03649726,0.4507776,1,-0.03138581,0.0337301,0.4768704,1,-0.03238632,0.03109603,0.5034184,1,-0.03329244,0.02880649,0.5286575,1,-0.03407019,0.02687531,0.5505764,1,-0.03466277,0.02546813,0.5675322,1,-0.03506738,0.0245366,0.5787548,1,-0.03528516,0.02406297,0.584436,1,-0.03528572,0.02401407,0.5853627,1,-0.0351968,0.02424185,0.5825135,1,-0.03500524,0.0246869,0.5769369,1,-0.03474511,0.0252803,0.5695598,1,-0.03446865,0.02597051,0.5611168,1,-0.03413123,0.02677306,0.5518701,1,-0.03375097,0.02765404,0.5418017,1,-0.03339449,0.02857226,0.5311571,1,-0.03301807,0.0294896,0.5207744,1,-0.03268569,0.03035535,0.5116161,1,-0.03242464,0.03101753,0.5044498,1,-0.03226474,0.03144078,0.4998183,1,-0.03216468,0.0316343,0.4982103,1,-0.03227909,0.03139719,0.5002725,1,-0.03249026,0.03079383,0.5067917,1,-0.03291319,0.02972515,0.5182748,1,-0.03351387,0.02824549,0.5346526,1,-0.03422736,0.02648956,0.5553309,1,-0.03509218,0.0245066,0.5788772,1,-0.0359185,0.02259431,0.6031065,1,-0.03668232,0.02091265,0.6253096,1,-0.03730164,0.01956558,0.6433001,1,-0.03775818,0.01862669,0.6560466,1,-0.03803958,0.01803105,0.6644395,1,-0.03828546,0.01755184,0.6708567,1,-0.03850779,0.01710211,0.6772743,1,-0.03872202,0.01664334,0.6837612,1,-0.03891926,0.01626903,0.6889727,1,-0.03901021,0.01610007,0.6912985,1,-0.03893797,0.01623587,0.6894623,1,-0.03868777,0.01671385,0.6830449,1,-0.03833375,0.01744519,0.6722904,1,-0.03780226,0.01851644,0.6575501,1,-0.03715723,0.01988638,0.6390343,1,-0.03637874,0.02154356,0.6169699,1,-0.03552285,0.02351103,0.5917261,1,-0.03454214,0.02577623,0.5638089,1,-0.03349031,0.02833353,0.5337088,1,-0.03234052,0.03122473,0.5020727,1,-0.03111398,0.03444247,0.4696698,1,-0.0297909,0.03800542,0.4373387,1,-0.02838668,0.04182621,0.406285,1,-0.02702695,0.04565532,0.378186,1,-0.02574576,0.04929452,0.3544915,1,-0.02464331,0.05245737,0.335725,1,-0.02375287,0.0550933,0.3212225,1,-0.02294415,0.05737868,0.3096555,1,-0.02222924,0.05949203,0.2996787,1,-0.0215155,0.06151944,0.2905582,1,-0.02084328,0.06349938,0.2820667,1,-0.02016209,0.0654575,0.2741344,1,-0.01953294,0.06734326,0.2668487,1,-0.0189228,0.06905875,0.2605065,1,-0.01842994,0.07054736,0.2553349,1,-0.01802687,0.07175018,0.2512641,1,-0.01769882,0.07265903,0.2480667,1,-0.01742897,0.07342502,0.2456731,1,-0.01724259,0.07397086,0.2440658,1,-0.01716313,0.07422599,0.2432097,1,-0.0171619,0.07422036,0.2432271,1,-0.01729255,0.07390261,0.2442231,1,-0.01747716,0.07329129,0.2462148,1,-0.01780429,0.07241835,0.2490802,1,-0.01816787,0.07132018,0.2526268,1,-0.01854485,0.0700823,0.2568546,1,-0.01909806,0.06853346,0.2624107,1,-0.01978533,0.06648005,0.2702556,1,-0.02072815,0.06386229,0.280704,1,-0.02176567,0.06086412,0.2933363,1,-0.02277415,0.05782365,0.3076636,1,-0.02388476,0.05471697,0.3232844,1,-0.02490545,0.05179941,0.3393771,1,-0.02576222,0.04921757,0.3550506,1,-0.02661941,0.04678456,0.3705497,1,-0.02753575,0.04428847,0.3876397,1,-0.02845832,0.04161057,0.4077703,1,-0.02949803,0.03879082,0.4305581,1,-0.0305281,0.03599672,0.4552692,1,-0.03160146,0.03315545,0.4825155,1,-0.03274108,0.03018123,0.513451,1,-0.03400764,0.02708496,0.548112,1,-0.03529267,0.0240199,0.5852926,1,-0.03663207,0.0210171,0.6238409,1,-0.0380291,0.01807121,0.6636702,1,-0.03954393,0.01506868,0.7057955,1,-0.04123412,0.01192869,0.7512168,1,-0.04319396,0.008569829,0.7996395,1,-0.04537372,0.005072764,0.84916,1,-0.04775633,0.001540044,0.8971573,1,-0.05014846,-0.001820945,0.9406903,1,-0.05235998,-0.00477304,0.9764284,1,-0.05403019,-0.006928898,1.001016,1,-0.05481826,-0.007920299,1.011761,1,-0.05446087,-0.007471972,1.006958,1,-0.05300424,-0.005599956,0.9856626,1,-0.05056547,-0.002382481,0.9476794,1,-0.0475648,0.001813541,0.8937263,1,-0.04429825,0.006772538,0.8251677,1,-0.04096853,0.01241692,0.7438526,1,-0.0376374,0.01886742,0.6526894,1,-0.0342904,0.02633613,0.5571837,1,-0.0309756,0.03480141,0.4664891,1,-0.02772286,0.04370373,0.3919207,1,-0.02503314,0.05135978,0.3420504,1,-0.02347549,0.05579902,0.3177802,1,-0.02313599,0.05682078,0.312521,1,-0.02343016,0.05598354,0.3166445,1,-0.02379815,0.05493527,0.3220437,1,-0.02390895,0.05463251,0.323826,1,-0.02365638,0.05528041,0.3203487,1,-0.02310119,0.05687489,0.3123462,1,-0.02238646,0.05896987,0.3021423,1,-0.0216735,0.06110775,0.2923229,1,-0.0210254,0.0629314,0.2845127,1,-0.02059335,0.06426565,0.2788169,1,-0.0201999,0.06534735,0.2746761,1,-0.01996073,0.06605043,0.2717233,1,-0.01977071,0.06664004,0.2695394,1,-0.01957959,0.06723733,0.2673554,1,-0.01932813,0.06797689,0.2643853,1,-0.01892611,0.06906373,0.260489,1,-0.0184868,0.07028671,0.2562782,1,-0.0181473,0.0712782,0.2527664,1,-0.01798209,0.07188439,0.250705,1,-0.01788681,0.07202158,0.2503728,1,-0.01803244,0.0715945,0.2517181,1,-0.01830483,0.07083274,0.2543738,1,-0.0186247,0.06986997,0.2576409,1,-0.01890907,0.06902897,0.2606111,1,-0.01905848,0.06861025,0.2622011,1,-0.01899582,0.06884134,0.2613276,1,-0.01856367,0.07006835,0.257082,1,-0.01779503,0.07239678,0.24915,1,-0.01657521,0.07591817,0.2377935,1,-0.01487438,0.08088872,0.2235895,1,-0.01269961,0.08717717,0.207691,1,-0.01015316,0.09451119,0.1916878,1,-0.007399241,0.102314,0.1770824,1,-0.004890461,0.1096459,0.1652202,1,-0.002840042,0.1153053,0.1569741,1,-0.001662492,0.1186352,0.1525017,1,-0.001384497,0.1196191,0.1511917,1,-0.001604401,0.1190078,0.1520478,1,-0.002133685,0.1174712,0.1540218,1,-0.002774653,0.1155681,0.1566422,1,-0.003618254,0.1131341,0.160014,1,-0.004626452,0.110314,0.1641719,1,-0.005643914,0.1074023,0.1686443,1,-0.006472606,0.1049531,0.1726449,1,-0.007114809,0.1031155,0.1757022,1,-0.007584353,0.1019736,0.1777465,1,-0.007727576,0.101315,0.1787945,1,-0.007723091,0.101295,0.1788294,1,-0.007628544,0.1017432,0.1781133,1,-0.007411916,0.1023651,0.1769951,1,-0.007106627,0.1030844,0.1757546,1,-0.006892588,0.1037636,0.1745667,1,-0.006663714,0.1044087,0.1734486,1,-0.00640829,0.105132,0.1723829,1,-0.006267181,0.1057315,0.1713348,1,-0.006018,0.1063556,0.1702865,1,-0.005768284,0.1069757,0.1692557,1,-0.005497649,0.1077303,0.16819,1,-0.005347291,0.1083587,0.167142])

Group203.addChildren(OrientationInterpolator217)
OrientationInterpolator218 = x3d.OrientationInterpolator()
OrientationInterpolator218.setDEF("Keyframe_l_talocrural")
OrientationInterpolator218.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator218.setKeyValue([-0.4835949,-0.2500239,1,0.04729749,-0.4710552,-0.251356,1,0.04880985,-0.4589104,-0.2525876,1,0.0503221,-0.4477694,-0.2537867,1,0.05183467,-0.4373692,-0.2553184,1,0.0533303,-0.42722,-0.2564389,1,0.05482539,-0.4178813,-0.2575171,1,0.05632083,-0.4090157,-0.2585482,1,0.05781638,-0.400275,-0.2595191,1,0.05931177,-0.392346,-0.260533,1,0.06079007,-0.3844952,-0.2614824,1,0.06226819,-0.3773685,-0.2624747,1,0.06372924,-0.3704371,-0.263368,1,0.06520784,-0.3640133,-0.2640896,1,0.06665123,-0.3579846,-0.2649989,1,0.06811289,-0.3522993,-0.2656775,1,0.0695568,-0.3467198,-0.2665235,1,0.0710187,-0.3409376,-0.2672074,1,0.07251529,-0.3341472,-0.268093,1,0.07406383,-0.3260457,-0.2691958,1,0.07564604,-0.3169689,-0.270438,1,0.077209,-0.3077545,-0.2715341,1,0.0786294,-0.3017245,-0.2721128,1,0.07959354,-0.303992,-0.2718208,1,0.07968491,-0.3196715,-0.2702475,1,0.07862731,-0.3518776,-0.2670187,1,0.07645629,-0.4011384,-0.2618201,1,0.07332387,-0.4653474,-0.2553267,1,0.06939767,-0.5398746,-0.2477266,1,0.0648443,-0.6166819,-0.2398311,1,0.05985227,-0.6883641,-0.2325258,1,0.05445759,-0.7540926,-0.225789,1,0.04855964,-0.8293218,-0.2180005,1,0.04204364,-0.9436924,-0.2065564,1,0.03500489,-1,-0.1652066,0.878151,0.03161492,-1,-0.1066109,0.6768421,0.03043088,-1,-0.0475908,0.4725935,0.02872965,-1,0.01692535,0.2468908,0.02553758,-1,0.118459,-0.1098807,0.01996146,-0.8931906,0.3587257,-1,0.01317998,-0.04286376,0.2815685,-1,0.02758609,0.2430948,0.2539313,-1,0.04542607,0.3611218,0.2401507,-1,0.06597129,0.4078727,0.2321863,-1,0.08784703,0.4215088,0.2270733,-1,0.1086367,0.4228292,0.2238653,-1,0.1240543,0.4258626,0.222908,-1,0.1280272,0.4487334,0.2237989,-1,0.1142901,0.5538554,0.2220101,-1,0.07885141,1,0.09197166,-0.6338592,0.03512708,0.6183776,-0.3494553,1,0.04958,0.2681124,-0.3352964,1,0.1263685,0.2243288,-0.3464139,1,0.1951517,0.2236633,-0.3574313,1,0.2440923,0.2272147,-0.3632009,1,0.2675869,0.2291813,-0.3634361,1,0.2676834,0.2331609,-0.360205,1,0.2512949,0.2434962,-0.3557921,1,0.227221,0.2607895,-0.35237,1,0.20405,0.2796661,-0.3509825,1,0.1889133,0.2924148,-0.3516022,1,0.1859172,0.2959148,-0.3539514,1,0.1943697,0.2916134,-0.3568126,1,0.2083582,0.2795391,-0.3579903,1,0.2189996,0.255393,-0.3551168,1,0.2184874,0.2138798,-0.3470891,1,0.2030741,0.1508207,-0.3341653,1,0.1741021,0.06410168,-0.3178254,1,0.1372617,-0.04527273,-0.2999617,1,0.100414,-0.1671503,-0.2828142,1,0.07008808,-0.2646106,-0.270042,1,0.04893538,-0.2767359,-0.2668285,1,0.03575121,-0.1617734,-0.2752935,1,0.0273307,0.09355653,-0.2964244,1,0.02013019,0.707234,-0.3481217,1,0.01141699,1,-0.08107372,-0.02007576,0.01382271,1,0.1375384,-0.7956408,0.01908367,0.7296469,0.2156614,-1,0.03272279,0.5401233,0.2279475,-1,0.05211433,0.4393173,0.2325518,-1,0.07255036,0.3764521,0.2336407,-1,0.09331343,0.3340773,0.2329116,-1,0.1136174,0.3046012,0.2314943,-1,0.1327399,0.2845985,0.229538,-1,0.1502497,0.272521,0.2271501,-1,0.1660667,0.2679488,0.2244639,-1,0.1808233,0.2713088,0.2210059,-1,0.1958095,0.2832508,0.2164779,-1,0.2129101,0.3040973,0.2104299,-1,0.2339267,0.3337982,0.2027006,-1,0.2593653,0.3719921,0.1938449,-1,0.2873322,0.4177543,0.1849657,-1,0.3128367,0.469901,0.1779168,-1,0.3282714,0.5299145,0.1745625,-1,0.3249291,0.6072059,0.1756523,-1,0.295515,0.7335338,0.1789296,-1,0.2375753,1,0.1697734,-0.9793636,0.1597913,1,0.04302489,-0.4555806,0.1427623,1,-0.1334638,0.1634086,0.129379,1,-0.3169681,0.7399102,0.1219598,0.8742539,-0.3981837,1,0.1368996,0.7607967,-0.3937292,1,0.1593395,0.803393,-0.3974729,1,0.1573563,1,-0.4036037,0.979785,0.1367147,1,-0.2851926,0.629149,0.1539407,1,-0.1841645,0.3196511,0.1779109,1,-0.1202299,0.1182417,0.2049549,1,-0.09028618,0.0221154,0.2290079,1,-0.0835278,0.0004845227,0.244942,1,-0.09028112,0.02239523,0.2511801,1,-0.1024127,0.06089159,0.2499577,1,-0.1121927,0.09166805,0.2449649,1,-0.113194,0.09497102,0.2388455,1,-0.1022918,0.06075774,0.232039,1,-0.08027962,-0.01062973,0.2234306,1,-0.05090486,-0.1099594,0.212342,1,-0.01945218,-0.2211633,0.200406,1,0.007570452,-0.3199432,0.192078,1,0.02250872,-0.3757354,0.193191,1,0.02115287,-0.3698612,0.2075079,1,0.008524478,-0.3202559,0.2321303,1,-0.006613316,-0.2622392,0.2573233,1,-0.01887402,-0.2167075,0.2734273,1,-0.02672162,-0.1882568,0.2779207,1,-0.03075646,-0.1746168,0.274209,1,-0.0319795,-0.1710911,0.2664202,1,-0.03131418,-0.1741294,0.2566023,1,-0.02967805,-0.1807748,0.2458022,1,-0.02827409,-0.186696,0.2351192,1,-0.02844753,-0.1870461,0.2256722,1,-0.03047905,-0.1803566,0.2179002,1,-0.03421126,-0.1679798,0.2113948,1,-0.03950028,-0.1499481,0.2054328,1,-0.04710894,-0.1238615,0.1995691,1,-0.05747796,-0.08862206,0.1936652,1,-0.06992843,-0.04709888,0.1879298,1,-0.08244795,-0.005022906,0.182708,1,-0.09396103,0.03299419,0.1784491,1,-0.1043192,0.06707507,0.1755269,1,-0.114536,0.1005643,0.1740765,1,-0.1251654,0.1350851,0.1738853,1,-0.1355783,0.1683231,0.1746497,1,-0.1445533,0.1966056,0.1760097,1,-0.1513279,0.2181229,0.177658,1,-0.1556053,0.2312392,0.179569,1,-0.1562709,0.2329836,0.1821444,1,-0.1519735,0.2192525,0.1863802,1,-0.1414779,0.1858028,0.1936976,1,-0.1240259,0.1300809,0.2055832,1,-0.1000773,0.05347902,0.2232773,1,-0.07217815,-0.03635176,0.2473726,1,-0.04472124,-0.1263986,0.2771826,1,-0.0215633,-0.2035852,0.309823,1,-0.004721171,-0.2612527,0.3396945,1,0.006149705,-0.2994438,0.359524,1,0.01205932,-0.3217527,0.3631122,1,0.0141198,-0.3310179,0.3488843,1,0.01239359,-0.3269965,0.3218941,1,0.006105124,-0.3060496,0.2924582,1,-0.005494121,-0.2648794,0.2714484,1,-0.02137921,-0.2084076,0.2651052,1,-0.03762551,-0.1509046,0.2725907,1,-0.05049827,-0.1059354,0.2879477,1,-0.05795429,-0.08014783,0.3042167,1,-0.05919536,-0.07533527,0.3165451,1,-0.05452111,-0.09035668,0.3225915,1,-0.04508459,-0.1215824,0.3214961,1,-0.03269455,-0.16437,0.3134582,1,-0.01906114,-0.213293,0.299385,1,-0.005656728,-0.2637086,0.2806882,1,0.007357144,-0.3136883,0.2588703,1,0.02050381,-0.365263,0.2357352,1,0.03422432,-0.4196386,0.2132833,1,0.04690542,-0.4695354,0.1935731,1,0.05463015,-0.4999374,0.1782485,1,0.05547826,-0.5030984,0.1680915,1,0.05354254,-0.4953219,0.1625322,1,0.05745222,-0.5106296,0.1597585,1,0.07345527,-0.5732689,0.1579317,1,0.1005216,-0.6814368,0.1563325,1,0.1324268,-0.8140371,0.1547573,1,0.1630764,-0.9455242,0.1527559,0.9458851,0.1783645,-1,0.1583015,0.880569,0.1818571,-1,0.1655357,0.8537324,0.1836787,-1,0.1658968,0.8614399,0.1839669,-1,0.160611,0.9001014,0.1827625,-1,0.1517016,0.9645367,0.1797313,-1,0.1410975,1,0.16681,-0.9522834,0.1366718,1,0.1463359,-0.866348,0.1379049,1,0.1255942,-0.7805412,0.1396323,1,0.1037501,-0.6923853,0.1419298,1,0.08021093,-0.5988975,0.1450466,1,0.05489277,-0.5006114,0.1492209,1,0.02897994,-0.4021331,0.1544864,1,0.004146901,-0.3097171,0.1607525,1,-0.01811269,-0.2286593,0.1675586,1,-0.0368801,-0.1616739,0.1738993,1,-0.05195947,-0.1089431,0.1786325,1,-0.06331651,-0.06967083,0.1808879,1,-0.0711424,-0.04331472,0.1804555,1,-0.07480211,-0.03091692,0.1776364,1,-0.07397362,-0.03390047,0.1730952,1,-0.06867217,-0.05236818,0.1673624,1,-0.05957246,-0.08382969,0.1604447,1,-0.04845956,-0.1229066,0.1521192,1,-0.03804816,-0.1603939,0.1422288,1,-0.03217153,-0.1818595,0.1306104,1,-0.03680391,-0.1668227,0.1164575,1,-0.0604456,-0.08504731,0.09835689,1,-0.1225567,0.1278382,0.07482956,1,-0.3004096,0.7305524,0.04515705,0.1664981,-0.3108055,1,0.05889012,-0.3557273,-0.2676824,1,0.08317529,-0.692485,-0.2390544,1,0.1018722,-0.9758973,-0.213529,1,0.1128628,-1,-0.1508679,0.8029571,0.1457159,-1,-0.1087311,0.6666619,0.1759045,-1,-0.08205952,0.5805476,0.2006372,-1,-0.06349904,0.5211799,0.2206221,-1,-0.04384296,0.4587353,0.2374208,-1,-0.01311659,0.3604484,0.2541625,-1,0.02985449,0.2204877,0.2719253,-1,0.07697852,0.0613447,0.2865636,-1,0.1215221,-0.09752881,0.2919655,-1,0.1604246,-0.2458384,0.2837135,-1,0.1929619,-0.37785,0.2590254,-1,0.2223313,-0.5004355,0.2158647,-1,0.2636375,-0.6656716,0.1527296,-0.8116776,0.3355871,-1,0.08666193,0.3533312,0.2393929,-1,0.07374027,1,0.06761774,-0.5488648,0.1268938,1,0.01271172,-0.336961,0.2207818,1,0.0003156256,-0.2839103,0.2978636,1,0.0004870869,-0.2790653,0.3529456,1,0.007277275,-0.3006749,0.387745,1,0.01735499,-0.3373806,0.4096768,1,0.02686477,-0.3743916,0.4253414,1,0.03209998,-0.3952012,0.4361559,1,0.03088829,-0.3902053,0.4359963,1,0.02336722,-0.361098,0.4138565,1,0.0104256,-0.315284,0.3641544,1,-0.006941101,-0.2574553,0.2945895,1,-0.02993399,-0.1820192,0.2218501,1,-0.06454544,-0.06684064,0.1617484,1,-0.1182199,0.1129228,0.12303,1,-0.183262,0.3281226,0.1062376,1,-0.2397015,0.509286,0.1059725,1,-0.2784581,0.627386,0.1139105,1,-0.3049213,0.7040399,0.121454,1,-0.3214096,0.7526084,0.1231381,1,-0.3234711,0.7613387,0.1187703,1,-0.301955,0.7002947,0.112224,1,-0.2528351,0.5502611,0.1080685,1,-0.1855309,0.3351534,0.1085527,1,-0.1177957,0.1113763,0.1126029,1,-0.06011357,-0.08512097,0.1167185,1,-0.00910732,-0.2650399,0.1165586,1,0.04573239,-0.4662076,0.1095374,1,0.1223742,-0.7559904,0.09525712,0.7875794,0.20038,-1,0.09544929,0.4220295,0.224242,-1,0.1224388,0.1748181,0.2375922,-1,0.1531547,0.008157598,0.2440119,-1,0.1867675,-0.1076924,0.2463121,-1,0.2214956,-0.1914691,0.2466367,-1,0.2546866,-0.2502362,0.2458696,-1,0.2840762,-0.2865864,0.2444552,-1,0.3080585,-0.3065208,0.24312,-1,0.3245951,-0.3202607,0.243242,-1,0.3307747,-0.3377234,0.2461625,-1,0.3245078,-0.3649373,0.2523461,-1,0.3065117,-0.401038,0.2608294,-1,0.2805949,-0.4352204,0.2696943,-1,0.2512959,-0.4465402,0.2766106,-1,0.2210541,-0.4076182,0.2793238,-1,0.1890669,-0.2792063,0.2755426,-1,0.1525427,0.03862945,0.2578952,-1,0.1095134,1,0.1875709,-0.9949921,0.06095449,1,-0.06356362,-0.07253832,0.1236816,1,-0.1516788,0.2182645,0.1876131,1,-0.1958079,0.3399425,0.2468724,1,-0.2196259,0.3913302,0.2948775,1,-0.229647,0.4062045,0.3257136,1,-0.2272042,0.3963614,0.3361757,1,-0.2120114,0.3611561,0.3271618,1,-0.1833313,0.2920195,0.3044201,1,-0.143314,0.1837688,0.2774323,1,-0.1000542,0.05368295,0.2559029,1,-0.06663059,-0.0548404,0.2459375,1,-0.05232384,-0.1025622,0.2490117,1,-0.0569048,-0.08611822,0.262456,1,-0.07323009,-0.03145703,0.2804626,1,-0.09306083,0.03168454,0.2954978,1,-0.1104469,0.08455649,0.3009347,1,-0.1217676,0.1188094,0.2940449,1,-0.1245011,0.1281753,0.2764145,1,-0.1155805,0.101914,0.2519969,1,-0.09248139,0.02924877,0.2255705,1,-0.05796381,-0.08663154,0.2017363,1,-0.02109526,-0.2168144,0.1836353,1,0.006419037,-0.3171885,0.1720253,1,0.01666089,-0.3554068,0.1658262,1,0.009006606,-0.3273322,0.1629079,1,-0.01211501,-0.2505831,0.1609546,1,-0.03940278,-0.1540609,0.1578319,1,-0.06476671,-0.06674724,0.1514095,1,-0.08181794,-0.008954838,0.140075,1,-0.08714367,0.008372944,0.1233608,1,-0.07781075,-0.02459322,0.1021376,1,-0.04844448,-0.1284655,0.07843615,1,0.0146837,-0.3547616,0.05503911,1,0.1485441,-0.8394246,0.03475841,0.5126885,0.2329228,-1,0.03785417,0.2087229,0.2571572,-1,0.04483538,0.07554285,0.2673513,-1,0.04969618,0.02455615,0.270822,-1,0.05253884,0.01554352,0.2715761,-1,0.05357534,0.03114891,0.2701755,-1,0.05310929,0.06376939,0.2678541,-1,0.05188264,0.1112364,0.2639586,-1,0.05094361,0.1738462,0.2586674,-1,0.05126692,0.2468663,0.2521597,-1,0.05316202,0.326548,0.2448129,-1,0.05599776,0.4117249,0.2375341,-1,0.05845585,0.5088768,0.2292966,-1,0.05957012,0.6259589,0.2195562,-1,0.0591062,0.7718069,0.2080467,-1,0.05731442,0.9543558,0.1933888,-1,0.05460226,1,0.1487668,-0.8472254,0.06065614,1,0.1051189,-0.6859591,0.06991719,1,0.06939574,-0.5539278,0.07986005,1,0.03840015,-0.4393498,0.09028625,1,0.008185276,-0.3287675,0.1006836,1,-0.02559974,-0.2068898,0.1102518,1,-0.06834058,-0.05678358,0.1180759,1,-0.1266204,0.1412048,0.1232134,1,-0.2087814,0.4066615,0.1244144,1,-0.3242188,0.7625853,0.1202395,0.798972,-0.3904539,1,0.1367915,0.5049808,-0.3727101,1,0.1801511,0.3088495,-0.3604403,1,0.2158161,0.1694393,-0.3502939,1,0.2399867,0.0736765,-0.3421385,1,0.2533696,0.01514337,-0.3368341,1,0.2605301,-0.01531906,-0.3343398,1,0.2661586,-0.03202154,-0.3334542,1,0.2718922,-0.04905875,-0.3323023,1,0.2764091,-0.07348876,-0.3297728,1,0.2779171,-0.102264,-0.3261465,1,0.2761078,-0.1260717,-0.3228377,1,0.2725231,-0.1365172,-0.3210492,1,0.2688965,-0.1327958,-0.3208984,1,0.2655706,-0.1212873,-0.3215204,1,0.261162,-0.1104697,-0.3214553,1,0.2538002,-0.1042695,-0.3201506,1,0.2425131,-0.1007672,-0.317998,1,0.2275895,-0.09604505,-0.3154121,1,0.2099528,-0.08783231,-0.3126935,1,0.19044,-0.07666337,-0.3101024,1,0.1697248,-0.06662183,-0.3071508,1,0.1484326,-0.06448358,-0.30333,1,0.1275504,-0.07591175,-0.2986746,1,0.1085097,-0.1039908,-0.2930273,1,0.09272209,-0.1470251,-0.2866296,1,0.08067821,-0.202042,-0.2800086,1,0.07190886,-0.270849,-0.2723135,1,0.065098,-0.3648503,-0.2628084,1,0.05849242,-0.5069768,-0.2483876,1,0.05059187,-0.7500311,-0.2247903,1,0.04061259,-1,-0.1463671,0.8127392,0.03548769,-1,-0.02800317,0.4048246,0.04030428,-1,0.0622121,0.09077694,0.04472726,-1,0.1318468,-0.1578708,0.04917048,-1,0.1886438,-0.3626777,0.05414473,-1,0.2344799,-0.5330498,0.05999196,-1,0.2704382,-0.6693859,0.06679527,-1,0.2958588,-0.7699518,0.07466865,-1,0.3112026,-0.8338981,0.08329942,-1,0.3183245,-0.8666443,0.09211128,-1,0.3204113,-0.8795953,0.1008113,-1,0.3197956,-0.8818457,0.1094618,-1,0.3171964,-0.8762352,0.1183701,-1,0.3133587,-0.8650979,0.1280192,-1,0.309102,-0.8519994,0.1389121,-1,0.3037905,-0.834918,0.1514215,-1,0.2964863,-0.808754,0.165703,-1,0.2871672,-0.7732348,0.1818438,-1,0.2771165,-0.7337421,0.1999097,-1,0.2675502,-0.6950412,0.2197832,-1,0.258833,-0.6588319,0.2406826,-1,0.2517471,-0.6285389,0.2610931,-1,0.2472563,-0.608941,0.2788692,-1,0.245281,-0.5999857,0.291394,-1,0.2448869,-0.5981985,0.2959518,-1,0.2468909,-0.6072607,0.2905871,-1,0.255199,-0.6449399,0.2747887,-1,0.2771593,-0.7439895,0.2495217,-1,0.3238551,-0.95735,0.2161746,-0.7209267,0.2994022,-1,0.2434406,-0.4326314,0.2613614,-1,0.2941477,-0.1985009,0.2264782,-1,0.3552897,-0.01165972,0.1952565,-1,0.4203603,0.1399928,0.1685633,-1,0.4802958,0.2640509,0.1481978,-1,0.5247588,0.3619214,0.1360683,-1,0.544985,0.4315676,0.1330496,-1,0.5369732,0.4713982,0.1383721,-1,0.5027441,0.4830845,0.1500932,-1,0.4487331,0.4714096,0.1656793,-1,0.3832071,0.4420681,0.1829661,-1,0.3139617,0.3992651,0.2005263,-1,0.2467147,0.3440207,0.2177206,-1,0.1847744,0.2709312,0.234611,-1,0.1303932,0.1647754,0.2523745,-1,0.08601265,0.009754496,0.272045,-1,0.05373673,-0.1303416,0.2880188,-1,0.0335537,0.04846292,0.2751228,-1,0.02275245,1,0.1931319,-0.9931333,0.01711059,1,0.003667247,-0.3169272,0.03971122,1,-0.04731292,-0.1340489,0.0604198,1,-0.07035603,-0.05299437,0.07028477,1,-0.0874024,0.006414351,0.06681486,1,-0.1082523,0.07755296,0.05528433,1,-0.1331042,0.1633972,0.04269727,1,-0.1519666,0.229075,0.03250122,1,-0.151307,0.2270011,0.02457809,1,-0.12387,0.1308841,0.01770281,1,-0.06288233,-0.08175673,0.01097751,1,0.08922273,-0.6152787,0.003997693,-1,0.1941811,-0.3866476,0.002983806,-1,-0.02989486,0.4081163,0.009371663,-1,-0.1506587,0.8324229,0.01475658,-0.8553534,-0.2129775,1,0.02242794,-0.7372319,-0.2248895,1,0.0314147,-0.7357137,-0.2255389,1,0.03697081,-0.8164269,-0.218556,1,0.03853954,-0.9609929,-0.2052118,1,0.03718089,-1,-0.1600363,0.8577543,0.03996499,-1,-0.1108589,0.6903057,0.04434163,-1,-0.06780654,0.5419746,0.04909484,-1,-0.03250105,0.4209809,0.05437589,-1,-0.007485374,0.3354737,0.06026946,-1,0.005725074,0.2897564,0.06674361,-1,0.006423006,0.287728,0.07338234,-1,-0.005473167,0.3286352,0.07941067,-1,-0.02785367,0.4057495,0.08402433,-1,-0.0569588,0.5043175,0.08673223,-1,-0.08639785,0.6029016,0.08767073,-1,-0.1099086,0.6809082,0.08725474,-1,-0.1225571,0.7230438,0.08615059,-1,-0.1228518,0.7243037,0.08492075,-1,-0.1130974,0.6922444,0.08375375,-1,-0.09881655,0.6450424,0.08258729,-1,-0.08803857,0.6087883,0.08130577,-1,-0.08636476,0.6037174,0.07987193,-1,-0.09486311,0.6319215,0.07846045,-1,-0.1073094,0.6738903,0.07730677,-1,-0.1152572,0.6999769,0.07669424,-1,-0.1127938,0.6917218,0.07681089,-1,-0.1009334,0.6527267,0.07754645,-1,-0.08550342,0.6003481,0.07852118,-1,-0.06986072,0.5482078,0.07954329,-1,-0.05481962,0.4973523,0.08081841,-1,-0.03892663,0.4433631,0.0826315,-1,-0.02254699,0.3875394,0.08473646,-1,-0.007309375,0.3354589,0.08656925,-1,0.005937788,0.2899385,0.08769204,-1,0.01745999,0.2500003,0.08812506,-1,0.02637027,0.2193746,0.08799137,-1,0.03190757,0.1997318,0.08739909,-1,0.03517369,0.1885149,0.08650799,-1,0.03746044,0.180606,0.08524939,-1,0.03988208,0.1721334,0.08365841,-1,0.04274191,0.1615525,0.08178781,-1,0.04635987,0.148963,0.07977712,-1,0.05044999,0.134684,0.07771317,-1,0.05473575,0.119204,0.07563111,-1,0.05941955,0.1028419,0.07354905,-1,0.06429195,0.08527283,0.07148404,-1,0.06938576,0.06669006,0.06940091,-1,0.07498446,0.04696678,0.06729968])

Group203.addChildren(OrientationInterpolator218)
OrientationInterpolator219 = x3d.OrientationInterpolator()
OrientationInterpolator219.setDEF("Keyframe_l_metatarsophalangeal")
OrientationInterpolator219.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator219.setKeyValue([-0.4835949,-0.2500239,1,0.04729749,-0.4710552,-0.251356,1,0.04880985,-0.4589104,-0.2525876,1,0.0503221,-0.4477694,-0.2537867,1,0.05183467,-0.4373692,-0.2553184,1,0.0533303,-0.42722,-0.2564389,1,0.05482539,-0.4178813,-0.2575171,1,0.05632083,-0.4090157,-0.2585482,1,0.05781638,-0.400275,-0.2595191,1,0.05931177,-0.392346,-0.260533,1,0.06079007,-0.3844952,-0.2614824,1,0.06226819,-0.3773685,-0.2624747,1,0.06372924,-0.3704371,-0.263368,1,0.06520784,-0.3640133,-0.2640896,1,0.06665123,-0.3579846,-0.2649989,1,0.06811289,-0.3522993,-0.2656775,1,0.0695568,-0.3467198,-0.2665235,1,0.0710187,-0.3409376,-0.2672074,1,0.07251529,-0.3341472,-0.268093,1,0.07406383,-0.3260457,-0.2691958,1,0.07564604,-0.3169689,-0.270438,1,0.077209,-0.3077545,-0.2715341,1,0.0786294,-0.3017245,-0.2721128,1,0.07959354,-0.303992,-0.2718208,1,0.07968491,-0.3196715,-0.2702475,1,0.07862731,-0.3518776,-0.2670187,1,0.07645629,-0.4011384,-0.2618201,1,0.07332387,-0.4653474,-0.2553267,1,0.06939767,-0.5398746,-0.2477266,1,0.0648443,-0.6166819,-0.2398311,1,0.05985227,-0.6883641,-0.2325258,1,0.05445759,-0.7540926,-0.225789,1,0.04855964,-0.8293218,-0.2180005,1,0.04204364,-0.9436924,-0.2065564,1,0.03500489,-1,-0.1652066,0.878151,0.03161492,-1,-0.1066109,0.6768421,0.03043088,-1,-0.0475908,0.4725935,0.02872965,-1,0.01692535,0.2468908,0.02553758,-1,0.118459,-0.1098807,0.01996146,-0.8931906,0.3587257,-1,0.01317998,-0.04286376,0.2815685,-1,0.02758609,0.2430948,0.2539313,-1,0.04542607,0.3611218,0.2401507,-1,0.06597129,0.4078727,0.2321863,-1,0.08784703,0.4215088,0.2270733,-1,0.1086367,0.4228292,0.2238653,-1,0.1240543,0.4258626,0.222908,-1,0.1280272,0.4487334,0.2237989,-1,0.1142901,0.5538554,0.2220101,-1,0.07885141,1,0.09197166,-0.6338592,0.03512708,0.6183776,-0.3494553,1,0.04958,0.2681124,-0.3352964,1,0.1263685,0.2243288,-0.3464139,1,0.1951517,0.2236633,-0.3574313,1,0.2440923,0.2272147,-0.3632009,1,0.2675869,0.2291813,-0.3634361,1,0.2676834,0.2331609,-0.360205,1,0.2512949,0.2434962,-0.3557921,1,0.227221,0.2607895,-0.35237,1,0.20405,0.2796661,-0.3509825,1,0.1889133,0.2924148,-0.3516022,1,0.1859172,0.2959148,-0.3539514,1,0.1943697,0.2916134,-0.3568126,1,0.2083582,0.2795391,-0.3579903,1,0.2189996,0.255393,-0.3551168,1,0.2184874,0.2138798,-0.3470891,1,0.2030741,0.1508207,-0.3341653,1,0.1741021,0.06410168,-0.3178254,1,0.1372617,-0.04527273,-0.2999617,1,0.100414,-0.1671503,-0.2828142,1,0.07008808,-0.2646106,-0.270042,1,0.04893538,-0.2767359,-0.2668285,1,0.03575121,-0.1617734,-0.2752935,1,0.0273307,0.09355653,-0.2964244,1,0.02013019,0.707234,-0.3481217,1,0.01141699,1,-0.08107372,-0.02007576,0.01382271,1,0.1375384,-0.7956408,0.01908367,0.7296469,0.2156614,-1,0.03272279,0.5401233,0.2279475,-1,0.05211433,0.4393173,0.2325518,-1,0.07255036,0.3764521,0.2336407,-1,0.09331343,0.3340773,0.2329116,-1,0.1136174,0.3046012,0.2314943,-1,0.1327399,0.2845985,0.229538,-1,0.1502497,0.272521,0.2271501,-1,0.1660667,0.2679488,0.2244639,-1,0.1808233,0.2713088,0.2210059,-1,0.1958095,0.2832508,0.2164779,-1,0.2129101,0.3040973,0.2104299,-1,0.2339267,0.3337982,0.2027006,-1,0.2593653,0.3719921,0.1938449,-1,0.2873322,0.4177543,0.1849657,-1,0.3128367,0.469901,0.1779168,-1,0.3282714,0.5299145,0.1745625,-1,0.3249291,0.6072059,0.1756523,-1,0.295515,0.7335338,0.1789296,-1,0.2375753,1,0.1697734,-0.9793636,0.1597913,1,0.04302489,-0.4555806,0.1427623,1,-0.1334638,0.1634086,0.129379,1,-0.3169681,0.7399102,0.1219598,0.8742539,-0.3981837,1,0.1368996,0.7607967,-0.3937292,1,0.1593395,0.803393,-0.3974729,1,0.1573563,1,-0.4036037,0.979785,0.1367147,1,-0.2851926,0.629149,0.1539407,1,-0.1841645,0.3196511,0.1779109,1,-0.1202299,0.1182417,0.2049549,1,-0.09028618,0.0221154,0.2290079,1,-0.0835278,0.0004845227,0.244942,1,-0.09028112,0.02239523,0.2511801,1,-0.1024127,0.06089159,0.2499577,1,-0.1121927,0.09166805,0.2449649,1,-0.113194,0.09497102,0.2388455,1,-0.1022918,0.06075774,0.232039,1,-0.08027962,-0.01062973,0.2234306,1,-0.05090486,-0.1099594,0.212342,1,-0.01945218,-0.2211633,0.200406,1,0.007570452,-0.3199432,0.192078,1,0.02250872,-0.3757354,0.193191,1,0.02115287,-0.3698612,0.2075079,1,0.008524478,-0.3202559,0.2321303,1,-0.006613316,-0.2622392,0.2573233,1,-0.01887402,-0.2167075,0.2734273,1,-0.02672162,-0.1882568,0.2779207,1,-0.03075646,-0.1746168,0.274209,1,-0.0319795,-0.1710911,0.2664202,1,-0.03131418,-0.1741294,0.2566023,1,-0.02967805,-0.1807748,0.2458022,1,-0.02827409,-0.186696,0.2351192,1,-0.02844753,-0.1870461,0.2256722,1,-0.03047905,-0.1803566,0.2179002,1,-0.03421126,-0.1679798,0.2113948,1,-0.03950028,-0.1499481,0.2054328,1,-0.04710894,-0.1238615,0.1995691,1,-0.05747796,-0.08862206,0.1936652,1,-0.06992843,-0.04709888,0.1879298,1,-0.08244795,-0.005022906,0.182708,1,-0.09396103,0.03299419,0.1784491,1,-0.1043192,0.06707507,0.1755269,1,-0.114536,0.1005643,0.1740765,1,-0.1251654,0.1350851,0.1738853,1,-0.1355783,0.1683231,0.1746497,1,-0.1445533,0.1966056,0.1760097,1,-0.1513279,0.2181229,0.177658,1,-0.1556053,0.2312392,0.179569,1,-0.1562709,0.2329836,0.1821444,1,-0.1519735,0.2192525,0.1863802,1,-0.1414779,0.1858028,0.1936976,1,-0.1240259,0.1300809,0.2055832,1,-0.1000773,0.05347902,0.2232773,1,-0.07217815,-0.03635176,0.2473726,1,-0.04472124,-0.1263986,0.2771826,1,-0.0215633,-0.2035852,0.309823,1,-0.004721171,-0.2612527,0.3396945,1,0.006149705,-0.2994438,0.359524,1,0.01205932,-0.3217527,0.3631122,1,0.0141198,-0.3310179,0.3488843,1,0.01239359,-0.3269965,0.3218941,1,0.006105124,-0.3060496,0.2924582,1,-0.005494121,-0.2648794,0.2714484,1,-0.02137921,-0.2084076,0.2651052,1,-0.03762551,-0.1509046,0.2725907,1,-0.05049827,-0.1059354,0.2879477,1,-0.05795429,-0.08014783,0.3042167,1,-0.05919536,-0.07533527,0.3165451,1,-0.05452111,-0.09035668,0.3225915,1,-0.04508459,-0.1215824,0.3214961,1,-0.03269455,-0.16437,0.3134582,1,-0.01906114,-0.213293,0.299385,1,-0.005656728,-0.2637086,0.2806882,1,0.007357144,-0.3136883,0.2588703,1,0.02050381,-0.365263,0.2357352,1,0.03422432,-0.4196386,0.2132833,1,0.04690542,-0.4695354,0.1935731,1,0.05463015,-0.4999374,0.1782485,1,0.05547826,-0.5030984,0.1680915,1,0.05354254,-0.4953219,0.1625322,1,0.05745222,-0.5106296,0.1597585,1,0.07345527,-0.5732689,0.1579317,1,0.1005216,-0.6814368,0.1563325,1,0.1324268,-0.8140371,0.1547573,1,0.1630764,-0.9455242,0.1527559,0.9458851,0.1783645,-1,0.1583015,0.880569,0.1818571,-1,0.1655357,0.8537324,0.1836787,-1,0.1658968,0.8614399,0.1839669,-1,0.160611,0.9001014,0.1827625,-1,0.1517016,0.9645367,0.1797313,-1,0.1410975,1,0.16681,-0.9522834,0.1366718,1,0.1463359,-0.866348,0.1379049,1,0.1255942,-0.7805412,0.1396323,1,0.1037501,-0.6923853,0.1419298,1,0.08021093,-0.5988975,0.1450466,1,0.05489277,-0.5006114,0.1492209,1,0.02897994,-0.4021331,0.1544864,1,0.004146901,-0.3097171,0.1607525,1,-0.01811269,-0.2286593,0.1675586,1,-0.0368801,-0.1616739,0.1738993,1,-0.05195947,-0.1089431,0.1786325,1,-0.06331651,-0.06967083,0.1808879,1,-0.0711424,-0.04331472,0.1804555,1,-0.07480211,-0.03091692,0.1776364,1,-0.07397362,-0.03390047,0.1730952,1,-0.06867217,-0.05236818,0.1673624,1,-0.05957246,-0.08382969,0.1604447,1,-0.04845956,-0.1229066,0.1521192,1,-0.03804816,-0.1603939,0.1422288,1,-0.03217153,-0.1818595,0.1306104,1,-0.03680391,-0.1668227,0.1164575,1,-0.0604456,-0.08504731,0.09835689,1,-0.1225567,0.1278382,0.07482956,1,-0.3004096,0.7305524,0.04515705,0.1664981,-0.3108055,1,0.05889012,-0.3557273,-0.2676824,1,0.08317529,-0.692485,-0.2390544,1,0.1018722,-0.9758973,-0.213529,1,0.1128628,-1,-0.1508679,0.8029571,0.1457159,-1,-0.1087311,0.6666619,0.1759045,-1,-0.08205952,0.5805476,0.2006372,-1,-0.06349904,0.5211799,0.2206221,-1,-0.04384296,0.4587353,0.2374208,-1,-0.01311659,0.3604484,0.2541625,-1,0.02985449,0.2204877,0.2719253,-1,0.07697852,0.0613447,0.2865636,-1,0.1215221,-0.09752881,0.2919655,-1,0.1604246,-0.2458384,0.2837135,-1,0.1929619,-0.37785,0.2590254,-1,0.2223313,-0.5004355,0.2158647,-1,0.2636375,-0.6656716,0.1527296,-0.8116776,0.3355871,-1,0.08666193,0.3533312,0.2393929,-1,0.07374027,1,0.06761774,-0.5488648,0.1268938,1,0.01271172,-0.336961,0.2207818,1,0.0003156256,-0.2839103,0.2978636,1,0.0004870869,-0.2790653,0.3529456,1,0.007277275,-0.3006749,0.387745,1,0.01735499,-0.3373806,0.4096768,1,0.02686477,-0.3743916,0.4253414,1,0.03209998,-0.3952012,0.4361559,1,0.03088829,-0.3902053,0.4359963,1,0.02336722,-0.361098,0.4138565,1,0.0104256,-0.315284,0.3641544,1,-0.006941101,-0.2574553,0.2945895,1,-0.02993399,-0.1820192,0.2218501,1,-0.06454544,-0.06684064,0.1617484,1,-0.1182199,0.1129228,0.12303,1,-0.183262,0.3281226,0.1062376,1,-0.2397015,0.509286,0.1059725,1,-0.2784581,0.627386,0.1139105,1,-0.3049213,0.7040399,0.121454,1,-0.3214096,0.7526084,0.1231381,1,-0.3234711,0.7613387,0.1187703,1,-0.301955,0.7002947,0.112224,1,-0.2528351,0.5502611,0.1080685,1,-0.1855309,0.3351534,0.1085527,1,-0.1177957,0.1113763,0.1126029,1,-0.06011357,-0.08512097,0.1167185,1,-0.00910732,-0.2650399,0.1165586,1,0.04573239,-0.4662076,0.1095374,1,0.1223742,-0.7559904,0.09525712,0.7875794,0.20038,-1,0.09544929,0.4220295,0.224242,-1,0.1224388,0.1748181,0.2375922,-1,0.1531547,0.008157598,0.2440119,-1,0.1867675,-0.1076924,0.2463121,-1,0.2214956,-0.1914691,0.2466367,-1,0.2546866,-0.2502362,0.2458696,-1,0.2840762,-0.2865864,0.2444552,-1,0.3080585,-0.3065208,0.24312,-1,0.3245951,-0.3202607,0.243242,-1,0.3307747,-0.3377234,0.2461625,-1,0.3245078,-0.3649373,0.2523461,-1,0.3065117,-0.401038,0.2608294,-1,0.2805949,-0.4352204,0.2696943,-1,0.2512959,-0.4465402,0.2766106,-1,0.2210541,-0.4076182,0.2793238,-1,0.1890669,-0.2792063,0.2755426,-1,0.1525427,0.03862945,0.2578952,-1,0.1095134,1,0.1875709,-0.9949921,0.06095449,1,-0.06356362,-0.07253832,0.1236816,1,-0.1516788,0.2182645,0.1876131,1,-0.1958079,0.3399425,0.2468724,1,-0.2196259,0.3913302,0.2948775,1,-0.229647,0.4062045,0.3257136,1,-0.2272042,0.3963614,0.3361757,1,-0.2120114,0.3611561,0.3271618,1,-0.1833313,0.2920195,0.3044201,1,-0.143314,0.1837688,0.2774323,1,-0.1000542,0.05368295,0.2559029,1,-0.06663059,-0.0548404,0.2459375,1,-0.05232384,-0.1025622,0.2490117,1,-0.0569048,-0.08611822,0.262456,1,-0.07323009,-0.03145703,0.2804626,1,-0.09306083,0.03168454,0.2954978,1,-0.1104469,0.08455649,0.3009347,1,-0.1217676,0.1188094,0.2940449,1,-0.1245011,0.1281753,0.2764145,1,-0.1155805,0.101914,0.2519969,1,-0.09248139,0.02924877,0.2255705,1,-0.05796381,-0.08663154,0.2017363,1,-0.02109526,-0.2168144,0.1836353,1,0.006419037,-0.3171885,0.1720253,1,0.01666089,-0.3554068,0.1658262,1,0.009006606,-0.3273322,0.1629079,1,-0.01211501,-0.2505831,0.1609546,1,-0.03940278,-0.1540609,0.1578319,1,-0.06476671,-0.06674724,0.1514095,1,-0.08181794,-0.008954838,0.140075,1,-0.08714367,0.008372944,0.1233608,1,-0.07781075,-0.02459322,0.1021376,1,-0.04844448,-0.1284655,0.07843615,1,0.0146837,-0.3547616,0.05503911,1,0.1485441,-0.8394246,0.03475841,0.5126885,0.2329228,-1,0.03785417,0.2087229,0.2571572,-1,0.04483538,0.07554285,0.2673513,-1,0.04969618,0.02455615,0.270822,-1,0.05253884,0.01554352,0.2715761,-1,0.05357534,0.03114891,0.2701755,-1,0.05310929,0.06376939,0.2678541,-1,0.05188264,0.1112364,0.2639586,-1,0.05094361,0.1738462,0.2586674,-1,0.05126692,0.2468663,0.2521597,-1,0.05316202,0.326548,0.2448129,-1,0.05599776,0.4117249,0.2375341,-1,0.05845585,0.5088768,0.2292966,-1,0.05957012,0.6259589,0.2195562,-1,0.0591062,0.7718069,0.2080467,-1,0.05731442,0.9543558,0.1933888,-1,0.05460226,1,0.1487668,-0.8472254,0.06065614,1,0.1051189,-0.6859591,0.06991719,1,0.06939574,-0.5539278,0.07986005,1,0.03840015,-0.4393498,0.09028625,1,0.008185276,-0.3287675,0.1006836,1,-0.02559974,-0.2068898,0.1102518,1,-0.06834058,-0.05678358,0.1180759,1,-0.1266204,0.1412048,0.1232134,1,-0.2087814,0.4066615,0.1244144,1,-0.3242188,0.7625853,0.1202395,0.798972,-0.3904539,1,0.1367915,0.5049808,-0.3727101,1,0.1801511,0.3088495,-0.3604403,1,0.2158161,0.1694393,-0.3502939,1,0.2399867,0.0736765,-0.3421385,1,0.2533696,0.01514337,-0.3368341,1,0.2605301,-0.01531906,-0.3343398,1,0.2661586,-0.03202154,-0.3334542,1,0.2718922,-0.04905875,-0.3323023,1,0.2764091,-0.07348876,-0.3297728,1,0.2779171,-0.102264,-0.3261465,1,0.2761078,-0.1260717,-0.3228377,1,0.2725231,-0.1365172,-0.3210492,1,0.2688965,-0.1327958,-0.3208984,1,0.2655706,-0.1212873,-0.3215204,1,0.261162,-0.1104697,-0.3214553,1,0.2538002,-0.1042695,-0.3201506,1,0.2425131,-0.1007672,-0.317998,1,0.2275895,-0.09604505,-0.3154121,1,0.2099528,-0.08783231,-0.3126935,1,0.19044,-0.07666337,-0.3101024,1,0.1697248,-0.06662183,-0.3071508,1,0.1484326,-0.06448358,-0.30333,1,0.1275504,-0.07591175,-0.2986746,1,0.1085097,-0.1039908,-0.2930273,1,0.09272209,-0.1470251,-0.2866296,1,0.08067821,-0.202042,-0.2800086,1,0.07190886,-0.270849,-0.2723135,1,0.065098,-0.3648503,-0.2628084,1,0.05849242,-0.5069768,-0.2483876,1,0.05059187,-0.7500311,-0.2247903,1,0.04061259,-1,-0.1463671,0.8127392,0.03548769,-1,-0.02800317,0.4048246,0.04030428,-1,0.0622121,0.09077694,0.04472726,-1,0.1318468,-0.1578708,0.04917048,-1,0.1886438,-0.3626777,0.05414473,-1,0.2344799,-0.5330498,0.05999196,-1,0.2704382,-0.6693859,0.06679527,-1,0.2958588,-0.7699518,0.07466865,-1,0.3112026,-0.8338981,0.08329942,-1,0.3183245,-0.8666443,0.09211128,-1,0.3204113,-0.8795953,0.1008113,-1,0.3197956,-0.8818457,0.1094618,-1,0.3171964,-0.8762352,0.1183701,-1,0.3133587,-0.8650979,0.1280192,-1,0.309102,-0.8519994,0.1389121,-1,0.3037905,-0.834918,0.1514215,-1,0.2964863,-0.808754,0.165703,-1,0.2871672,-0.7732348,0.1818438,-1,0.2771165,-0.7337421,0.1999097,-1,0.2675502,-0.6950412,0.2197832,-1,0.258833,-0.6588319,0.2406826,-1,0.2517471,-0.6285389,0.2610931,-1,0.2472563,-0.608941,0.2788692,-1,0.245281,-0.5999857,0.291394,-1,0.2448869,-0.5981985,0.2959518,-1,0.2468909,-0.6072607,0.2905871,-1,0.255199,-0.6449399,0.2747887,-1,0.2771593,-0.7439895,0.2495217,-1,0.3238551,-0.95735,0.2161746,-0.7209267,0.2994022,-1,0.2434406,-0.4326314,0.2613614,-1,0.2941477,-0.1985009,0.2264782,-1,0.3552897,-0.01165972,0.1952565,-1,0.4203603,0.1399928,0.1685633,-1,0.4802958,0.2640509,0.1481978,-1,0.5247588,0.3619214,0.1360683,-1,0.544985,0.4315676,0.1330496,-1,0.5369732,0.4713982,0.1383721,-1,0.5027441,0.4830845,0.1500932,-1,0.4487331,0.4714096,0.1656793,-1,0.3832071,0.4420681,0.1829661,-1,0.3139617,0.3992651,0.2005263,-1,0.2467147,0.3440207,0.2177206,-1,0.1847744,0.2709312,0.234611,-1,0.1303932,0.1647754,0.2523745,-1,0.08601265,0.009754496,0.272045,-1,0.05373673,-0.1303416,0.2880188,-1,0.0335537,0.04846292,0.2751228,-1,0.02275245,1,0.1931319,-0.9931333,0.01711059,1,0.003667247,-0.3169272,0.03971122,1,-0.04731292,-0.1340489,0.0604198,1,-0.07035603,-0.05299437,0.07028477,1,-0.0874024,0.006414351,0.06681486,1,-0.1082523,0.07755296,0.05528433,1,-0.1331042,0.1633972,0.04269727,1,-0.1519666,0.229075,0.03250122,1,-0.151307,0.2270011,0.02457809,1,-0.12387,0.1308841,0.01770281,1,-0.06288233,-0.08175673,0.01097751,1,0.08922273,-0.6152787,0.003997693,-1,0.1941811,-0.3866476,0.002983806,-1,-0.02989486,0.4081163,0.009371663,-1,-0.1506587,0.8324229,0.01475658,-0.8553534,-0.2129775,1,0.02242794,-0.7372319,-0.2248895,1,0.0314147,-0.7357137,-0.2255389,1,0.03697081,-0.8164269,-0.218556,1,0.03853954,-0.9609929,-0.2052118,1,0.03718089,-1,-0.1600363,0.8577543,0.03996499,-1,-0.1108589,0.6903057,0.04434163,-1,-0.06780654,0.5419746,0.04909484,-1,-0.03250105,0.4209809,0.05437589,-1,-0.007485374,0.3354737,0.06026946,-1,0.005725074,0.2897564,0.06674361,-1,0.006423006,0.287728,0.07338234,-1,-0.005473167,0.3286352,0.07941067,-1,-0.02785367,0.4057495,0.08402433,-1,-0.0569588,0.5043175,0.08673223,-1,-0.08639785,0.6029016,0.08767073,-1,-0.1099086,0.6809082,0.08725474,-1,-0.1225571,0.7230438,0.08615059,-1,-0.1228518,0.7243037,0.08492075,-1,-0.1130974,0.6922444,0.08375375,-1,-0.09881655,0.6450424,0.08258729,-1,-0.08803857,0.6087883,0.08130577,-1,-0.08636476,0.6037174,0.07987193,-1,-0.09486311,0.6319215,0.07846045,-1,-0.1073094,0.6738903,0.07730677,-1,-0.1152572,0.6999769,0.07669424,-1,-0.1127938,0.6917218,0.07681089,-1,-0.1009334,0.6527267,0.07754645,-1,-0.08550342,0.6003481,0.07852118,-1,-0.06986072,0.5482078,0.07954329,-1,-0.05481962,0.4973523,0.08081841,-1,-0.03892663,0.4433631,0.0826315,-1,-0.02254699,0.3875394,0.08473646,-1,-0.007309375,0.3354589,0.08656925,-1,0.005937788,0.2899385,0.08769204,-1,0.01745999,0.2500003,0.08812506,-1,0.02637027,0.2193746,0.08799137,-1,0.03190757,0.1997318,0.08739909,-1,0.03517369,0.1885149,0.08650799,-1,0.03746044,0.180606,0.08524939,-1,0.03988208,0.1721334,0.08365841,-1,0.04274191,0.1615525,0.08178781,-1,0.04635987,0.148963,0.07977712,-1,0.05044999,0.134684,0.07771317,-1,0.05473575,0.119204,0.07563111,-1,0.05941955,0.1028419,0.07354905,-1,0.06429195,0.08527283,0.07148404,-1,0.06938576,0.06669006,0.06940091,-1,0.07498446,0.04696678,0.06729968])

Group203.addChildren(OrientationInterpolator219)
OrientationInterpolator220 = x3d.OrientationInterpolator()
OrientationInterpolator220.setDEF("Keyframe_r_hip")
OrientationInterpolator220.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator220.setKeyValue([0.9183824,1,0.1522844,0.08374342,0.9257815,1,0.1571039,0.08264499,0.9333895,1,0.1620645,0.0815464,0.9410402,1,0.1669381,0.0804638,0.9488759,1,0.1721729,0.07938231,0.9567543,1,0.1773211,0.07831685,0.9648598,1,0.1826152,0.07726896,0.9729728,1,0.188049,0.07622062,0.9815537,1,0.193674,0.07515463,0.9903854,1,0.1994599,0.07410621,0.999246,1,0.2054065,0.07305734,1,0.9914497,0.2097633,0.07261166,1,0.9818013,0.2139864,0.07223902,1,0.9722741,0.2182986,0.07184955,1,0.9619394,0.2228419,0.0714774,1,0.9517017,0.2272115,0.07110678,1,0.9410952,0.2316183,0.07073707,1,0.9308659,0.2358426,0.07038559,1,0.9215677,0.2401671,0.07005063,1,0.9144661,0.2449886,0.06969525,1,0.9088839,0.2507738,0.06931812,1,0.9023094,0.2578481,0.06880119,1,0.8886136,0.2667797,0.06808056,1,0.860073,0.2776871,0.06707989,1,0.8103262,0.2903403,0.06577502,1,0.7383728,0.3055772,0.0641504,1,0.6481275,0.3257518,0.06209694,1,0.5479991,0.3551493,0.05949896,1,0.4492394,0.3989603,0.05610291,1,0.3613448,0.4626014,0.05155471,1,0.2851506,0.5559359,0.04550475,1,0.2117617,0.7042168,0.0376763,1,0.111107,0.9769542,0.02819884,0.6191716,-0.07424654,1,0.02849446,0.2325805,-0.2843623,1,0.02943914,-0.1121507,-0.5370499,1,0.03020051,-0.4125051,-0.8528034,1,0.03054754,-0.5520393,-1,0.7942255,0.03793673,-0.5606593,-1,0.554703,0.05170527,-0.5502161,-1,0.3878086,0.06727891,-0.5320192,-1,0.2667303,0.08443818,-0.5102282,-1,0.1775213,0.102822,-0.4851978,-1,0.1119656,0.1220196,-0.454999,-1,0.06573958,0.1419907,-0.4206799,-1,0.03709048,0.1628347,-0.3862238,-1,0.02423041,0.1845246,-0.3540166,-1,0.02369921,0.2069074,-0.3230348,-1,0.03085048,0.2298052,-0.2901735,-1,0.04076446,0.2529849,-0.2526745,-1,0.04930461,0.2760798,-0.2096615,-1,0.05462208,0.2989233,-0.1628316,-1,0.0575196,0.3218627,-0.1156586,-1,0.05970756,0.3457177,-0.07264749,-1,0.06160257,0.3710518,-0.0376125,-1,0.06215549,0.3975855,-0.0128109,-1,0.0608979,0.4242463,0.0003908741,-1,0.05794812,0.4500929,0.001577407,-1,0.05326268,0.4751063,-0.008546516,-1,0.04572834,0.4996942,-0.0287294,-1,0.03424776,0.5235775,-0.05815597,-1,0.01892047,0.5452806,-0.09674639,-1,0.001218839,0.5630807,-0.14403,-1,-0.01710509,0.5760993,-0.1989501,-1,-0.03490603,0.5842379,-0.2598535,-1,-0.05180153,0.5874822,-0.3248554,-1,-0.06763989,0.5856366,-0.3921238,-1,-0.08224798,0.5786309,-0.4597868,-1,-0.09635988,0.5664448,-0.5263754,-1,-0.112084,0.5489606,-0.5914406,-1,-0.1320323,0.5260233,-0.6564504,-1,-0.1581599,0.4972686,-0.7244947,-1,-0.1911975,0.4625575,-0.7992963,-1,-0.2318764,0.4226186,-0.8845884,-1,-0.2829263,0.3790355,-0.9844735,-1,-0.3507066,0.3335093,-1,-0.9051753,-0.4041151,0.3172661,-1,-0.7955897,-0.4683751,0.3021154,-1,-0.6810265,-0.5532941,0.2828863,-1,-0.5519338,-0.6631006,0.2599895,-1,-0.3969247,-0.8015115,0.2344764,-1,-0.2061613,-0.9727454,0.207701,-0.8465852,0.02326797,-1,0.2141677,-0.7024661,0.2137106,-1,0.2242296,-0.5972829,0.3591585,-1,0.2321382,-0.5355589,0.4547981,-1,0.2372653,-0.5233682,0.4945332,-1,0.2386427,-0.5660778,0.4718165,-1,0.2356056,-0.6653436,0.3807176,-1,0.2279842,-0.8167109,0.221438,-1,0.2163813,-1,0.004574961,-0.9891733,0.2042629,-1,-0.1996771,-0.809325,0.2306345,-1,-0.339448,-0.6781977,0.2532203,-1,-0.4245147,-0.5851908,0.2702805,-1,-0.4704993,-0.5191529,0.2810423,-1,-0.4928337,-0.4703679,0.2858541,-1,-0.5045925,-0.4309957,0.2857742,-1,-0.5156542,-0.3954982,0.282066,-1,-0.5341854,-0.3604025,0.2759264,-1,-0.5672292,-0.3243366,0.268526,-1,-0.6206138,-0.2875239,0.2610329,-1,-0.6962154,-0.2513913,0.2543947,-1,-0.7883275,-0.2170628,0.2493102,-1,-0.8851376,-0.1847463,0.2461112,-1,-0.9748684,-0.1535765,0.2446183,-0.9512334,-1,-0.1166941,0.256603,-0.8982628,-1,-0.08242115,0.2712238,-0.8601022,-1,-0.05280561,0.2820634,-0.8314548,-1,-0.02710962,0.2896805,-0.8081564,-1,-0.004642743,0.2954133,-0.7873568,-1,0.01515971,0.3007258,-0.7673187,-1,0.03311151,0.3066715,-0.7476668,-1,0.04977915,0.3135489,-0.7285161,-1,0.0652843,0.3210952,-0.7107037,-1,0.07917874,0.3286362,-0.6950281,-1,0.09018583,0.3352696,-0.681992,-1,0.09705643,0.3402513,-0.6710659,-1,0.09916594,0.3434855,-0.6612107,-1,0.09678751,0.3455867,-0.6528209,-1,0.09096329,0.3472352,-0.6466706,-1,0.0825438,0.3488533,-0.6435409,-1,0.07243605,0.3506227,-0.6436696,-1,0.06098152,0.3527016,-0.6467682,-1,0.04820964,0.3551592,-0.6525649,-1,0.03411283,0.3575635,-0.6611729,-1,0.01877142,0.3590468,-0.6727327,-1,0.001997054,0.3588604,-0.6884888,-1,-0.01517707,0.3562095,-0.7095354,-1,-0.03269314,0.3503239,-0.736709,-1,-0.05087079,0.3404835,-0.7707033,-1,-0.07129633,0.3262298,-0.8123801,-1,-0.09716173,0.3076505,-0.8621884,-1,-0.1329041,0.2855527,-0.9207965,-1,-0.1821489,0.2611799,-0.98865,-1,-0.2473684,0.2360935,-1,-0.942865,-0.3098396,0.2256848,-1,-0.8941938,-0.3756877,0.2178178,-1,-0.8807268,-0.447872,0.2101847,-1,-0.9118527,-0.5270478,0.2030469,-1,-0.9860292,-0.6120072,0.1968758,-0.9165764,-1,-0.6409318,0.2095769,-0.8274617,-1,-0.6484387,0.2282617,-0.7572045,-1,-0.6506643,0.247038,-0.706409,-1,-0.6517432,0.2635304,-0.6718755,-1,-0.6532406,0.2761917,-0.6503893,-1,-0.6566795,0.2839196,-0.6388958,-1,-0.6626338,0.2864203,-0.6352403,-1,-0.6704854,0.2843516,-0.6386179,-1,-0.6777725,0.279127,-0.650086,-1,-0.68146,0.2721735,-0.6709961,-1,-0.6777866,0.2649595,-0.7012098,-1,-0.6635168,0.2590036,-0.7386352,-1,-0.6370322,0.2555878,-0.7817972,-1,-0.5997463,0.2552672,-0.8303416,-1,-0.5553095,0.2576129,-0.8854152,-1,-0.5084769,0.2612289,-0.948228,-1,-0.4633602,0.2644641,-1,-0.9820628,-0.4148284,0.2712579,-1,-0.9156037,-0.3538573,0.2915847,-1,-0.8590921,-0.3044502,0.3105763,-1,-0.8137302,-0.263768,0.327449,-1,-0.7776744,-0.229238,0.3418876,-1,-0.7473134,-0.1985718,0.3542265,-1,-0.7187279,-0.1715045,0.3652083,-1,-0.6902214,-0.1504485,0.3752927,-1,-0.6639587,-0.1380572,0.3840076,-1,-0.6437091,-0.1352676,0.390159,-1,-0.6301047,-0.1399658,0.3935135,-1,-0.6189145,-0.148615,0.3950112,-1,-0.6031619,-0.1580767,0.3963018,-1,-0.5780346,-0.1668469,0.3984201,-1,-0.5442891,-0.1755763,0.401136,-1,-0.506677,-0.1853018,0.4036036,-1,-0.4708559,-0.1973764,0.4047355,-1,-0.4409061,-0.212899,0.4038417,-1,-0.4174149,-0.2320049,0.4005815,-1,-0.3966978,-0.2539563,0.394526,-1,-0.3709705,-0.278176,0.3850792,-1,-0.3316633,-0.3039151,0.3720985,-1,-0.2753693,-0.3294532,0.3565861,-1,-0.2078699,-0.3514335,0.3405778,-1,-0.1414089,-0.3676024,0.3260641,-1,-0.08832446,-0.3794771,0.3141358,-1,-0.05754408,-0.3924527,0.3045341,-1,-0.05369603,-0.4115701,0.2964114,-1,-0.07779068,-0.4374789,0.2892923,-1,-0.1259128,-0.4657673,0.283527,-1,-0.1888354,-0.4895853,0.2797741,-1,-0.2549157,-0.5042291,0.2778961,-1,-0.3151953,-0.5091543,0.2770438,-1,-0.3663319,-0.5076828,0.2761682,-1,-0.4095338,-0.5046716,0.2744904,-1,-0.4470995,-0.5029335,0.2718965,-1,-0.4792591,-0.5024036,0.2689116,-1,-0.5029302,-0.5015691,0.2664748,-1,-0.5137091,-0.4985374,0.2654777,-1,-0.5084621,-0.4918037,0.2665329,-1,-0.4874761,-0.4809011,0.2696781,-1,-0.4533592,-0.4676973,0.2741916,-1,-0.4091517,-0.4553954,0.2788149,-1,-0.3588366,-0.446584,0.2823004,-1,-0.3087302,-0.4420599,0.2837822,-1,-0.2667754,-0.4401234,0.2833753,-1,-0.2419577,-0.4379403,0.2822168,-1,-0.2412962,-0.4328715,0.2825401,-1,-0.2667687,-0.4240754,0.2868406,-1,-0.3128592,-0.4120256,0.2971773,-1,-0.3677175,-0.3976019,0.3145422,-1,-0.4178718,-0.3832335,0.3383711,-1,-0.4550031,-0.3725757,0.3663279,-1,-0.4780594,-0.3681349,0.3948743,-1,-0.4913576,-0.3704463,0.4203171,-1,-0.5025286,-0.3798185,0.4396133,-1,-0.5219815,-0.3977522,0.4503064,-1,-0.561439,-0.4279541,0.449377,-1,-0.6327795,-0.4794423,0.4324494,-1,-0.751148,-0.5722234,0.3946176,-1,-0.9485819,-0.7514623,0.331742,-0.7549797,-1,-0.8646291,0.3205333,-0.4208494,-1,-0.9931239,0.3057415,-0.0160121,-0.8354542,-1,0.3159782,0.3564625,-0.6507583,-1,0.295025,0.7598398,-0.4464753,-1,0.2305978,1,-0.1906256,-0.7542973,0.191367,1,-0.1267617,-0.427844,0.1636238,1,-0.4443698,-0.1714928,0.1083975,0.3539337,-1,0.1658409,0.09786904,-0.3638791,-1,0.2743338,0.1515988,-0.8073504,-1,0.3082275,0.1983309,-1,-0.8484151,0.2714463,0.2779206,-1,-0.6651567,0.2082571,0.4030604,-1,-0.5674721,0.166715,0.5315339,-1,-0.5180248,0.1402949,0.660057,-1,-0.4968706,0.1274547,0.7892352,-1,-0.4939869,0.1287914,0.9204247,-1,-0.5066803,0.1465508,1.053028,-1,-0.5369956,0.1840765,1.184095,-1,-0.5926749,0.2482887,1.309354,-1,-0.709619,0.3731391,1.424165,-0.8703986,-1,0.7100455,1.741451,-0.5067515,0.9471859,1,2.95438,-0.5013974,0.803619,-1,2.842524,-0.5318514,0.767835,-1,2.550589,-0.558026,0.7232327,-1,2.30647,-0.5706987,0.6752458,-1,2.148121,-0.5741168,0.6411524,-1,2.099565,-0.5787078,0.6303681,-1,2.127664,-0.5837563,0.6324294,-1,2.16693,-0.5956556,0.6320034,-1,2.157542,-0.6321982,0.6117325,-1,2.029759,-0.6963462,0.5663731,-1,1.801764,-0.7711998,0.5036252,-1,1.554826,-0.8470671,0.4332119,-1,1.335686,-0.9377629,0.3514733,-1,1.136876,-1,0.2307802,-0.9437847,1.0037,-1,0.09044131,-0.8343067,0.9326007,-1,-0.02624856,-0.7642386,0.8466173,-1,-0.1061488,-0.7445704,0.7484431,-1,-0.1502064,-0.7640373,0.6471737,-1,-0.1672658,-0.8006974,0.5510736,-1,-0.1731568,-0.8261257,0.4669416,-1,-0.1852059,-0.8163997,0.3977532,-1,-0.2113631,-0.7593654,0.3431818,-1,-0.2412798,-0.6514752,0.3023455,-1,-0.2571148,-0.4975265,0.2751962,-1,-0.2624367,-0.3247076,0.2613855,-1,-0.2726611,-0.1857359,0.2599213,-1,-0.2678713,-0.1228523,0.2737336,-1,-0.222954,-0.1309301,0.3083024,-1,-0.1668129,-0.1714183,0.361188,-1,-0.1422946,-0.2123111,0.418748,-1,-0.1629211,-0.2397017,0.4658998,-1,-0.2191065,-0.2494564,0.4950779,-1,-0.289684,-0.2432851,0.5063686,-1,-0.3508264,-0.2268046,0.5041209,-1,-0.3857622,-0.2075194,0.4943237,-1,-0.39085,-0.1928474,0.4824993,-1,-0.3743088,-0.1890267,0.471527,-1,-0.3497595,-0.1994913,0.4609005,-1,-0.3285616,-0.2241726,0.4485754,-1,-0.3163507,-0.2603992,0.4334625,-1,-0.3136196,-0.3048092,0.4163527,-1,-0.3183126,-0.3539233,0.3988158,-1,-0.3285619,-0.4054169,0.3818829,-1,-0.3450502,-0.4586208,0.3658667,-1,-0.3712079,-0.5131807,0.3507378,-1,-0.4106362,-0.5669508,0.336648,-1,-0.4637078,-0.6162651,0.3241099,-1,-0.5260628,-0.656996,0.3138844,-1,-0.588857,-0.6865714,0.3064718,-1,-0.6396812,-0.703801,0.3022437,-1,-0.6665954,-0.7093694,0.3015561,-1,-0.6647212,-0.7048976,0.3046267,-1,-0.638157,-0.6926052,0.3112261,-1,-0.5968622,-0.6747007,0.32079,-1,-0.5516643,-0.6540507,0.3324035,-1,-0.5117562,-0.6339048,0.344874,-1,-0.4819087,-0.6171712,0.3572263,-1,-0.4619406,-0.6049171,0.3691823,-1,-0.4482616,-0.5964583,0.3811101,-1,-0.4367495,-0.5892687,0.3938922,-1,-0.4234982,-0.5803211,0.4086131,-1,-0.4059037,-0.5681816,0.425947,-1,-0.3843413,-0.5538878,0.4455698,-1,-0.3622296,-0.5402393,0.4659621,-1,-0.3435755,-0.5294034,0.4846942,-1,-0.3307264,-0.5217714,0.4992042,-1,-0.3247093,-0.5172712,0.5073705,-1,-0.3256705,-0.5157592,0.5087826,-1,-0.3322349,-0.5167509,0.5050994,-1,-0.3414543,-0.5192755,0.4991829,-1,-0.3499211,-0.5214542,0.4937746,-1,-0.3540523,-0.5216342,0.4904909,-1,-0.3514796,-0.5188331,0.4897122,-1,-0.3426283,-0.5139365,0.4907663,-1,-0.329939,-0.5090751,0.4927743,-1,-0.3161049,-0.5062916,0.4951195,-1,-0.3038007,-0.5060535,0.4972596,-1,-0.295773,-0.5076481,0.498433,-1,-0.2939634,-0.5098585,0.4979989,-1,-0.2975727,-0.5120441,0.4958785,-1,-0.3037648,-0.5136228,0.4924877,-1,-0.3096595,-0.5141407,0.4882538,-1,-0.3144016,-0.5134541,0.4831038,-1,-0.3187692,-0.5117509,0.47666,-1,-0.3241984,-0.5095291,0.468653,-1,-0.3321594,-0.5073282,0.4594619,-1,-0.3442161,-0.5056186,0.4497669,-1,-0.3615654,-0.5038289,0.4400676,-1,-0.3840297,-0.5009365,0.4302587,-1,-0.4100326,-0.4969112,0.4195406,-1,-0.4381864,-0.4934331,0.4070035,-1,-0.4691724,-0.4925807,0.3921877,-1,-0.5054033,-0.4957381,0.3751787,-1,-0.5498521,-0.5030382,0.3564055,-1,-0.6042182,-0.5148469,0.3362561,-1,-0.6679363,-0.5319768,0.3151889,-1,-0.7395018,-0.5554927,0.2938596,-1,-0.8197553,-0.5859179,0.2728723,-1,-0.9132301,-0.6236754,0.2523207,-0.9755071,-1,-0.654484,0.2378837,-0.8625952,-1,-0.6308235,0.2459094,-0.7584594,-1,-0.6127995,0.2547319,-0.6649399,-1,-0.5995944,0.2652828,-0.5849288,-1,-0.5917625,0.277944,-0.5219584,-1,-0.5930879,0.2916955,-0.4789084,-1,-0.608514,0.3044792,-0.4570393,-1,-0.6425711,0.3137284,-0.4573084,-1,-0.6988048,0.3164544,-0.4820673,-1,-0.7823452,0.3092404,-0.5378753,-1,-0.9045891,0.2889338,-0.5857294,-0.91812,-1,0.2772186,-0.5870728,-0.7254446,-1,0.2877418,-0.598611,-0.5399737,-1,0.291508,-0.6233283,-0.3738413,-1,0.2873588,-0.6658269,-0.2314691,-1,0.2752569,-0.7301339,-0.1097076,-1,0.2568305,-0.8186018,-0.004552493,-1,0.2345808,-0.9346728,0.08250976,-1,0.2105751,-1,0.134479,-0.9206148,0.2020892,-1,0.1412718,-0.7757976,0.2082826,-1,0.1217621,-0.6387203,0.2157171,-1,0.08998502,-0.5147199,0.2243798,-1,0.05804917,-0.4092142,0.2340897,-1,0.03530237,-0.325677,0.244508,-1,0.02754142,-0.2644134,0.2551026,-1,0.03783249,-0.2227366,0.2651986,-1,0.06721888,-0.1966857,0.2741048,-1,0.1161318,-0.1825657,0.2809768,-1,0.1850555,-0.1775454,0.2850909,-1,0.2740324,-0.1795388,0.2863814,-1,0.3803481,-0.1871406,0.2852991,-1,0.4956821,-0.1984202,0.282873,-1,0.6052983,-0.2096292,0.2806982,-1,0.6903966,-0.215619,0.2806498,-1,0.7329837,-0.211774,0.2841859,-1,0.7235745,-0.1947592,0.2916635,-1,0.6660424,-0.1633595,0.3025117,-1,0.574686,-0.1188014,0.3158408,-1,0.4683581,-0.06601212,0.3307603,-1,0.365247,-0.01222054,0.3465007,-1,0.2801873,0.03533356,0.3622048,-1,0.2223243,0.07173602,0.3768874,-1,0.1952478,0.09499015,0.3893227,-1,0.1984581,0.1051465,0.3984558,-1,0.2285793,0.1041848,0.4038322,-1,0.2790449,0.09605226,0.4056245,-1,0.339845,0.08636307,0.4043754,-1,0.4009002,0.0800926,0.400818,-1,0.4562108,0.07934799,0.3957489,-1,0.5049067,0.08314239,0.3897131,-1,0.5480514,0.08902918,0.3829636,-1,0.5838414,0.09536541,0.3762216,-1,0.6078292,0.1022106,0.3711275,-1,0.6152092,0.110858,0.3695376,-1,0.6045623,0.12183,0.37165,-1,0.582147,0.1325709,0.3751883,-1,0.5583844,0.1390522,0.3770322,-1,0.5420248,0.1385089,0.3754056,-1,0.5382988,0.130975,0.3698763,-1,0.5488231,0.1182094,0.3605057,-1,0.5715846,0.1025017,0.3476496,-1,0.6020684,0.08593103,0.3320898,-1,0.6345588,0.07021157,0.3147979,-1,0.6621264,0.05661255,0.2970501,-1,0.6774442,0.04476721,0.2802902,-1,0.6757808,0.03216657,0.2656834,-1,0.659001,0.01537993,0.2535095,-1,0.6380553,-0.00843582,0.242834,-1,0.6257562,-0.03974133,0.2319432,-1,0.6273451,-0.07738312,0.2190876,-1,0.638487,-0.1195086,0.2033973,-1,0.6543861,-0.1657338,0.1851877,-1,0.6751015,-0.2175276,0.1654697,-1,0.7006043,-0.2761356,0.1457191,-1,0.7259045,-0.3399234,0.1277289,-1,0.7438088,-0.4014533,0.1128781,-1,0.750232,-0.4496573,0.1015746,-1,0.7460469,-0.473165,0.09329746,-1,0.736854,-0.4649985,0.08714236,-1,0.7353834,-0.4283118,0.08205891,-1,0.764174,-0.3793111,0.07701808,-1,0.8501601,-0.343557,0.07132211,-0.9900478,1,-0.3415014,0.06557354,-0.8212116,1,-0.3263052,0.07165527,-0.7253464,1,-0.3580242,0.07607349,-0.7188853,1,-0.427264,0.07781598,-0.7906519,1,-0.5172644,0.07827751,-0.9134907,1,-0.6082594,0.07905427,-1,0.9421313,-0.6527478,0.08490157,-1,0.8174021,-0.6377798,0.09765066,-1,0.7134924,-0.6293488,0.1087161,-1,0.6244711,-0.6242071,0.1175498,-1,0.5479475,-0.6144181,0.124376,-1,0.4820408,-0.5944536,0.1298541,-1,0.4229419,-0.5643831,0.1348683,-1,0.3692859,-0.5278481,0.1400429,-1,0.3258836,-0.4912699,0.1449319,-1,0.3013456,-0.4606418,0.1480435,-1,0.3014708,-0.4394264,0.1474214,-1,0.3292053,-0.4295174,0.1414128,-1,0.3931559,-0.4342697,0.1292192,-1,0.5125061,-0.4608683,0.1113878,-1,0.7184437,-0.5210882,0.08982789,-0.945606,1,-0.6002904,0.07135683,-0.6210374,1,-0.5214815,0.07597657,-0.3872033,1,-0.478658,0.07850756,-0.2075343,1,-0.4655995,0.07993038,-0.04760925,1,-0.4823356,0.08028205,0.1248484,1,-0.5333269,0.07838976,0.3373897,1,-0.6221884,0.07370784,0.6054007,1,-0.7485659,0.0671947,0.9245924,1,-0.8943127,0.06087156,1,0.7873648,-0.8025076,0.07169262,1,0.6321977,-0.6772914,0.08729837,1,0.5615662,-0.5754771,0.1027359,1,0.5406637,-0.4966998,0.1166977,1,0.5406932,-0.4426955,0.1274492,1,0.5426567,-0.4121866,0.1339119,1,0.5408171,-0.399903,0.1360087,1,0.5371675,-0.3981338,0.1348257,1,0.5356566,-0.3973199,0.1326259,1,0.5377204,-0.3893316,0.1320118,1,0.5413309,-0.3723472,0.1340967,1,0.5407631,-0.3501322,0.1381461,1,0.5315077,-0.3272549,0.1427221,1,0.5160165,-0.3068458,0.1466915,1,0.5020556,-0.2906491,0.1493775,1,0.4958664,-0.2793095,0.1505984,1,0.4992163,-0.2729093,0.1504513,1,0.5103602,-0.2704746,0.1492771,1,0.5262856,-0.2712629,0.1474433,1,0.5421335,-0.2734414,0.1453453,1,0.5541301,-0.2764534,0.1432415,1,0.5615665,-0.2799931,0.1411796,1,0.5650998,-0.2838629,0.1392192,1,0.567042,-0.2876638,0.1373001,1,0.5682699,-0.2916085,0.1354318,1,0.5698931,-0.2957118,0.133567,1,0.5716328,-0.2997027,0.1317191,1,0.5735549,-0.303958,0.1298926,1,0.5758216,-0.3081388,0.1280663,1,0.5779914,-0.312574,0.1262406])

Group203.addChildren(OrientationInterpolator220)
OrientationInterpolator221 = x3d.OrientationInterpolator()
OrientationInterpolator221.setDEF("Keyframe_r_knee")
OrientationInterpolator221.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator221.setKeyValue([1,0.03259277,0.06379782,0.1412498,1,0.0326972,0.06376433,0.1413718,1,0.03267974,0.06372061,0.1414765,1,0.03266522,0.06368421,0.1415638,1,0.0326507,0.06364784,0.1416511,1,0.03263909,0.06361879,0.1417209,1,0.0327548,0.06361467,0.1417731,1,0.03274317,0.06358568,0.1418428,1,0.03273444,0.06356396,0.1418952,1,0.03272282,0.063535,0.141965,1,0.03271412,0.06351329,0.1420174,1,0.03270252,0.0634844,0.1420872,1,0.032815,0.06347317,0.1421568,1,0.03280627,0.06345154,0.1422092,1,0.03279465,0.06342271,0.142279,1,0.03278013,0.06338674,0.1423663,1,0.03274805,0.06322698,0.1424536,1,0.03285439,0.06320164,0.1425582,1,0.03283405,0.06315157,0.1426803,1,0.03281375,0.0631016,0.1428025,1,0.03280506,0.06308021,0.1428549,1,0.03282534,0.06313014,0.1427327,1,0.03278594,0.06340113,0.1423314,1,0.0326507,0.06364784,0.1416511,1,0.03253454,0.06394875,0.1408485,1,0.03240857,0.06431245,0.140203,1,0.03243762,0.06438688,0.1400285,1,0.03245276,0.06404157,0.1405869,1,0.03271993,0.06352776,0.1419825,1,0.03306778,0.06259312,0.144233,1,0.03351509,0.06134367,0.1471639,1,0.03389577,0.06004048,0.1503915,1,0.03428362,0.05892567,0.1535842,1,0.03468696,0.05784896,0.1564802,1,0.0349446,0.05703894,0.1589227,1,0.0351891,0.05644227,0.1607196,1,0.03535101,0.05609564,0.1616442,1,0.0353087,0.0560143,0.161906,1,0.03538973,0.05597788,0.1620803,1,0.03537406,0.05568242,0.1627435,1,0.03558537,0.05533437,0.1641216,1,0.03575032,0.05458722,0.1662153,1,0.03610267,0.05393719,0.1685354,1,0.0362174,0.05339989,0.1703325,1,0.0363255,0.05326201,0.1709605,1,0.03623678,0.05343372,0.1702103,1,0.0360198,0.05395913,0.168396,1,0.03579867,0.05475001,0.1660232,1,0.03556446,0.05548015,0.1635807,1,0.03526129,0.05611603,0.1615222,1,0.03509564,0.05665599,0.1599346,1,0.03492383,0.05720262,0.1583643,1,0.03474571,0.05775592,0.1568116,1,0.03470405,0.05788403,0.1563755,1,0.03504165,0.05702839,0.1590098,1,0.03594631,0.05441692,0.1669827,1,0.03742717,0.05017204,0.1823878,1,0.03944824,0.04486299,0.2067602,1,0.04165843,0.03939024,0.2412344,1,0.04390472,0.03461275,0.2865432,1,0.04610616,0.03093867,0.3430009,1,0.04830109,0.02855081,0.4101542,1,0.0506013,0.02749527,0.4863806,1,0.05311306,0.02769054,0.5689582,1,0.05601067,0.02901353,0.6542403,1,0.0593112,0.03129258,0.7383012,1,0.06302711,0.03437188,0.8173896,1,0.06716371,0.03810876,0.8884323,1,0.07143591,0.0421364,0.9492159,1,0.07549448,0.04605055,0.9977167,1,0.07879518,0.04926617,1.031631,1,0.08067776,0.05111106,1.049041,1,0.08068403,0.05111459,1.049111,1,0.07886361,0.04933596,1.032242,1,0.07568078,0.04623001,0.9995305,1,0.07167795,0.04236509,0.952374,1,0.06741183,0.03833937,0.8925152,1,0.06328772,0.03460376,0.8221346,1,0.05955286,0.03148235,0.7439017,1,0.0562283,0.02913865,0.6608007,1,0.05332436,0.02774944,0.5753613,1,0.0506982,0.02748435,0.4901665,1,0.04826498,0.0285584,0.4091772,1,0.04593248,0.03121411,0.3377842,1,0.04367062,0.03500275,0.2815361,1,0.04184261,0.03889575,0.2450553,1,0.04101294,0.04083306,0.2306445,1,0.04133957,0.04005915,0.2362448,1,0.04241394,0.03761492,0.2555756,1,0.04364472,0.03506317,0.2813616,1,0.04479672,0.03296065,0.3082818,1,0.04573004,0.03144291,0.3331609,1,0.04647165,0.03040185,0.3540099,1,0.0470076,0.02979719,0.369555,1,0.04732564,0.02941118,0.3796046,1,0.04747827,0.02922046,0.385083,1,0.04759455,0.02916323,0.3874732,1,0.0476113,0.02913524,0.3881536,1,0.04759858,0.02913195,0.3882931,1,0.0476496,0.02915683,0.3887989,1,0.04766547,0.02909747,0.3903517,1,0.04776843,0.02896941,0.3935273,1,0.04793056,0.02881872,0.3988138,1,0.04817157,0.02862944,0.4062811,1,0.04847134,0.02844138,0.4152486,1,0.04875631,0.0282544,0.4246177,1,0.04902718,0.0280882,0.4335331,1,0.04925533,0.02794838,0.4415065,1,0.04947564,0.02787038,0.4483629,1,0.04962774,0.02778316,0.4541033,1,0.04975061,0.0276987,0.4587969,1,0.04985651,0.02767851,0.4622338,1,0.04993949,0.02767592,0.4642574,1,0.04994861,0.02766887,0.4649903,1,0.0499593,0.02766938,0.4648507,1,0.0499435,0.02767612,0.4642052,1,0.04989043,0.02768891,0.4631932,1,0.04986405,0.0277036,0.4618323,1,0.04981146,0.02770103,0.4602621,1,0.04978026,0.02774183,0.4586569,1,0.04972197,0.02774053,0.4571566,1,0.04968028,0.02775688,0.4559877,1,0.04966551,0.0277657,0.4553246,1,0.0496419,0.0277483,0.4550806,1,0.04963709,0.02777365,0.4548361,1,0.04962091,0.02778264,0.4541905,1,0.04957439,0.02778459,0.4525332,1,0.04948875,0.02783318,0.4493577,1,0.04932891,0.02790221,0.4440016,1,0.04906099,0.028016,0.4359935,1,0.04876377,0.02820613,0.4256997,1,0.04841025,0.02844236,0.4145683,1,0.04814342,0.02867461,0.4048852,1,0.04791816,0.0288159,0.3989534,1,0.0479341,0.02885523,0.3984472,1,0.04810747,0.02871902,0.4035766,1,0.04839339,0.02848453,0.4130504,1,0.04875631,0.0282544,0.4246177,1,0.04909805,0.02803378,0.4360805,1,0.04940566,0.02791285,0.4458331,1,0.04959669,0.02780172,0.4527947,1,0.04971271,0.02774944,0.4564238,1,0.04973219,0.02776663,0.4567202,1,0.04962501,0.02778295,0.4541382,1,0.04951114,0.0278501,0.4496192,1,0.04934828,0.02789114,0.4446123,1,0.04921172,0.02794369,0.4406518,1,0.04914859,0.02797962,0.4388721,1,0.04918932,0.02795536,0.440076,1,0.04936801,0.02790747,0.4449086,1,0.04960956,0.02776626,0.4537894,1,0.05001761,0.02762647,0.4669445,1,0.05053541,0.02752408,0.4844263,1,0.05119579,0.02744219,0.5059737,1,0.05194511,0.02747317,0.5310279,1,0.05281981,0.02761772,0.5589259,1,0.05375977,0.02791421,0.5887779,1,0.0547701,0.02834029,0.6189793,1,0.05574351,0.02884917,0.647314,1,0.05665597,0.02940833,0.6720366,1,0.05743545,0.02992492,0.6927465,1,0.0581206,0.03040337,0.7100368,1,0.0587473,0.03086729,0.7248316,1,0.05928022,0.0312702,0.7377255,1,0.05976484,0.03165463,0.7486296,1,0.06011695,0.03192344,0.7569176,1,0.06036603,0.03213273,0.7620989,1,0.06046242,0.03221222,0.7643147,1,0.06046183,0.03221295,0.7643319,1,0.06040289,0.03215595,0.7630764,1,0.06033048,0.03211005,0.761366,1,0.06027352,0.03205186,0.7600576,1,0.06027053,0.03205705,0.7604243,1,0.06046422,0.03221004,0.7642624,1,0.06089449,0.03255619,0.7736319,1,0.06167541,0.03321277,0.7901192,1,0.06290729,0.03426597,0.8145974,1,0.06464875,0.03580718,0.8469794,1,0.06700765,0.03796637,0.8856753,1,0.0697938,0.04057364,0.9270763,1,0.07278115,0.04342218,0.9662616,1,0.07561032,0.04616319,0.9987804,1,0.07783442,0.04832811,1.022088,1,0.07922333,0.04968561,1.035398,1,0.07960007,0.05005694,1.039255,1,0.07918165,0.04964121,1.035207,1,0.07818882,0.0486736,1.025385,1,0.0768294,0.04734691,1.011673,1,0.07531592,0.04587369,0.9953956,1,0.0737135,0.04432119,0.9772171,1,0.07208353,0.0427578,0.9574156,1,0.07045715,0.04120041,0.936166,1,0.06885081,0.03967971,0.9138001,1,0.0673124,0.03824177,0.890788,1,0.06588192,0.03692785,0.8678104,1,0.06459414,0.03576135,0.845583,1,0.06343696,0.03473612,0.8247166,1,0.06245597,0.03388168,0.8056118,1,0.06160605,0.03315207,0.7885665,1,0.06089102,0.03256069,0.7737364,1,0.06030174,0.03208291,0.7610001,1,0.05980083,0.03167582,0.7499037,1,0.0593709,0.03134005,0.7400634,1,0.05901137,0.03106446,0.7317413,1,0.0588036,0.03091321,0.7261227,1,0.05871967,0.03084076,0.7249894,1,0.0589554,0.03101758,0.7298917,1,0.05943155,0.03138694,0.7412499,1,0.06017246,0.03198052,0.7579814,1,0.06106234,0.03269828,0.7776274,1,0.06199897,0.03348302,0.7970636,1,0.06285976,0.03423122,0.8133233,1,0.06339026,0.03469494,0.8233901,1,0.06336751,0.03467153,0.8237051,1,0.06268419,0.03407212,0.8103057,1,0.0611919,0.0328083,0.7798252,1,0.05901048,0.03106646,0.7312175,1,0.05653219,0.02932397,0.6687216,1,0.0543386,0.02813863,0.6068885,1,0.05328458,0.0277263,0.5742624,1,0.05421761,0.02809568,0.6022822,1,0.05773238,0.03013598,0.6998297,1,0.06447817,0.03565635,0.8438038,1,0.07639181,0.04692057,1.007102,1,0.09919674,0.06945431,1.175269,1,0.1537566,0.123913,1.33809,1,0.3813128,0.3513098,1.481043,0.6228924,1,0.9799688,2.407387,0.4984214,1,0.9819934,2.836615,0.4636717,1,0.9819158,2.923486,0.4515329,1,0.9818072,2.947433,0.4540526,1,0.9818326,2.942702,0.4689618,1,0.9819505,2.912063,0.4985886,1,0.9819926,2.836118,0.5639414,1,0.9812438,2.616921,0.9747328,1,0.9701355,1.562335,1,0.3106702,0.2807217,1.461349,1,0.1623971,0.1325475,1.35221,1,0.1089154,0.07913543,1.219484,1,0.08222743,0.05263165,1.062842,1,0.06668622,0.03766818,0.8806682,1,0.05672989,0.02945295,0.6744621,1,0.04967961,0.02773131,0.4563019,1,0.04246235,0.03761476,0.2557499,1,0.02503359,0.08652399,0.1036188,0.9746304,-0.2676948,1,0.009210317,-1,-0.1536181,0.3220661,0.02928092,-1,-0.1949363,0.4515233,0.02078491,0.2256193,-0.3056578,1,0.009244368,1,-0.157643,0.6600709,0.01391359,0.9499394,-0.2679099,1,0.009210877,-0.4988697,-0.3430805,1,0.009282392,-1,-0.2243338,0.5433422,0.01720881,-1,-0.1690614,0.3710594,0.02535542,-1,-0.1564362,0.329607,0.02860022,-1,-0.1698364,0.3728323,0.02523345,-1,-0.2705494,0.6882345,0.01356241,1,-0.244663,0.9366701,0.009831347,1,-0.01124356,0.1990229,0.04552471,1,0.02172783,0.09696119,0.0926104,1,0.03355391,0.0611748,0.1476524,1,0.03944824,0.04486299,0.2067602,1,0.04310427,0.0361158,0.2698469,1,0.04605111,0.0310295,0.3412387,1,0.0486874,0.02832141,0.422018,1,0.05112479,0.02743949,0.5044209,1,0.05361853,0.02785696,0.5841546,1,0.05652531,0.02933316,0.6685993,1,0.06037226,0.03212904,0.7624833,1,0.06522032,0.03632897,0.8564348,1,0.07041514,0.04116508,0.9358697,1,0.07511218,0.04567681,0.99318,1,0.07847811,0.04895805,1.028578,1,0.08028213,0.05072381,1.045623,1,0.08062875,0.05106135,1.04878,1,0.07998452,0.05043141,1.042638,1,0.07869362,0.04916651,1.030514,1,0.07699293,0.04750365,1.013453,1,0.07488253,0.0454518,0.9909831,1,0.07247826,0.04313267,0.962633,1,0.06991716,0.0406913,0.9290308,1,0.06736363,0.03829542,0.8917823,1,0.06501099,0.03613501,0.8528059,1,0.06286161,0.03423478,0.8135676,1,0.06095565,0.03261435,0.7748354,1,0.05924412,0.03125315,0.73701,1,0.05773183,0.03012788,0.7006504,1,0.05648034,0.02930483,0.666802,1,0.05536193,0.02863384,0.6368632,1,0.05454316,0.02823635,0.6124192,1,0.05397068,0.02799464,0.595408,1,0.05371848,0.02789919,0.5874345,1,0.05376178,0.0279136,0.5887431,1,0.05406926,0.02801487,0.5980777,1,0.05456858,0.02824157,0.6131347,1,0.05517636,0.02854563,0.6311228,1,0.05583951,0.02891815,0.6494421,1,0.05645581,0.02928426,0.6663486,1,0.05698916,0.02962195,0.6811091,1,0.05748805,0.02996602,0.6938456,1,0.05792708,0.03026332,0.7051865,1,0.05834606,0.03056412,0.7159866,1,0.05880554,0.03090861,0.726891,1,0.05928073,0.03126964,0.7379875,1,0.05973939,0.0316261,0.7484556,1,0.06011509,0.03192555,0.75697,1,0.06036786,0.03213057,0.7620465,1,0.06039738,0.03216065,0.7629539,1,0.06027297,0.03205419,0.7603546,1,0.06010823,0.03192922,0.7563237,1,0.05995439,0.03180231,0.753393,1,0.05998367,0.03182686,0.7534624,1,0.0601425,0.03195231,0.7570915,1,0.06040491,0.03215743,0.7635825,1,0.06082036,0.03250438,0.771677,1,0.06119278,0.03281051,0.7800871,1,0.06156746,0.03312361,0.7876239,1,0.06181653,0.0333329,0.7931552,1,0.06195535,0.03345475,0.7959815,1,0.06195746,0.03345151,0.7959117,1,0.06181864,0.03333437,0.793382,1,0.06160542,0.03315723,0.7888805,1,0.06132881,0.03292054,0.7826691,1,0.06092872,0.03258626,0.7746963,1,0.06046935,0.03220997,0.7649609,1,0.05998176,0.03183011,0.7537941,1,0.05943389,0.03138494,0.7417389,1,0.05892018,0.03100197,0.7288793,1,0.05831653,0.03054751,0.7148349,1,0.05767702,0.03009232,0.6990625,1,0.05699392,0.02961882,0.6810046,1,0.0562021,0.02911967,0.660382,1,0.05538836,0.02865035,0.6372818,1,0.05451541,0.02822289,0.612018,1,0.05363045,0.02786066,0.5851144,1,0.05275134,0.02759171,0.5574081,1,0.05190142,0.02746327,0.5299635,1,0.05111737,0.02743786,0.5036708,1,0.05037483,0.02755226,0.4789306,1,0.04969253,0.02775775,0.4558306,1,0.04902839,0.02804329,0.4346848,1,0.04850541,0.0284358,0.416243,1,0.04801291,0.02877024,0.4015354,1,0.04770176,0.02904434,0.3916779,1,0.047585,0.02916073,0.3875779,1,0.04764872,0.0290871,0.390003,1,0.04797747,0.02884471,0.3993543,1,0.04846088,0.02843948,0.4153708,1,0.0491333,0.02800753,0.4373542,1,0.04995796,0.02766932,0.4648681,1,0.05094874,0.02745354,0.4980702,1,0.05214838,0.02749797,0.5371342,1,0.05350899,0.02780833,0.5813109,1,0.05509003,0.02849781,0.6282614,1,0.056762,0.02946502,0.6750203,1,0.05848537,0.03067491,0.7189698,1,0.0601475,0.03194948,0.7575107,1,0.06160174,0.03315841,0.7887059,1,0.06279191,0.03416834,0.8122768,1,0.06367655,0.03493793,0.8291309,1,0.06429816,0.0355003,0.8400344,1,0.06455483,0.03572405,0.8449026,1,0.06443813,0.03562135,0.8431584,1,0.06394488,0.03518562,0.8340155,1,0.06301961,0.03436401,0.816726,1,0.0617083,0.03324165,0.79066,1,0.06005029,0.03187668,0.7556089,1,0.05817628,0.03044273,0.7116072,1,0.05617665,0.02911751,0.6591429,1,0.05410668,0.02804504,0.5992116,1,0.05202008,0.02747948,0.5336273,1,0.04996331,0.02766957,0.4647983,1,0.04783426,0.02893966,0.3955859,1,0.04556392,0.03164184,0.3290436,1,0.04304086,0.0363354,0.2679102,1,0.03994016,0.04355659,0.2139482,1,0.03602257,0.05396408,0.1683785,1,0.03121914,0.06808888,0.1322476,1,0.02562383,0.08445073,0.106166,1,0.02073141,0.09962376,0.09015066,1,0.0181299,0.1074845,0.08353876,1,0.01847025,0.1066418,0.08423654,1,0.02032113,0.101089,0.08877238,1,0.02194023,0.09573038,0.09367475,1,0.02311832,0.09257165,0.09691956,1,0.02334353,0.09175315,0.09784423,1,0.02309803,0.09244174,0.09705917,1,0.02297507,0.09279864,0.09665792,1,0.02406083,0.08970235,0.1000598,1,0.02684951,0.08124153,0.1105797,1,0.03067301,0.06960446,0.1291771,1,0.03433809,0.05873727,0.1538459,1,0.03730134,0.05037701,0.1813062,1,0.03964248,0.04436918,0.2093248,1,0.0413922,0.04005482,0.2364191,1,0.04268377,0.03711279,0.2600767,1,0.04347314,0.03547305,0.2768603,1,0.04378982,0.03478189,0.2845717,1,0.04376665,0.03481439,0.2836821,1,0.04348363,0.03548029,0.276773,1,0.04297169,0.03643558,0.2669681,1,0.04246575,0.03748332,0.2566922,1,0.04195927,0.03860535,0.2472536,1,0.04151548,0.03968159,0.2391932,1,0.0411711,0.0405783,0.2327728,1,0.04087978,0.04124494,0.2278705,1,0.04059437,0.04183757,0.2239974,1,0.04035867,0.04245253,0.2202813,1,0.0400573,0.043319,0.2153438,1,0.03949913,0.04468652,0.2074756,1,0.03857011,0.04707568,0.1955074,1,0.03718796,0.05081514,0.1796139,1,0.03520239,0.05619647,0.1612082,1,0.03271993,0.06352776,0.1419825,1,0.02968086,0.07265317,0.1237688,1,0.02624441,0.08274939,0.1083467,1,0.0231031,0.09247419,0.09702425,1,0.02090283,0.09945258,0.09032504,1,0.02000632,0.1017811,0.08812696,1,0.02076097,0.0998704,0.08992377,1,0.02246342,0.09425646,0.09524486,1,0.02500935,0.08639697,0.1037759,1,0.02789845,0.07779838,0.1152901,1,0.03070407,0.06930455,0.1298052,1,0.0335222,0.06110188,0.1478444,1,0.03623401,0.05342889,0.1702278,1,0.03875072,0.04673249,0.1972171,1,0.04091534,0.04121913,0.2281844,1,0.04272635,0.03694626,0.261804,1,0.04431938,0.03377879,0.2965403,1,0.04566744,0.03155002,0.3309103,1,0.04678642,0.03001091,0.3636231,1,0.04779603,0.02898287,0.393754,1,0.04862014,0.02830822,0.4208841,1,0.04935923,0.02787939,0.4453276,1,0.05002228,0.0276438,0.4674329,1,0.0506013,0.02749527,0.4863806,1,0.05098435,0.02743389,0.4995708,1,0.05109071,0.02745681,0.5029029,1,0.05078471,0.02747888,0.4923824,1,0.04996441,0.0276623,0.4656358,1,0.04871093,0.0282858,0.4234487,1,0.04701984,0.02971849,0.370637,1,0.04509036,0.03251156,0.3151731,1,0.04296945,0.03649968,0.2658864,1,0.040935,0.04105595,0.2290569,1,0.03939694,0.04497614,0.2059228,1,0.03832168,0.04773324,0.1925067,1,0.03750162,0.04995382,0.1830508,1,0.03657467,0.05243652,0.1737171,1,0.0355504,0.05545371,0.163668,1,0.03432938,0.05902329,0.1533049,1,0.03280796,0.06308734,0.1428374,1,0.03121914,0.06808888,0.1322476,1,0.02924936,0.07353127,0.1220592,1,0.02746922,0.07916304,0.1133187,1,0.02607231,0.08351307,0.1074917,1,0.02555478,0.08499066,0.10566,1,0.02614397,0.08310065,0.1080675,1,0.02755864,0.0789123,0.11372,1,0.0288696,0.07474856,0.1200703,1,0.02974124,0.07231587,0.1241527,1,0.02980127,0.07206456,0.1246412,1,0.02937021,0.07346902,0.1221987,1,0.02858827,0.07588841,0.1183082,1,0.02763039,0.07859428,0.1142259,1,0.02693428,0.08085457,0.1109286,1,0.02646739,0.08232409,0.1089747,1,0.02622224,0.08264656,0.1084863,1,0.02642559,0.08213374,0.1092364,1,0.02680111,0.08094733,0.1107717,1,0.02731742,0.07987405,0.1124463,1,0.02752742,0.07878463,0.1139119,1,0.02780617,0.07810321,0.1150284,1,0.0279592,0.07745657,0.1158485,1,0.02814747,0.07704747,0.1165462,1,0.02834217,0.07667638,0.1171917,1,0.02836808,0.076143,0.1178373,1,0.02855661,0.075771,0.1185002,1,0.02874021,0.07539301,0.1191805,1,0.02890425,0.07487306,0.1198609,1,0.02893508,0.07447734,0.1205589])

Group203.addChildren(OrientationInterpolator221)
OrientationInterpolator222 = x3d.OrientationInterpolator()
OrientationInterpolator222.setDEF("Keyframe_r_talocrural")
OrientationInterpolator222.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator222.setKeyValue([-0.1061377,0.2055572,-1,0.1109398,-0.1086088,0.2050643,-1,0.1096466,-0.1113647,0.2045068,-1,0.1083012,-0.114642,0.2039609,-1,0.1068684,-0.1186359,0.2032744,-1,0.1053493,-0.1230243,0.2025389,-1,0.1037605,-0.1278196,0.2017502,-1,0.1021013,-0.132937,0.2009428,-1,0.1004427,-0.1380383,0.2000824,-1,0.09878357,-0.1435044,0.1992345,-1,0.09710684,-0.1489414,0.1982977,-1,0.09544662,-0.1545013,0.1974683,-1,0.09380452,-0.1602793,0.1966358,-1,0.09214431,-0.1664126,0.1957444,-1,0.0905022,-0.1727617,0.1948109,-1,0.08885957,-0.1793932,0.1936696,-1,0.08719882,-0.1864492,0.1926927,-1,0.0855386,-0.1937667,0.1916669,-1,0.08387785,-0.2015312,0.1905681,-1,0.08223469,-0.2090531,0.1895189,-1,0.08062614,-0.2161369,0.1886318,-1,0.07910494,-0.2226514,0.1875368,-1,0.07763487,-0.228632,0.1867595,-1,0.07618185,-0.2349627,0.1857936,-1,0.07469368,-0.2429302,0.1847505,-1,0.07315384,-0.2530114,0.1835625,-1,0.07172105,-0.2647747,0.1820398,-1,0.07058655,-0.2773756,0.1806686,-1,0.06997988,-0.2892017,0.1796666,-1,0.07014606,-0.2982896,0.1790502,-1,0.07143557,-0.3020531,0.1792176,-1,0.0740934,-0.2983991,0.1801208,-1,0.07815472,-0.2879641,0.1822647,-1,0.08319715,-0.2728775,0.1847365,-1,0.08862254,-0.2561664,0.1874703,-1,0.0938695,-0.239546,0.1900524,-1,0.09877931,-0.2253184,0.1923602,-1,0.1033903,-0.2140044,0.1943741,-1,0.1080748,-0.2057264,0.1961828,-1,0.1133271,-0.1999582,0.1979558,-1,0.1197474,-0.1950869,0.2000079,-1,0.1277939,-0.1891696,0.2024696,-1,0.1376929,-0.1806744,0.2054525,-1,0.1494412,-0.168507,0.209244,-1,0.1631399,-0.1510433,0.2141128,-1,0.1792164,-0.1281893,0.219984,-1,0.1982164,-0.1019307,0.2267386,-1,0.22009,-0.07500344,0.2340399,-1,0.2438918,-0.05022942,0.2411609,-1,0.2682703,-0.02967722,0.2478118,-1,0.292006,-0.01396949,0.253755,-1,0.3145199,-0.001743939,0.259104,-1,0.335961,0.008862014,0.2641655,-1,0.3567304,0.01846713,0.2690434,-1,0.3771926,0.02663396,0.2738254,-1,0.3977085,0.03277585,0.2784769,-1,0.4188843,0.03697407,0.2831028,-1,0.4412773,0.04064766,0.2879051,-1,0.4651674,0.04562014,0.2930404,-1,0.4898299,0.05262703,0.2981058,-1,0.5126372,0.06109068,0.3024305,-1,0.5298977,0.07199673,0.3056882,-1,0.5389279,0.08973147,0.3083143,-1,0.5387926,0.1205365,0.3112927,-1,0.5298306,0.168309,0.3151458,-1,0.5125802,0.2316172,0.3193605,-1,0.4872876,0.3032795,0.3224759,-1,0.4540077,0.3724112,0.3222167,-1,0.412537,0.4297277,0.3171332,-1,0.36224,0.4739453,0.3076832,-1,0.3039647,0.5127063,0.296783,-1,0.243063,0.5520927,0.2880388,-1,0.1893188,0.5757135,0.2818827,-1,0.1526907,0.5451041,0.2755536,-1,0.1383289,0.4572302,0.2683992,-1,0.1450911,0.3587717,0.2632943,-1,0.1669658,0.2798323,0.2615641,-1,0.1961349,0.2195766,0.261494,-1,0.225574,0.1683318,0.2611735,-1,0.2501454,0.1189424,0.2591064,-1,0.2661963,0.07018935,0.2548129,-1,0.2712888,0.02792142,0.248868,-1,0.2642069,0.002703972,0.2425463,-1,0.2456702,0.00526501,0.237798,-1,0.2190775,0.03955632,0.2356431,-1,0.1900448,0.08888047,0.2354449,-1,0.1635831,0.1109669,0.233424,-1,0.1422096,0.06432699,0.2255113,-1,0.1261113,-0.0575971,0.2111661,-1,0.1145772,-0.2235404,0.1931621,-1,0.1069456,-0.3843524,0.1764601,-1,0.1032955,-0.4951802,0.1655841,-1,0.1045408,-0.5356376,0.1627463,-1,0.1119364,-0.5186858,0.1669332,-1,0.1259766,-0.4711284,0.1752838,-1,0.1459444,-0.4128027,0.1854932,-1,0.1699161,-0.3548713,0.1959275,-1,0.1950036,-0.3037399,0.2053794,-1,0.2184154,-0.2651267,0.212865,-1,0.2380813,-0.2443133,0.2176257,-1,0.2526562,-0.2434633,0.2193085,-1,0.2618255,-0.2603328,0.2183266,-1,0.2665526,-0.2880177,0.2157102,-1,0.2688573,-0.3177597,0.2128633,-1,0.2708488,-0.3422538,0.2107424,-1,0.2740648,-0.3581807,0.2099129,-1,0.2793347,-0.3651321,0.2103719,-1,0.2868507,-0.3646739,0.2119448,-1,0.296217,-0.3590065,0.2142831,-1,0.3066705,-0.3502919,0.2169531,-1,0.3171873,-0.3408206,0.2194438,-1,0.3265973,-0.3326744,0.2215223,-1,0.333847,-0.3272264,0.2228539,-1,0.3384318,-0.3247868,0.2234726,-1,0.3406082,-0.3236454,0.2237139,-1,0.341217,-0.3209561,0.2240235,-1,0.3413246,-0.3141201,0.2248507,-1,0.3419073,-0.3013228,0.2265562,-1,0.3434908,-0.2806587,0.2293309,-1,0.3463473,-0.2519131,0.2331705,-1,0.3502398,-0.2186376,0.2375799,-1,0.3542979,-0.1875667,0.2415776,-1,0.3571683,-0.1644617,0.2443419,-1,0.3579086,-0.1509807,0.2455558,-1,0.3559672,-0.1436487,0.2455552,-1,0.3510771,-0.1364345,0.2449858,-1,0.3429262,-0.1220665,0.2446995,-1,0.3320419,-0.1003139,0.2446268,-1,0.3176821,-0.07603228,0.2439134,-1,0.2985047,-0.0573076,0.2412877,-1,0.2731493,-0.0520504,0.2359603,-1,0.2414172,-0.06449893,0.2280015,-1,0.2058059,-0.09315199,0.2185705,-1,0.1718453,-0.126897,0.210394,-1,0.1464962,-0.1430552,0.2065475,-1,0.1352625,-0.1196965,0.2098589,-1,0.1399747,-0.0589832,0.2195325,-1,0.1587425,0.01796103,0.2328813,-1,0.1870429,0.09264804,0.2469201,-1,0.2192016,0.1576493,0.2598622,-1,0.2492729,0.2163241,0.2709262,-1,0.2720648,0.2781265,0.2804082,-1,0.2841161,0.352796,0.2888864,-1,0.2844725,0.4427418,0.29694,-1,0.2752329,0.5355908,0.3038024,-1,0.2609621,0.6029016,0.3076804,-1,0.2468148,0.6155486,0.3064405,-1,0.2366224,0.5644957,0.2996423,-1,0.2319001,0.4643123,0.2889941,-1,0.2322005,0.3388245,0.2764026,-1,0.2360615,0.206733,0.2634692,-1,0.2415498,0.07659705,0.2506004,-1,0.2464867,-0.0517053,0.2373809,-1,0.2486839,-0.1818421,0.2232367,-1,0.246776,-0.3148306,0.2080683,-1,0.2408776,-0.4461567,0.1927299,-1,0.2325078,-0.5668623,0.1785051,-1,0.2236283,-0.6686193,0.1664236,-1,0.2158508,-0.7488902,0.15696,-1,0.2099796,-0.8102056,0.1498561,-1,0.2063604,-0.8546079,0.1450037,-1,0.2052796,-0.8809418,0.1424413,-1,0.2070166,-0.8891806,0.1421988,-1,0.2113911,-0.8846943,0.1435597,-1,0.2171073,-0.8769659,0.1450954,-1,0.2220027,-0.8776679,0.1452716,-1,0.2237513,-0.8961225,0.1428664,-1,0.220898,-0.9344511,0.1376707,-1,0.2136334,-0.9913602,0.1298987,-1,0.2030106,-1,0.1136017,-0.9424574,0.202306,-1,0.09741589,-0.880672,0.2020359,-1,0.08621819,-0.8381627,0.1992598,-1,0.08510196,-0.836258,0.1932272,-1,0.1009789,-0.9021729,0.1844585,-0.9364445,0.1332119,-1,0.1859568,-0.7305308,0.1609019,-1,0.2225886,-0.5440258,0.1890464,-1,0.2740723,-0.4022104,0.2136894,-1,0.332925,-0.3088289,0.2327931,-1,0.3888748,-0.2573367,0.2455566,-1,0.4336287,-0.2361766,0.2525975,-1,0.4637719,-0.2324065,0.2555093,-1,0.4805291,-0.2376502,0.2558077,-1,0.4869238,-0.2507975,0.254021,-1,0.4857238,-0.2736877,0.2502596,-1,0.4789605,-0.3066056,0.2447495,-1,0.4682769,-0.3477089,0.2380333,-1,0.455025,-0.3937313,0.2305714,-1,0.4401774,-0.4418876,0.2227695,-1,0.424053,-0.4909625,0.2147042,-1,0.4064804,-0.5414613,0.2062752,-1,0.3872055,-0.5944649,0.1974624,-1,0.3667253,-0.6515148,0.1881481,-1,0.3460698,-0.7144222,0.1783414,-1,0.326201,-0.7837188,0.1679761,-1,0.3076212,-0.8569373,0.1574572,-1,0.2906526,-0.9295405,0.1472794,-1,0.2755631,-0.995052,0.1381923,-1,0.2627629,-1,0.125737,-0.9572859,0.2642458,-1,0.1193424,-0.9347295,0.2641595,-1,0.1184807,-0.9326701,0.26176,-1,0.1206919,-0.9423193,0.2577897,-1,0.1222486,-0.9501863,0.2529518,-1,0.1196624,-0.9432502,0.2478652,-1,0.1105472,-0.9119909,0.2433937,-1,0.09422546,-0.8530676,0.2404328,-1,0.07229351,-0.7704297,0.2396946,-1,0.0473243,-0.6731907,0.2416057,-1,0.02144996,-0.5693077,0.2465858,-1,-0.004031584,-0.4640399,0.2547175,-1,-0.0284272,-0.3612255,0.2654804,-1,-0.05079492,-0.264734,0.2778668,-1,-0.07003003,-0.179975,0.2902893,-1,-0.08415065,-0.1166626,0.3007529,-1,-0.0901346,-0.08998021,0.3070353,-1,-0.0832471,-0.1220495,0.306231,-1,-0.05485475,-0.2482457,0.2932865,-1,0.01541169,-0.5434641,0.2593301,-0.7983037,0.1564126,-1,0.2403253,-0.2423724,0.2339125,-1,0.3481513,0.1146782,0.2901624,-1,0.425212,0.3786136,0.3295634,-1,0.4376442,0.5861969,0.3450851,-1,0.3846957,0.7634226,0.3413084,-1,0.2979507,0.9288766,0.3356724,-1,0.2191217,1,0.330618,-0.9951568,0.1810343,0.9270666,0.3235569,-1,0.1781074,0.7998667,0.3134747,-1,0.1892117,0.6967475,0.3037027,-1,0.1926163,0.6143731,0.2930893,-1,0.18405,0.5308772,0.2822278,-1,0.1737697,0.4339601,0.2721205,-1,0.1723896,0.349953,0.2653224,-1,0.1804276,0.3099894,0.2639094,-1,0.1924986,0.3177437,0.2676659,-1,0.206249,0.3557352,0.2750457,-1,0.221697,0.4021856,0.2832538,-1,0.2365079,0.4508728,0.2905382,-1,0.2449639,0.5212796,0.297303,-1,0.2412329,0.655306,0.3075007,-1,0.2241434,0.8964799,0.3266414,-1,0.2003107,1,0.2889516,-0.8095145,0.2258294,1,0.2524857,-0.6474259,0.2831073,1,0.2405669,-0.5790793,0.3373087,1,0.2280534,-0.5259567,0.3646623,1,0.2011081,-0.4384434,0.3658386,1,0.169914,-0.3311816,0.3627826,1,0.1415845,-0.2244279,0.3688874,1,0.1207175,-0.1393464,0.4014778,1,0.1066245,-0.08030542,0.4581389,1,0.09826127,-0.04539109,0.5216713,1,0.09302903,-0.02376613,0.5765557,1,0.08739447,-0.001352889,0.6204711,1,0.07919312,0.03098334,0.6600407,1,0.06969207,0.06929942,0.7011482,1,0.06095972,0.1052563,0.7418948,1,0.05411342,0.1346086,0.776894,1,0.0484655,0.1611321,0.7991819,1,0.04274909,0.1920029,0.808737,1,0.03630045,0.2344576,0.8087064,1,0.02985531,0.2888595,0.8028507,1,0.02499732,0.3445448,0.7886095,1,0.0222916,0.3846882,0.7506291,1,0.02149663,0.391496,0.6665455,1,0.02753938,0.3355397,0.5277402,1,0.06067849,0.1436644,0.3536143,1,0.1898292,-0.4510347,0.1755225,0.1167151,0.2400538,-1,0.1723347,-0.4559026,0.1873623,-1,0.2066155,-0.8941039,0.1374845,-1,0.1843057,-1,0.03278059,-0.621896,0.2043491,-1,-0.04687525,-0.2778865,0.2284028,-1,-0.09303545,-0.06399871,0.2467552,-1,-0.1114887,0.02412486,0.2625307,-1,-0.1103838,0.01584924,0.2741336,-1,-0.09678284,-0.05222001,0.2782396,-1,-0.07549979,-0.1522621,0.2729554,-1,-0.05002866,-0.266399,0.2592433,-1,-0.02313964,-0.3833209,0.2400105,-1,0.003919879,-0.4996,0.2177203,-1,0.03254279,-0.6230277,0.1931591,-1,0.06795296,-0.7768235,0.1657706,-0.9986939,0.1189997,-1,0.1353978,-0.7304603,0.1476562,-1,0.1401931,-0.4873741,0.1730459,-1,0.1424402,-0.2725303,0.1947419,-1,0.1418618,-0.08727635,0.2129245,-1,0.1388759,0.06534665,0.2272762,-1,0.1347064,0.1781962,0.237794,-1,0.1309636,0.2415974,0.243692,-1,0.1290808,0.2508767,0.2446349,-1,0.1295516,0.2113187,0.2411595,-1,0.1317045,0.1347045,0.2341828,-1,0.1344502,0.03494925,0.224661,-1,0.1368913,-0.0754188,0.2140687,-1,0.1384993,-0.1862117,0.202923,-1,0.138919,-0.2908511,0.1921898,-1,0.1378319,-0.3843482,0.1822124,-1,0.1349637,-0.460459,0.1736006,-1,0.1301844,-0.5097243,0.167459,-1,0.1237326,-0.5185261,0.1653351,-1,0.1163237,-0.4727705,0.1684348,-1,0.108543,-0.3682854,0.1775417,-1,0.1006632,-0.2192881,0.1908185,-1,0.09239838,-0.05663241,0.2051755,-1,0.0835359,0.08107507,0.2168469,-1,0.07443695,0.1495805,0.2217498,-1,0.06628608,0.1034503,0.2162057,-1,0.06036374,-0.0767834,0.1981149,-1,0.05749232,-0.3518203,0.1712426,-1,0.05780498,-0.6419717,0.1429912,-1,0.06062899,-0.8868827,0.119223,-1,0.06481016,-1,0.09479436,-0.9353768,0.07411311,-1,0.0743443,-0.8350947,0.0877927,-1,0.06258921,-0.7782892,0.09778382,-1,0.05519628,-0.7429527,0.1034878,-1,0.04968819,-0.7176597,0.1050266,-1,0.04470909,-0.6961696,0.1033988,-1,0.04037139,-0.6773525,0.09978864,-1,0.03759868,-0.6654637,0.09504981,-1,0.03814063,-0.6698513,0.08970166,-1,0.04489957,-0.7019246,0.08404883,-1,0.05902515,-0.7691364,0.07817709,-1,0.0811704,-0.8735977,0.07211894,-0.9898999,0.1090677,-1,0.06692151,-0.8600396,0.1228658,-1,0.07131679,-0.7646654,0.1331997,-1,0.07575255,-0.6954303,0.1409182,-1,0.08007593,-0.6307649,0.1483197,-1,0.08467787,-0.5497177,0.1575345,-1,0.09027424,-0.4463331,0.1690997,-1,0.09723308,-0.3298952,0.1822656,-1,0.1049829,-0.212174,0.1954097,-1,0.1125644,-0.1008093,0.2077929,-1,0.1196516,-0.000922111,0.2193002,-1,0.127077,0.08385883,0.2294196,-1,0.136226,0.1544549,0.2387806,-1,0.1475503,0.2167387,0.2475962,-1,0.1600965,0.2746957,0.2559264,-1,0.1722394,0.3287625,0.263685,-1,0.1827696,0.3789106,0.2707541,-1,0.1914025,0.4265043,0.2771693,-1,0.1982686,0.4742491,0.2832819,-1,0.2035348,0.5268344,0.2897408,-1,0.2077053,0.5908443,0.2974557,-1,0.2116505,0.6730385,0.3073128,-1,0.2163728,0.7743624,0.3199902,-1,0.2230083,0.8893633,0.3356536,-1,0.2331091,1,0.3516062,-0.992914,0.2500965,1,0.3358038,-0.8948068,0.3001712,1,0.3273535,-0.8215839,0.3536978,1,0.322172,-0.7650154,0.4026814,1,0.3158723,-0.721425,0.4359659,1,0.3047252,-0.6880841,0.443712,1,0.2858052,-0.6555846,0.4238376,1,0.2575662,-0.6040208,0.38484,1,0.2209524,-0.5133075,0.3422317,1,0.1821033,-0.3887005,0.3089345,1,0.1503758,-0.2686861,0.2884768,1,0.1325794,-0.1946792,0.2769026,1,0.1301759,-0.1844926,0.2683189,1,0.141895,-0.2356345,0.258438,1,0.1660104,-0.3384967,0.2453892,1,0.2010899,-0.4832893,0.2294282,1,0.2452926,-0.6604795,0.2120015,1,0.2950806,-0.8552107,0.194701,0.9553918,0.3289334,-1,0.1866279,0.8257467,0.318303,-1,0.1972859,0.7553781,0.3108172,-1,0.1966627,0.7349698,0.3056973,-1,0.1850673,0.7693981,0.3041276,-1,0.1648124,0.8809045,0.3088469,-1,0.1394532,1,0.2907199,-0.8935996,0.1256955,1,0.228155,-0.6268331,0.1361055,1,0.17268,-0.3800646,0.1539998,1,0.1285489,-0.1769183,0.178725,1,0.09640423,-0.02424745,0.2085941,1,0.07482503,0.08153991,0.2405266,1,0.06135036,0.1496721,0.2704262,1,0.05330513,0.1912377,0.2942765,1,0.0486015,0.216359,0.3096841,1,0.04572498,0.2325912,0.3170156,1,0.04331931,0.2465676,0.3193577,1,0.04018511,0.2654583,0.3210959,1,0.03572244,0.2925917,0.3267005,1,0.03105323,0.3215488,0.3396388,1,0.02843394,0.3377284,0.3602451,1,0.02931604,0.3303816,0.3834293,1,0.03366703,0.3001821,0.3984403,1,0.04101378,0.253204,0.3932465,1,0.0514942,0.1942495,0.3621758,1,0.06472776,0.1269269,0.3108481,1,0.0788088,0.05959448,0.2531395,1,0.08932052,0.01176538,0.2029022,1,0.09068948,0.008548686,0.1675318,1,0.08288004,0.05139703,0.1468616,1,0.07364927,0.1009318,0.1361561,1,0.07239413,0.1081521,0.1302087,1,0.08369127,0.04976787,0.1256418,1,0.1074529,-0.07033987,0.1210427,1,0.1413461,-0.2358658,0.1159112,1,0.1827268,-0.431934,0.110141,1,0.2310317,-0.6522909,0.1038096,1,0.2858428,-0.8959146,0.096981,0.8626401,0.2986897,-1,0.1039,0.696203,0.2857121,-1,0.1173623,0.5802608,0.27647,-1,0.1269204,0.4971631,0.2698539,-1,0.1336603,0.4384711,0.2653089,-1,0.1394085,0.4007703,0.2629001,-1,0.1454379,0.3810332,0.2622919,-1,0.1518668,0.3759214,0.2631443,-1,0.1579697,0.3801871,0.2646185,-1,0.1629578,0.3884864,0.2660964,-1,0.1660801,0.3956985,0.2669512,-1,0.1665488,0.3981741,0.2665896,-1,0.1638201,0.3928363,0.2648006,-1,0.1582312,0.3778197,0.2617235,-1,0.1508782,0.3515103,0.2575326,-1,0.1430853,0.31314,0.2521862,-1,0.1360369,0.2629876,0.2460268,-1,0.1305737,0.2042839,0.2396596,-1,0.1275148,0.1456267,0.2338782,-1,0.1278211,0.0969981,0.2297284,-1,0.1313732,0.05972393,0.2270153,-1,0.136315,0.02652326,0.2245621,-1,0.1405915,-0.009135135,0.2215628,-1,0.1433159,-0.04834275,0.217735,-1,0.1441132,-0.09028749,0.2131643,-1,0.1420844,-0.1346603,0.207651,-1,0.1365041,-0.1787349,0.2015649,-1,0.1275058,-0.2122418,0.1960674,-1,0.1163002,-0.2181583,0.1932868,-1,0.1047352,-0.1817055,0.1948987,-1,0.09451079,-0.0999643,0.2013911,-1,0.08653569,0.01500784,0.2116176,-1,0.0809569,0.1398643,0.2232501,-1,0.07760931,0.2398115,0.2325694,-1,0.07598478,0.2811065,0.2364922,-1,0.07505587,0.249934,0.2331161,-1,0.07411844,0.1663932,0.2250587,-1,0.07401191,0.08148881,0.2172383,-1,0.07675231,0.04646268,0.2154773,-1,0.08438173,0.06941913,0.2203956,-1,0.09817158,0.1151732,0.2288835,-1,0.1177602,0.1469322,0.2365259,-1,0.1398442,0.1543908,0.2409468,-1,0.158228,0.1494613,0.2422291,-1,0.1667773,0.1499056,0.2414701,-1,0.162888,0.1667167,0.2402105,-1,0.1487738,0.1980389,0.23947,-1,0.1300438,0.2297157,0.2391188,-1,0.1130357,0.2444448,0.2383934,-1,0.1021961,0.2360792,0.2369252,-1,0.09906267,0.2154668,0.2356312,-1,0.1024172,0.1963275,0.2351299,-1,0.1090399,0.182331,0.234905,-1,0.1150848,0.169037,0.2342586,-1,0.1181586,0.1504276,0.2323608,-1,0.1180702,0.1235105,0.2294358,-1,0.116361,0.09164876,0.2259355,-1,0.1150581,0.06364281,0.2234421,-1,0.1157719,0.04606523,0.2221936,-1,0.1188063,0.03895338,0.2224283,-1,0.1230482,0.03904162,0.2232176,-1,0.126988,0.04159119,0.2239457,-1,0.1298376,0.0431322,0.2245319,-1,0.1317492,0.04227187,0.2247432,-1,0.1330601,0.03883677,0.2246033,-1,0.1340156,0.03392765,0.2241695,-1,0.1347331,0.02856075,0.2238131,-1,0.1354526,0.02434459,0.2235819,-1,0.1363251,0.02100364,0.2233804,-1,0.1373515,0.01829584,0.2234239,-1,0.1384972,0.01591124,0.2234213,-1,0.1397297,0.01357538,0.2233965,-1,0.1409798,0.0112829,0.2234047,-1,0.1422128,0.00903465,0.2234193,-1,0.1434453,0.006945681,0.2234483,-1,0.1446608,0.00489614,0.2234827,-1,0.1458757,0.002881484,0.2235476,-1,0.1470736,0.001016425,0.2236256,-1,0.1482539])

Group203.addChildren(OrientationInterpolator222)
OrientationInterpolator223 = x3d.OrientationInterpolator()
OrientationInterpolator223.setDEF("Keyframe_r_metatarsophalangeal")
OrientationInterpolator223.setKey([0,0.002074689,0.004149377,0.006224066,0.008298755,0.01037344,0.01244813,0.01452282,0.01659751,0.0186722,0.02074689,0.02282158,0.02489626,0.02697095,0.02904564,0.03112033,0.03319502,0.03526971,0.0373444,0.03941908,0.04149377,0.04356846,0.04564315,0.04771784,0.04979253,0.05186722,0.05394191,0.05601659,0.05809128,0.06016597,0.06224066,0.06431535,0.06639004,0.06846473,0.07053941,0.0726141,0.07468879,0.07676348,0.07883817,0.08091286,0.08298755,0.08506224,0.08713692,0.08921161,0.0912863,0.09336099,0.09543568,0.09751037,0.09958506,0.1016597,0.1037344,0.1058091,0.1078838,0.1099585,0.1120332,0.1141079,0.1161826,0.1182573,0.1203319,0.1224066,0.1244813,0.126556,0.1286307,0.1307054,0.1327801,0.1348548,0.1369295,0.1390041,0.1410788,0.1431535,0.1452282,0.1473029,0.1493776,0.1514523,0.153527,0.1556017,0.1576763,0.159751,0.1618257,0.1639004,0.1659751,0.1680498,0.1701245,0.1721992,0.1742738,0.1763485,0.1784232,0.1804979,0.1825726,0.1846473,0.186722,0.1887967,0.1908714,0.192946,0.1950207,0.1970954,0.1991701,0.2012448,0.2033195,0.2053942,0.2074689,0.2095436,0.2116182,0.2136929,0.2157676,0.2178423,0.219917,0.2219917,0.2240664,0.2261411,0.2282158,0.2302904,0.2323651,0.2344398,0.2365145,0.2385892,0.2406639,0.2427386,0.2448133,0.246888,0.2489626,0.2510373,0.253112,0.2551867,0.2572614,0.2593361,0.2614108,0.2634855,0.2655602,0.2676348,0.2697095,0.2717842,0.2738589,0.2759336,0.2780083,0.280083,0.2821577,0.2842323,0.286307,0.2883817,0.2904564,0.2925311,0.2946058,0.2966805,0.2987552,0.3008299,0.3029045,0.3049792,0.3070539,0.3091286,0.3112033,0.313278,0.3153527,0.3174274,0.3195021,0.3215767,0.3236514,0.3257261,0.3278008,0.3298755,0.3319502,0.3340249,0.3360996,0.3381743,0.3402489,0.3423236,0.3443983,0.346473,0.3485477,0.3506224,0.3526971,0.3547718,0.3568465,0.3589211,0.3609958,0.3630705,0.3651452,0.3672199,0.3692946,0.3713693,0.373444,0.3755186,0.3775933,0.379668,0.3817427,0.3838174,0.3858921,0.3879668,0.3900415,0.3921162,0.3941908,0.3962655,0.3983402,0.4004149,0.4024896,0.4045643,0.406639,0.4087137,0.4107884,0.412863,0.4149377,0.4170124,0.4190871,0.4211618,0.4232365,0.4253112,0.4273859,0.4294606,0.4315352,0.4336099,0.4356846,0.4377593,0.439834,0.4419087,0.4439834,0.4460581,0.4481328,0.4502074,0.4522821,0.4543568,0.4564315,0.4585062,0.4605809,0.4626556,0.4647303,0.466805,0.4688796,0.4709543,0.473029,0.4751037,0.4771784,0.4792531,0.4813278,0.4834025,0.4854771,0.4875518,0.4896265,0.4917012,0.4937759,0.4958506,0.4979253,0.5,0.5020747,0.5041494,0.506224,0.5082988,0.5103734,0.5124481,0.5145228,0.5165975,0.5186722,0.5207469,0.5228215,0.5248963,0.5269709,0.5290456,0.5311203,0.533195,0.5352697,0.5373444,0.5394191,0.5414938,0.5435684,0.5456432,0.5477178,0.5497925,0.5518672,0.5539419,0.5560166,0.5580913,0.5601659,0.5622407,0.5643153,0.56639,0.5684647,0.5705394,0.5726141,0.5746888,0.5767635,0.5788382,0.5809128,0.5829875,0.5850622,0.5871369,0.5892116,0.5912863,0.593361,0.5954357,0.5975103,0.5995851,0.6016597,0.6037344,0.6058091,0.6078838,0.6099585,0.6120332,0.6141078,0.6161826,0.6182572,0.6203319,0.6224066,0.6244813,0.626556,0.6286307,0.6307054,0.6327801,0.6348547,0.6369295,0.6390041,0.6410788,0.6431535,0.6452282,0.6473029,0.6493776,0.6514522,0.653527,0.6556016,0.6576763,0.659751,0.6618257,0.6639004,0.6659751,0.6680498,0.6701245,0.6721991,0.6742738,0.6763485,0.6784232,0.6804979,0.6825726,0.6846473,0.686722,0.6887966,0.6908714,0.692946,0.6950207,0.6970954,0.6991701,0.7012448,0.7033195,0.7053941,0.7074689,0.7095435,0.7116182,0.7136929,0.7157676,0.7178423,0.719917,0.7219917,0.7240664,0.726141,0.7282158,0.7302904,0.7323651,0.7344398,0.7365145,0.7385892,0.7406639,0.7427385,0.7448133,0.7468879,0.7489626,0.7510373,0.753112,0.7551867,0.7572614,0.7593361,0.7614108,0.7634854,0.7655602,0.7676348,0.7697095,0.7717842,0.7738589,0.7759336,0.7780083,0.7800829,0.7821577,0.7842323,0.786307,0.7883817,0.7904564,0.7925311,0.7946058,0.7966805,0.7987552,0.8008298,0.8029045,0.8049792,0.8070539,0.8091286,0.8112033,0.813278,0.8153527,0.8174273,0.8195021,0.8215767,0.8236514,0.8257261,0.8278008,0.8298755,0.8319502,0.8340248,0.8360996,0.8381742,0.8402489,0.8423236,0.8443983,0.846473,0.8485477,0.8506224,0.8526971,0.8547717,0.8568465,0.8589211,0.8609958,0.8630705,0.8651452,0.8672199,0.8692946,0.8713692,0.873444,0.8755186,0.8775933,0.879668,0.8817427,0.8838174,0.8858921,0.8879668,0.8900415,0.8921161,0.8941908,0.8962655,0.8983402,0.9004149,0.9024896,0.9045643,0.906639,0.9087136,0.9107884,0.912863,0.9149377,0.9170124,0.9190871,0.9211618,0.9232365,0.9253111,0.9273859,0.9294605,0.9315352,0.9336099,0.9356846,0.9377593,0.939834,0.9419087,0.9439834,0.946058,0.9481328,0.9502074,0.9522821,0.9543568,0.9564315,0.9585062,0.9605809,0.9626555,0.9647303,0.9668049,0.9688796,0.9709543,0.973029,0.9751037,0.9771784,0.9792531,0.9813278,0.9834024,0.9854771,0.9875518,0.9896265,0.9917012,0.9937759,0.9958506,0.9979253])
OrientationInterpolator223.setKeyValue([-0.1061377,0.2055572,-1,0.1109398,-0.1086088,0.2050643,-1,0.1096466,-0.1113647,0.2045068,-1,0.1083012,-0.114642,0.2039609,-1,0.1068684,-0.1186359,0.2032744,-1,0.1053493,-0.1230243,0.2025389,-1,0.1037605,-0.1278196,0.2017502,-1,0.1021013,-0.132937,0.2009428,-1,0.1004427,-0.1380383,0.2000824,-1,0.09878357,-0.1435044,0.1992345,-1,0.09710684,-0.1489414,0.1982977,-1,0.09544662,-0.1545013,0.1974683,-1,0.09380452,-0.1602793,0.1966358,-1,0.09214431,-0.1664126,0.1957444,-1,0.0905022,-0.1727617,0.1948109,-1,0.08885957,-0.1793932,0.1936696,-1,0.08719882,-0.1864492,0.1926927,-1,0.0855386,-0.1937667,0.1916669,-1,0.08387785,-0.2015312,0.1905681,-1,0.08223469,-0.2090531,0.1895189,-1,0.08062614,-0.2161369,0.1886318,-1,0.07910494,-0.2226514,0.1875368,-1,0.07763487,-0.228632,0.1867595,-1,0.07618185,-0.2349627,0.1857936,-1,0.07469368,-0.2429302,0.1847505,-1,0.07315384,-0.2530114,0.1835625,-1,0.07172105,-0.2647747,0.1820398,-1,0.07058655,-0.2773756,0.1806686,-1,0.06997988,-0.2892017,0.1796666,-1,0.07014606,-0.2982896,0.1790502,-1,0.07143557,-0.3020531,0.1792176,-1,0.0740934,-0.2983991,0.1801208,-1,0.07815472,-0.2879641,0.1822647,-1,0.08319715,-0.2728775,0.1847365,-1,0.08862254,-0.2561664,0.1874703,-1,0.0938695,-0.239546,0.1900524,-1,0.09877931,-0.2253184,0.1923602,-1,0.1033903,-0.2140044,0.1943741,-1,0.1080748,-0.2057264,0.1961828,-1,0.1133271,-0.1999582,0.1979558,-1,0.1197474,-0.1950869,0.2000079,-1,0.1277939,-0.1891696,0.2024696,-1,0.1376929,-0.1806744,0.2054525,-1,0.1494412,-0.168507,0.209244,-1,0.1631399,-0.1510433,0.2141128,-1,0.1792164,-0.1281893,0.219984,-1,0.1982164,-0.1019307,0.2267386,-1,0.22009,-0.07500344,0.2340399,-1,0.2438918,-0.05022942,0.2411609,-1,0.2682703,-0.02967722,0.2478118,-1,0.292006,-0.01396949,0.253755,-1,0.3145199,-0.001743939,0.259104,-1,0.335961,0.008862014,0.2641655,-1,0.3567304,0.01846713,0.2690434,-1,0.3771926,0.02663396,0.2738254,-1,0.3977085,0.03277585,0.2784769,-1,0.4188843,0.03697407,0.2831028,-1,0.4412773,0.04064766,0.2879051,-1,0.4651674,0.04562014,0.2930404,-1,0.4898299,0.05262703,0.2981058,-1,0.5126372,0.06109068,0.3024305,-1,0.5298977,0.07199673,0.3056882,-1,0.5389279,0.08973147,0.3083143,-1,0.5387926,0.1205365,0.3112927,-1,0.5298306,0.168309,0.3151458,-1,0.5125802,0.2316172,0.3193605,-1,0.4872876,0.3032795,0.3224759,-1,0.4540077,0.3724112,0.3222167,-1,0.412537,0.4297277,0.3171332,-1,0.36224,0.4739453,0.3076832,-1,0.3039647,0.5127063,0.296783,-1,0.243063,0.5520927,0.2880388,-1,0.1893188,0.5757135,0.2818827,-1,0.1526907,0.5451041,0.2755536,-1,0.1383289,0.4572302,0.2683992,-1,0.1450911,0.3587717,0.2632943,-1,0.1669658,0.2798323,0.2615641,-1,0.1961349,0.2195766,0.261494,-1,0.225574,0.1683318,0.2611735,-1,0.2501454,0.1189424,0.2591064,-1,0.2661963,0.07018935,0.2548129,-1,0.2712888,0.02792142,0.248868,-1,0.2642069,0.002703972,0.2425463,-1,0.2456702,0.00526501,0.237798,-1,0.2190775,0.03955632,0.2356431,-1,0.1900448,0.08888047,0.2354449,-1,0.1635831,0.1109669,0.233424,-1,0.1422096,0.06432699,0.2255113,-1,0.1261113,-0.0575971,0.2111661,-1,0.1145772,-0.2235404,0.1931621,-1,0.1069456,-0.3843524,0.1764601,-1,0.1032955,-0.4951802,0.1655841,-1,0.1045408,-0.5356376,0.1627463,-1,0.1119364,-0.5186858,0.1669332,-1,0.1259766,-0.4711284,0.1752838,-1,0.1459444,-0.4128027,0.1854932,-1,0.1699161,-0.3548713,0.1959275,-1,0.1950036,-0.3037399,0.2053794,-1,0.2184154,-0.2651267,0.212865,-1,0.2380813,-0.2443133,0.2176257,-1,0.2526562,-0.2434633,0.2193085,-1,0.2618255,-0.2603328,0.2183266,-1,0.2665526,-0.2880177,0.2157102,-1,0.2688573,-0.3177597,0.2128633,-1,0.2708488,-0.3422538,0.2107424,-1,0.2740648,-0.3581807,0.2099129,-1,0.2793347,-0.3651321,0.2103719,-1,0.2868507,-0.3646739,0.2119448,-1,0.296217,-0.3590065,0.2142831,-1,0.3066705,-0.3502919,0.2169531,-1,0.3171873,-0.3408206,0.2194438,-1,0.3265973,-0.3326744,0.2215223,-1,0.333847,-0.3272264,0.2228539,-1,0.3384318,-0.3247868,0.2234726,-1,0.3406082,-0.3236454,0.2237139,-1,0.341217,-0.3209561,0.2240235,-1,0.3413246,-0.3141201,0.2248507,-1,0.3419073,-0.3013228,0.2265562,-1,0.3434908,-0.2806587,0.2293309,-1,0.3463473,-0.2519131,0.2331705,-1,0.3502398,-0.2186376,0.2375799,-1,0.3542979,-0.1875667,0.2415776,-1,0.3571683,-0.1644617,0.2443419,-1,0.3579086,-0.1509807,0.2455558,-1,0.3559672,-0.1436487,0.2455552,-1,0.3510771,-0.1364345,0.2449858,-1,0.3429262,-0.1220665,0.2446995,-1,0.3320419,-0.1003139,0.2446268,-1,0.3176821,-0.07603228,0.2439134,-1,0.2985047,-0.0573076,0.2412877,-1,0.2731493,-0.0520504,0.2359603,-1,0.2414172,-0.06449893,0.2280015,-1,0.2058059,-0.09315199,0.2185705,-1,0.1718453,-0.126897,0.210394,-1,0.1464962,-0.1430552,0.2065475,-1,0.1352625,-0.1196965,0.2098589,-1,0.1399747,-0.0589832,0.2195325,-1,0.1587425,0.01796103,0.2328813,-1,0.1870429,0.09264804,0.2469201,-1,0.2192016,0.1576493,0.2598622,-1,0.2492729,0.2163241,0.2709262,-1,0.2720648,0.2781265,0.2804082,-1,0.2841161,0.352796,0.2888864,-1,0.2844725,0.4427418,0.29694,-1,0.2752329,0.5355908,0.3038024,-1,0.2609621,0.6029016,0.3076804,-1,0.2468148,0.6155486,0.3064405,-1,0.2366224,0.5644957,0.2996423,-1,0.2319001,0.4643123,0.2889941,-1,0.2322005,0.3388245,0.2764026,-1,0.2360615,0.206733,0.2634692,-1,0.2415498,0.07659705,0.2506004,-1,0.2464867,-0.0517053,0.2373809,-1,0.2486839,-0.1818421,0.2232367,-1,0.246776,-0.3148306,0.2080683,-1,0.2408776,-0.4461567,0.1927299,-1,0.2325078,-0.5668623,0.1785051,-1,0.2236283,-0.6686193,0.1664236,-1,0.2158508,-0.7488902,0.15696,-1,0.2099796,-0.8102056,0.1498561,-1,0.2063604,-0.8546079,0.1450037,-1,0.2052796,-0.8809418,0.1424413,-1,0.2070166,-0.8891806,0.1421988,-1,0.2113911,-0.8846943,0.1435597,-1,0.2171073,-0.8769659,0.1450954,-1,0.2220027,-0.8776679,0.1452716,-1,0.2237513,-0.8961225,0.1428664,-1,0.220898,-0.9344511,0.1376707,-1,0.2136334,-0.9913602,0.1298987,-1,0.2030106,-1,0.1136017,-0.9424574,0.202306,-1,0.09741589,-0.880672,0.2020359,-1,0.08621819,-0.8381627,0.1992598,-1,0.08510196,-0.836258,0.1932272,-1,0.1009789,-0.9021729,0.1844585,-0.9364445,0.1332119,-1,0.1859568,-0.7305308,0.1609019,-1,0.2225886,-0.5440258,0.1890464,-1,0.2740723,-0.4022104,0.2136894,-1,0.332925,-0.3088289,0.2327931,-1,0.3888748,-0.2573367,0.2455566,-1,0.4336287,-0.2361766,0.2525975,-1,0.4637719,-0.2324065,0.2555093,-1,0.4805291,-0.2376502,0.2558077,-1,0.4869238,-0.2507975,0.254021,-1,0.4857238,-0.2736877,0.2502596,-1,0.4789605,-0.3066056,0.2447495,-1,0.4682769,-0.3477089,0.2380333,-1,0.455025,-0.3937313,0.2305714,-1,0.4401774,-0.4418876,0.2227695,-1,0.424053,-0.4909625,0.2147042,-1,0.4064804,-0.5414613,0.2062752,-1,0.3872055,-0.5944649,0.1974624,-1,0.3667253,-0.6515148,0.1881481,-1,0.3460698,-0.7144222,0.1783414,-1,0.326201,-0.7837188,0.1679761,-1,0.3076212,-0.8569373,0.1574572,-1,0.2906526,-0.9295405,0.1472794,-1,0.2755631,-0.995052,0.1381923,-1,0.2627629,-1,0.125737,-0.9572859,0.2642458,-1,0.1193424,-0.9347295,0.2641595,-1,0.1184807,-0.9326701,0.26176,-1,0.1206919,-0.9423193,0.2577897,-1,0.1222486,-0.9501863,0.2529518,-1,0.1196624,-0.9432502,0.2478652,-1,0.1105472,-0.9119909,0.2433937,-1,0.09422546,-0.8530676,0.2404328,-1,0.07229351,-0.7704297,0.2396946,-1,0.0473243,-0.6731907,0.2416057,-1,0.02144996,-0.5693077,0.2465858,-1,-0.004031584,-0.4640399,0.2547175,-1,-0.0284272,-0.3612255,0.2654804,-1,-0.05079492,-0.264734,0.2778668,-1,-0.07003003,-0.179975,0.2902893,-1,-0.08415065,-0.1166626,0.3007529,-1,-0.0901346,-0.08998021,0.3070353,-1,-0.0832471,-0.1220495,0.306231,-1,-0.05485475,-0.2482457,0.2932865,-1,0.01541169,-0.5434641,0.2593301,-0.7983037,0.1564126,-1,0.2403253,-0.2423724,0.2339125,-1,0.3481513,0.1146782,0.2901624,-1,0.425212,0.3786136,0.3295634,-1,0.4376442,0.5861969,0.3450851,-1,0.3846957,0.7634226,0.3413084,-1,0.2979507,0.9288766,0.3356724,-1,0.2191217,1,0.330618,-0.9951568,0.1810343,0.9270666,0.3235569,-1,0.1781074,0.7998667,0.3134747,-1,0.1892117,0.6967475,0.3037027,-1,0.1926163,0.6143731,0.2930893,-1,0.18405,0.5308772,0.2822278,-1,0.1737697,0.4339601,0.2721205,-1,0.1723896,0.349953,0.2653224,-1,0.1804276,0.3099894,0.2639094,-1,0.1924986,0.3177437,0.2676659,-1,0.206249,0.3557352,0.2750457,-1,0.221697,0.4021856,0.2832538,-1,0.2365079,0.4508728,0.2905382,-1,0.2449639,0.5212796,0.297303,-1,0.2412329,0.655306,0.3075007,-1,0.2241434,0.8964799,0.3266414,-1,0.2003107,1,0.2889516,-0.8095145,0.2258294,1,0.2524857,-0.6474259,0.2831073,1,0.2405669,-0.5790793,0.3373087,1,0.2280534,-0.5259567,0.3646623,1,0.2011081,-0.4384434,0.3658386,1,0.169914,-0.3311816,0.3627826,1,0.1415845,-0.2244279,0.3688874,1,0.1207175,-0.1393464,0.4014778,1,0.1066245,-0.08030542,0.4581389,1,0.09826127,-0.04539109,0.5216713,1,0.09302903,-0.02376613,0.5765557,1,0.08739447,-0.001352889,0.6204711,1,0.07919312,0.03098334,0.6600407,1,0.06969207,0.06929942,0.7011482,1,0.06095972,0.1052563,0.7418948,1,0.05411342,0.1346086,0.776894,1,0.0484655,0.1611321,0.7991819,1,0.04274909,0.1920029,0.808737,1,0.03630045,0.2344576,0.8087064,1,0.02985531,0.2888595,0.8028507,1,0.02499732,0.3445448,0.7886095,1,0.0222916,0.3846882,0.7506291,1,0.02149663,0.391496,0.6665455,1,0.02753938,0.3355397,0.5277402,1,0.06067849,0.1436644,0.3536143,1,0.1898292,-0.4510347,0.1755225,0.1167151,0.2400538,-1,0.1723347,-0.4559026,0.1873623,-1,0.2066155,-0.8941039,0.1374845,-1,0.1843057,-1,0.03278059,-0.621896,0.2043491,-1,-0.04687525,-0.2778865,0.2284028,-1,-0.09303545,-0.06399871,0.2467552,-1,-0.1114887,0.02412486,0.2625307,-1,-0.1103838,0.01584924,0.2741336,-1,-0.09678284,-0.05222001,0.2782396,-1,-0.07549979,-0.1522621,0.2729554,-1,-0.05002866,-0.266399,0.2592433,-1,-0.02313964,-0.3833209,0.2400105,-1,0.003919879,-0.4996,0.2177203,-1,0.03254279,-0.6230277,0.1931591,-1,0.06795296,-0.7768235,0.1657706,-0.9986939,0.1189997,-1,0.1353978,-0.7304603,0.1476562,-1,0.1401931,-0.4873741,0.1730459,-1,0.1424402,-0.2725303,0.1947419,-1,0.1418618,-0.08727635,0.2129245,-1,0.1388759,0.06534665,0.2272762,-1,0.1347064,0.1781962,0.237794,-1,0.1309636,0.2415974,0.243692,-1,0.1290808,0.2508767,0.2446349,-1,0.1295516,0.2113187,0.2411595,-1,0.1317045,0.1347045,0.2341828,-1,0.1344502,0.03494925,0.224661,-1,0.1368913,-0.0754188,0.2140687,-1,0.1384993,-0.1862117,0.202923,-1,0.138919,-0.2908511,0.1921898,-1,0.1378319,-0.3843482,0.1822124,-1,0.1349637,-0.460459,0.1736006,-1,0.1301844,-0.5097243,0.167459,-1,0.1237326,-0.5185261,0.1653351,-1,0.1163237,-0.4727705,0.1684348,-1,0.108543,-0.3682854,0.1775417,-1,0.1006632,-0.2192881,0.1908185,-1,0.09239838,-0.05663241,0.2051755,-1,0.0835359,0.08107507,0.2168469,-1,0.07443695,0.1495805,0.2217498,-1,0.06628608,0.1034503,0.2162057,-1,0.06036374,-0.0767834,0.1981149,-1,0.05749232,-0.3518203,0.1712426,-1,0.05780498,-0.6419717,0.1429912,-1,0.06062899,-0.8868827,0.119223,-1,0.06481016,-1,0.09479436,-0.9353768,0.07411311,-1,0.0743443,-0.8350947,0.0877927,-1,0.06258921,-0.7782892,0.09778382,-1,0.05519628,-0.7429527,0.1034878,-1,0.04968819,-0.7176597,0.1050266,-1,0.04470909,-0.6961696,0.1033988,-1,0.04037139,-0.6773525,0.09978864,-1,0.03759868,-0.6654637,0.09504981,-1,0.03814063,-0.6698513,0.08970166,-1,0.04489957,-0.7019246,0.08404883,-1,0.05902515,-0.7691364,0.07817709,-1,0.0811704,-0.8735977,0.07211894,-0.9898999,0.1090677,-1,0.06692151,-0.8600396,0.1228658,-1,0.07131679,-0.7646654,0.1331997,-1,0.07575255,-0.6954303,0.1409182,-1,0.08007593,-0.6307649,0.1483197,-1,0.08467787,-0.5497177,0.1575345,-1,0.09027424,-0.4463331,0.1690997,-1,0.09723308,-0.3298952,0.1822656,-1,0.1049829,-0.212174,0.1954097,-1,0.1125644,-0.1008093,0.2077929,-1,0.1196516,-0.000922111,0.2193002,-1,0.127077,0.08385883,0.2294196,-1,0.136226,0.1544549,0.2387806,-1,0.1475503,0.2167387,0.2475962,-1,0.1600965,0.2746957,0.2559264,-1,0.1722394,0.3287625,0.263685,-1,0.1827696,0.3789106,0.2707541,-1,0.1914025,0.4265043,0.2771693,-1,0.1982686,0.4742491,0.2832819,-1,0.2035348,0.5268344,0.2897408,-1,0.2077053,0.5908443,0.2974557,-1,0.2116505,0.6730385,0.3073128,-1,0.2163728,0.7743624,0.3199902,-1,0.2230083,0.8893633,0.3356536,-1,0.2331091,1,0.3516062,-0.992914,0.2500965,1,0.3358038,-0.8948068,0.3001712,1,0.3273535,-0.8215839,0.3536978,1,0.322172,-0.7650154,0.4026814,1,0.3158723,-0.721425,0.4359659,1,0.3047252,-0.6880841,0.443712,1,0.2858052,-0.6555846,0.4238376,1,0.2575662,-0.6040208,0.38484,1,0.2209524,-0.5133075,0.3422317,1,0.1821033,-0.3887005,0.3089345,1,0.1503758,-0.2686861,0.2884768,1,0.1325794,-0.1946792,0.2769026,1,0.1301759,-0.1844926,0.2683189,1,0.141895,-0.2356345,0.258438,1,0.1660104,-0.3384967,0.2453892,1,0.2010899,-0.4832893,0.2294282,1,0.2452926,-0.6604795,0.2120015,1,0.2950806,-0.8552107,0.194701,0.9553918,0.3289334,-1,0.1866279,0.8257467,0.318303,-1,0.1972859,0.7553781,0.3108172,-1,0.1966627,0.7349698,0.3056973,-1,0.1850673,0.7693981,0.3041276,-1,0.1648124,0.8809045,0.3088469,-1,0.1394532,1,0.2907199,-0.8935996,0.1256955,1,0.228155,-0.6268331,0.1361055,1,0.17268,-0.3800646,0.1539998,1,0.1285489,-0.1769183,0.178725,1,0.09640423,-0.02424745,0.2085941,1,0.07482503,0.08153991,0.2405266,1,0.06135036,0.1496721,0.2704262,1,0.05330513,0.1912377,0.2942765,1,0.0486015,0.216359,0.3096841,1,0.04572498,0.2325912,0.3170156,1,0.04331931,0.2465676,0.3193577,1,0.04018511,0.2654583,0.3210959,1,0.03572244,0.2925917,0.3267005,1,0.03105323,0.3215488,0.3396388,1,0.02843394,0.3377284,0.3602451,1,0.02931604,0.3303816,0.3834293,1,0.03366703,0.3001821,0.3984403,1,0.04101378,0.253204,0.3932465,1,0.0514942,0.1942495,0.3621758,1,0.06472776,0.1269269,0.3108481,1,0.0788088,0.05959448,0.2531395,1,0.08932052,0.01176538,0.2029022,1,0.09068948,0.008548686,0.1675318,1,0.08288004,0.05139703,0.1468616,1,0.07364927,0.1009318,0.1361561,1,0.07239413,0.1081521,0.1302087,1,0.08369127,0.04976787,0.1256418,1,0.1074529,-0.07033987,0.1210427,1,0.1413461,-0.2358658,0.1159112,1,0.1827268,-0.431934,0.110141,1,0.2310317,-0.6522909,0.1038096,1,0.2858428,-0.8959146,0.096981,0.8626401,0.2986897,-1,0.1039,0.696203,0.2857121,-1,0.1173623,0.5802608,0.27647,-1,0.1269204,0.4971631,0.2698539,-1,0.1336603,0.4384711,0.2653089,-1,0.1394085,0.4007703,0.2629001,-1,0.1454379,0.3810332,0.2622919,-1,0.1518668,0.3759214,0.2631443,-1,0.1579697,0.3801871,0.2646185,-1,0.1629578,0.3884864,0.2660964,-1,0.1660801,0.3956985,0.2669512,-1,0.1665488,0.3981741,0.2665896,-1,0.1638201,0.3928363,0.2648006,-1,0.1582312,0.3778197,0.2617235,-1,0.1508782,0.3515103,0.2575326,-1,0.1430853,0.31314,0.2521862,-1,0.1360369,0.2629876,0.2460268,-1,0.1305737,0.2042839,0.2396596,-1,0.1275148,0.1456267,0.2338782,-1,0.1278211,0.0969981,0.2297284,-1,0.1313732,0.05972393,0.2270153,-1,0.136315,0.02652326,0.2245621,-1,0.1405915,-0.009135135,0.2215628,-1,0.1433159,-0.04834275,0.217735,-1,0.1441132,-0.09028749,0.2131643,-1,0.1420844,-0.1346603,0.207651,-1,0.1365041,-0.1787349,0.2015649,-1,0.1275058,-0.2122418,0.1960674,-1,0.1163002,-0.2181583,0.1932868,-1,0.1047352,-0.1817055,0.1948987,-1,0.09451079,-0.0999643,0.2013911,-1,0.08653569,0.01500784,0.2116176,-1,0.0809569,0.1398643,0.2232501,-1,0.07760931,0.2398115,0.2325694,-1,0.07598478,0.2811065,0.2364922,-1,0.07505587,0.249934,0.2331161,-1,0.07411844,0.1663932,0.2250587,-1,0.07401191,0.08148881,0.2172383,-1,0.07675231,0.04646268,0.2154773,-1,0.08438173,0.06941913,0.2203956,-1,0.09817158,0.1151732,0.2288835,-1,0.1177602,0.1469322,0.2365259,-1,0.1398442,0.1543908,0.2409468,-1,0.158228,0.1494613,0.2422291,-1,0.1667773,0.1499056,0.2414701,-1,0.162888,0.1667167,0.2402105,-1,0.1487738,0.1980389,0.23947,-1,0.1300438,0.2297157,0.2391188,-1,0.1130357,0.2444448,0.2383934,-1,0.1021961,0.2360792,0.2369252,-1,0.09906267,0.2154668,0.2356312,-1,0.1024172,0.1963275,0.2351299,-1,0.1090399,0.182331,0.234905,-1,0.1150848,0.169037,0.2342586,-1,0.1181586,0.1504276,0.2323608,-1,0.1180702,0.1235105,0.2294358,-1,0.116361,0.09164876,0.2259355,-1,0.1150581,0.06364281,0.2234421,-1,0.1157719,0.04606523,0.2221936,-1,0.1188063,0.03895338,0.2224283,-1,0.1230482,0.03904162,0.2232176,-1,0.126988,0.04159119,0.2239457,-1,0.1298376,0.0431322,0.2245319,-1,0.1317492,0.04227187,0.2247432,-1,0.1330601,0.03883677,0.2246033,-1,0.1340156,0.03392765,0.2241695,-1,0.1347331,0.02856075,0.2238131,-1,0.1354526,0.02434459,0.2235819,-1,0.1363251,0.02100364,0.2233804,-1,0.1373515,0.01829584,0.2234239,-1,0.1384972,0.01591124,0.2234213,-1,0.1397297,0.01357538,0.2233965,-1,0.1409798,0.0112829,0.2234047,-1,0.1422128,0.00903465,0.2234193,-1,0.1434453,0.006945681,0.2234483,-1,0.1446608,0.00489614,0.2234827,-1,0.1458757,0.002881484,0.2235476,-1,0.1470736,0.001016425,0.2236256,-1,0.1482539])

Group203.addChildren(OrientationInterpolator223)
ROUTE224 = x3d.ROUTE()
ROUTE224.setFromField("fraction_changed")
ROUTE224.setFromNode("KeyframeTimer")
ROUTE224.setToField("set_fraction")
ROUTE224.setToNode("Keyframe_HumanoidRoot")

Group203.addChildren(ROUTE224)
ROUTE225 = x3d.ROUTE()
ROUTE225.setFromField("fraction_changed")
ROUTE225.setFromNode("KeyframeTimer")
ROUTE225.setToField("set_fraction")
ROUTE225.setToNode("Keyframe_HumanoidRoot")

Group203.addChildren(ROUTE225)
ROUTE226 = x3d.ROUTE()
ROUTE226.setFromField("fraction_changed")
ROUTE226.setFromNode("KeyframeTimer")
ROUTE226.setToField("set_fraction")
ROUTE226.setToNode("Keyframe_sacroiliac")

Group203.addChildren(ROUTE226)
ROUTE227 = x3d.ROUTE()
ROUTE227.setFromField("fraction_changed")
ROUTE227.setFromNode("KeyframeTimer")
ROUTE227.setToField("set_fraction")
ROUTE227.setToNode("Keyframe_l_shoulder")

Group203.addChildren(ROUTE227)
ROUTE228 = x3d.ROUTE()
ROUTE228.setFromField("fraction_changed")
ROUTE228.setFromNode("KeyframeTimer")
ROUTE228.setToField("set_fraction")
ROUTE228.setToNode("Keyframe_l_elbow")

Group203.addChildren(ROUTE228)
ROUTE229 = x3d.ROUTE()
ROUTE229.setFromField("fraction_changed")
ROUTE229.setFromNode("KeyframeTimer")
ROUTE229.setToField("set_fraction")
ROUTE229.setToNode("Keyframe_l_radiocarpal")

Group203.addChildren(ROUTE229)
ROUTE230 = x3d.ROUTE()
ROUTE230.setFromField("fraction_changed")
ROUTE230.setFromNode("KeyframeTimer")
ROUTE230.setToField("set_fraction")
ROUTE230.setToNode("Keyframe_r_shoulder")

Group203.addChildren(ROUTE230)
ROUTE231 = x3d.ROUTE()
ROUTE231.setFromField("fraction_changed")
ROUTE231.setFromNode("KeyframeTimer")
ROUTE231.setToField("set_fraction")
ROUTE231.setToNode("Keyframe_r_elbow")

Group203.addChildren(ROUTE231)
ROUTE232 = x3d.ROUTE()
ROUTE232.setFromField("fraction_changed")
ROUTE232.setFromNode("KeyframeTimer")
ROUTE232.setToField("set_fraction")
ROUTE232.setToNode("Keyframe_r_radiocarpal")

Group203.addChildren(ROUTE232)
ROUTE233 = x3d.ROUTE()
ROUTE233.setFromField("fraction_changed")
ROUTE233.setFromNode("KeyframeTimer")
ROUTE233.setToField("set_fraction")
ROUTE233.setToNode("Keyframe_vl5")

Group203.addChildren(ROUTE233)
ROUTE234 = x3d.ROUTE()
ROUTE234.setFromField("fraction_changed")
ROUTE234.setFromNode("KeyframeTimer")
ROUTE234.setToField("set_fraction")
ROUTE234.setToNode("Keyframe_skullbase")

Group203.addChildren(ROUTE234)
ROUTE235 = x3d.ROUTE()
ROUTE235.setFromField("fraction_changed")
ROUTE235.setFromNode("KeyframeTimer")
ROUTE235.setToField("set_fraction")
ROUTE235.setToNode("Keyframe_l_hip")

Group203.addChildren(ROUTE235)
ROUTE236 = x3d.ROUTE()
ROUTE236.setFromField("fraction_changed")
ROUTE236.setFromNode("KeyframeTimer")
ROUTE236.setToField("set_fraction")
ROUTE236.setToNode("Keyframe_l_knee")

Group203.addChildren(ROUTE236)
ROUTE237 = x3d.ROUTE()
ROUTE237.setFromField("fraction_changed")
ROUTE237.setFromNode("KeyframeTimer")
ROUTE237.setToField("set_fraction")
ROUTE237.setToNode("Keyframe_l_talocrural")

Group203.addChildren(ROUTE237)
ROUTE238 = x3d.ROUTE()
ROUTE238.setFromField("fraction_changed")
ROUTE238.setFromNode("KeyframeTimer")
ROUTE238.setToField("set_fraction")
ROUTE238.setToNode("Keyframe_l_metatarsophalangeal")

Group203.addChildren(ROUTE238)
ROUTE239 = x3d.ROUTE()
ROUTE239.setFromField("fraction_changed")
ROUTE239.setFromNode("KeyframeTimer")
ROUTE239.setToField("set_fraction")
ROUTE239.setToNode("Keyframe_r_hip")

Group203.addChildren(ROUTE239)
ROUTE240 = x3d.ROUTE()
ROUTE240.setFromField("fraction_changed")
ROUTE240.setFromNode("KeyframeTimer")
ROUTE240.setToField("set_fraction")
ROUTE240.setToNode("Keyframe_r_knee")

Group203.addChildren(ROUTE240)
ROUTE241 = x3d.ROUTE()
ROUTE241.setFromField("fraction_changed")
ROUTE241.setFromNode("KeyframeTimer")
ROUTE241.setToField("set_fraction")
ROUTE241.setToNode("Keyframe_r_talocrural")

Group203.addChildren(ROUTE241)
ROUTE242 = x3d.ROUTE()
ROUTE242.setFromField("fraction_changed")
ROUTE242.setFromNode("KeyframeTimer")
ROUTE242.setToField("set_fraction")
ROUTE242.setToNode("Keyframe_r_metatarsophalangeal")

Group203.addChildren(ROUTE242)
ROUTE243 = x3d.ROUTE()
ROUTE243.setFromField("value_changed")
ROUTE243.setFromNode("Keyframe_HumanoidRoot")
ROUTE243.setToField("translation")
ROUTE243.setToNode("hanim_HumanoidRoot")

Group203.addChildren(ROUTE243)
ROUTE244 = x3d.ROUTE()
ROUTE244.setFromField("value_changed")
ROUTE244.setFromNode("Keyframe_HumanoidRoot")
ROUTE244.setToField("rotation")
ROUTE244.setToNode("hanim_HumanoidRoot")

Group203.addChildren(ROUTE244)
ROUTE245 = x3d.ROUTE()
ROUTE245.setFromField("value_changed")
ROUTE245.setFromNode("Keyframe_sacroiliac")
ROUTE245.setToField("rotation")
ROUTE245.setToNode("hanim_sacroiliac")

Group203.addChildren(ROUTE245)
ROUTE246 = x3d.ROUTE()
ROUTE246.setFromField("value_changed")
ROUTE246.setFromNode("Keyframe_l_shoulder")
ROUTE246.setToField("rotation")
ROUTE246.setToNode("hanim_l_shoulder")

Group203.addChildren(ROUTE246)
ROUTE247 = x3d.ROUTE()
ROUTE247.setFromField("value_changed")
ROUTE247.setFromNode("Keyframe_l_elbow")
ROUTE247.setToField("rotation")
ROUTE247.setToNode("hanim_l_elbow")

Group203.addChildren(ROUTE247)
ROUTE248 = x3d.ROUTE()
ROUTE248.setFromField("value_changed")
ROUTE248.setFromNode("Keyframe_l_radiocarpal")
ROUTE248.setToField("rotation")
ROUTE248.setToNode("hanim_l_radiocarpal")

Group203.addChildren(ROUTE248)
ROUTE249 = x3d.ROUTE()
ROUTE249.setFromField("value_changed")
ROUTE249.setFromNode("Keyframe_r_shoulder")
ROUTE249.setToField("rotation")
ROUTE249.setToNode("hanim_r_shoulder")

Group203.addChildren(ROUTE249)
ROUTE250 = x3d.ROUTE()
ROUTE250.setFromField("value_changed")
ROUTE250.setFromNode("Keyframe_r_elbow")
ROUTE250.setToField("rotation")
ROUTE250.setToNode("hanim_r_elbow")

Group203.addChildren(ROUTE250)
ROUTE251 = x3d.ROUTE()
ROUTE251.setFromField("value_changed")
ROUTE251.setFromNode("Keyframe_r_radiocarpal")
ROUTE251.setToField("rotation")
ROUTE251.setToNode("hanim_r_radiocarpal")

Group203.addChildren(ROUTE251)
ROUTE252 = x3d.ROUTE()
ROUTE252.setFromField("value_changed")
ROUTE252.setFromNode("Keyframe_vl5")
ROUTE252.setToField("rotation")
ROUTE252.setToNode("hanim_vl5")

Group203.addChildren(ROUTE252)
ROUTE253 = x3d.ROUTE()
ROUTE253.setFromField("value_changed")
ROUTE253.setFromNode("Keyframe_skullbase")
ROUTE253.setToField("rotation")
ROUTE253.setToNode("hanim_skullbase")

Group203.addChildren(ROUTE253)
ROUTE254 = x3d.ROUTE()
ROUTE254.setFromField("value_changed")
ROUTE254.setFromNode("Keyframe_l_hip")
ROUTE254.setToField("rotation")
ROUTE254.setToNode("hanim_l_hip")

Group203.addChildren(ROUTE254)
ROUTE255 = x3d.ROUTE()
ROUTE255.setFromField("value_changed")
ROUTE255.setFromNode("Keyframe_l_knee")
ROUTE255.setToField("rotation")
ROUTE255.setToNode("hanim_l_knee")

Group203.addChildren(ROUTE255)
ROUTE256 = x3d.ROUTE()
ROUTE256.setFromField("value_changed")
ROUTE256.setFromNode("Keyframe_l_talocrural")
ROUTE256.setToField("rotation")
ROUTE256.setToNode("hanim_l_talocrural")

Group203.addChildren(ROUTE256)
ROUTE257 = x3d.ROUTE()
ROUTE257.setFromField("value_changed")
ROUTE257.setFromNode("Keyframe_l_talocrural")
ROUTE257.setToField("rotation")
ROUTE257.setToNode("hanim_l_metatarsophalangeal")

Group203.addChildren(ROUTE257)
ROUTE258 = x3d.ROUTE()
ROUTE258.setFromField("value_changed")
ROUTE258.setFromNode("Keyframe_r_hip")
ROUTE258.setToField("rotation")
ROUTE258.setToNode("hanim_r_hip")

Group203.addChildren(ROUTE258)
ROUTE259 = x3d.ROUTE()
ROUTE259.setFromField("value_changed")
ROUTE259.setFromNode("Keyframe_r_knee")
ROUTE259.setToField("rotation")
ROUTE259.setToNode("hanim_r_knee")

Group203.addChildren(ROUTE259)
ROUTE260 = x3d.ROUTE()
ROUTE260.setFromField("value_changed")
ROUTE260.setFromNode("Keyframe_l_talocrural")
ROUTE260.setToField("rotation")
ROUTE260.setToNode("hanim_r_talocrural")

Group203.addChildren(ROUTE260)
ROUTE261 = x3d.ROUTE()
ROUTE261.setFromField("value_changed")
ROUTE261.setFromNode("Keyframe_l_talocrural")
ROUTE261.setToField("rotation")
ROUTE261.setToNode("hanim_r_metatarsophalangeal")

Group203.addChildren(ROUTE261)

Scene19.addChildren(Group203)

X3D0.setScene(Scene19)
X3D0.toFileX3D("../data/KoreanCharacterAnnexC01Jin_RoundTrip.x3d")


More information about the x3d-public mailing list