|
From: <tre...@us...> - 2008-02-13 04:06:33
|
Revision: 743
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=743&view=rev
Author: trevorolio
Date: 2008-02-12 20:06:40 -0800 (Tue, 12 Feb 2008)
Log Message:
-----------
Adding a first pass at Jane avatar with animations that do not fit so she is deformed on movement.
Modified Paths:
--------------
maven/trunk/ogoglio-bodies/pom.xml
Added Paths:
-----------
maven/trunk/ogoglio-bodies/ogoglio-body-jane/
maven/trunk/ogoglio-bodies/ogoglio-body-jane/pom.xml
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/java/
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/default.bvh
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/sit.bvh
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/tpose.bvh
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/walk.bvh
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/doc/
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/doc/license.html
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/body.obj
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/body.smap
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/fbreastslarge.ogmorph
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/fbuttbig.ogmorph
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/fcheeksout.ogmorph
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/fchinout.ogmorph
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/feyesbig.ogmorph
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/feyesdown.ogmorph
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/ffacefull.ogmorph
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/ffat.ogmorph
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/flipsfull.ogmorph
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/fmouthbig.ogmorph
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/fnose1.ogmorph
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/fnosedown.ogmorph
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/fnoseout.ogmorph
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/geometry/fpreggers.ogmorph
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/sourceArt/
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/texture/
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/texture/body.jpg
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/test/
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/test/java/
maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/test/resources/
Removed Paths:
-------------
maven/trunk/ogoglio-bodies/ogoglio-body-joe/src/main/resources/texture/blue.jpg
maven/trunk/ogoglio-bodies/ogoglio-body-joe/src/main/resources/texture/light.jpg
maven/trunk/ogoglio-bodies/ogoglio-body-joe/src/main/resources/texture/medium.jpg
maven/trunk/ogoglio-bodies/ogoglio-body-joe/src/main/resources/texture/pink.jpg
maven/trunk/ogoglio-bodies/ogoglio-body-joe/src/main/resources/texture/red.jpg
Added: maven/trunk/ogoglio-bodies/ogoglio-body-jane/pom.xml
===================================================================
--- maven/trunk/ogoglio-bodies/ogoglio-body-jane/pom.xml (rev 0)
+++ maven/trunk/ogoglio-bodies/ogoglio-body-jane/pom.xml 2008-02-13 04:06:40 UTC (rev 743)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>com.ogoglio</groupId>
+ <artifactId>ogoglio</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <relativePath>../ogoglio-bodies</relativePath>
+ </parent>
+
+ <groupId>com.ogoglio.body</groupId>
+ <artifactId>ogoglio-body-jane</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>false</filtering>
+ <includes>
+ <include>doc/*</include>
+ <include>animation/*</include>
+ <include>geometry/*</include>
+ <include>texture/*</include>
+ </includes>
+ <excludes>
+ <exclude>sourceArt</exclude>
+ </excludes>
+ </resource>
+ </resources>
+ </build>
+
+ <dependencies></dependencies>
+</project>
+
Added: maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/default.bvh
===================================================================
--- maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/default.bvh (rev 0)
+++ maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/default.bvh 2008-02-13 04:06:40 UTC (rev 743)
@@ -0,0 +1,130 @@
+HIERARCHY
+ROOT hip
+{
+ OFFSET 0.00 0.00 0.00
+ CHANNELS 6 Xposition Yposition Zposition Xrotation Zrotation Yrotation
+ JOINT abdomen
+ {
+ OFFSET 0.000000 0.000000 0.000000
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT chest
+ {
+ OFFSET 0.000000 5.018152 -1.882228
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT neckDummy
+ {
+ OFFSET 0.000000 8.316447 0.784897
+ CHANNELS 3 Xrotation Yrotation Zrotation
+ JOINT neck
+ {
+ OFFSET 0.000000 2.280413 -0.392801
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT head
+ {
+ OFFSET 0.000000 3.496879 0.529469
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT figureHair
+ {
+ OFFSET 0.000000 4.699570 0.720622
+ CHANNELS 3 Zrotation Yrotation Xrotation
+ End Site
+ {
+ OFFSET 0.000000 -6.419331 0.000000
+ }
+ }
+ }
+ }
+ }
+ JOINT lCollar
+ {
+ OFFSET 0.599237 8.316447 0.784897
+ CHANNELS 3 Yrotation Zrotation Xrotation
+ JOINT lShldr
+ {
+ OFFSET 6.421198 0.010146 -0.332128
+ CHANNELS 3 Zrotation Yrotation Xrotation
+ JOINT lForeArm
+ {
+ OFFSET 10.552783 0.025574 0.125508
+ CHANNELS 3 Yrotation Zrotation Xrotation
+ JOINT lHand
+ {
+ OFFSET 11.035963 0.319619 0.041520
+ CHANNELS 3 Zrotation Yrotation Xrotation
+ End Site
+ {
+ OFFSET 10.353753 0.000000 0.000000
+ }
+ }
+ }
+ }
+ }
+ JOINT rCollar
+ {
+ OFFSET -0.599237 8.316447 0.784897
+ CHANNELS 3 Yrotation Zrotation Xrotation
+ JOINT rShldr
+ {
+ OFFSET -6.421198 0.010146 -0.332128
+ CHANNELS 3 Zrotation Yrotation Xrotation
+ JOINT rForeArm
+ {
+ OFFSET -10.552783 0.025574 0.125508
+ CHANNELS 3 Yrotation Zrotation Xrotation
+ JOINT rHand
+ {
+ OFFSET -11.035963 0.319619 0.041520
+ CHANNELS 3 Zrotation Yrotation Xrotation
+ End Site
+ {
+ OFFSET -10.353753 0.000000 0.000000
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ JOINT lThigh
+ {
+ OFFSET 4.500466 -6.400484 -1.832696
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT lShin
+ {
+ OFFSET -1.359117 -18.918689 1.179887
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT lFoot
+ {
+ OFFSET -0.652380 -17.215186 -0.312137
+ CHANNELS 3 Xrotation Yrotation Zrotation
+ End Site
+ {
+ OFFSET 0.000000 0.000000 10.353752
+ }
+ }
+ }
+ }
+ JOINT rThigh
+ {
+ OFFSET -4.500466 -6.400484 -1.832696
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT rShin
+ {
+ OFFSET 1.359117 -18.918689 1.179887
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT rFoot
+ {
+ OFFSET 0.652380 -17.215186 -0.312137
+ CHANNELS 3 Xrotation Yrotation Zrotation
+ End Site
+ {
+ OFFSET 0.000000 0.000000 10.353752
+ }
+ }
+ }
+ }
+}
+MOTION
+Frames: 1
+Frame Time: 0.100000
+0.000000 42.014908 0.240040 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 2.021920 -5.690310 -0.063351 -70.106262 9.940849 15.968393 -22.598761 -9.338127 0.108572 5.976201 -0.065959 0.172336 -2.021920 5.690310 -0.063351 70.064301 -9.978495 15.953232 22.592319 9.326028 0.129803 -5.956460 0.082736 0.181256 -7.544341 3.962285 0.126597 15.837342 -3.291070 -0.872131 -8.576491 1.070768 -0.847483 -7.531943 -4.331991 0.100592 15.780110 3.271439 0.612621 -8.616927 -1.581442 0.945399
Property changes on: maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/default.bvh
___________________________________________________________________
Name: svn:executable
+ *
Added: maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/sit.bvh
===================================================================
--- maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/sit.bvh (rev 0)
+++ maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/sit.bvh 2008-02-13 04:06:40 UTC (rev 743)
@@ -0,0 +1,179 @@
+HIERARCHY
+ROOT hip
+{
+ OFFSET 0.00 0.00 0.00
+ CHANNELS 6 Xposition Yposition Zposition Xrotation Zrotation Yrotation
+ JOINT abdomen
+ {
+ OFFSET 0.000000 0.000000 0.000000
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT chest
+ {
+ OFFSET 0.000000 5.018152 -1.882228
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT neckDummy
+ {
+ OFFSET 0.000000 8.316447 0.784897
+ CHANNELS 3 Xrotation Yrotation Zrotation
+ JOINT neck
+ {
+ OFFSET 0.000000 2.280413 -0.392801
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT head
+ {
+ OFFSET 0.000000 3.496879 0.529469
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT figureHair
+ {
+ OFFSET 0.000000 4.699570 0.720622
+ CHANNELS 3 Zrotation Yrotation Xrotation
+ End Site
+ {
+ OFFSET 0.000000 -6.419331 0.000000
+ }
+ }
+ }
+ }
+ }
+ JOINT lCollar
+ {
+ OFFSET 0.599237 8.316447 0.784897
+ CHANNELS 3 Yrotation Zrotation Xrotation
+ JOINT lShldr
+ {
+ OFFSET 6.421198 0.010146 -0.332128
+ CHANNELS 3 Zrotation Yrotation Xrotation
+ JOINT lForeArm
+ {
+ OFFSET 10.552783 0.025574 0.125508
+ CHANNELS 3 Yrotation Zrotation Xrotation
+ JOINT lHand
+ {
+ OFFSET 11.035963 0.319619 0.041520
+ CHANNELS 3 Zrotation Yrotation Xrotation
+ End Site
+ {
+ OFFSET 10.353753 0.000000 0.000000
+ }
+ }
+ }
+ }
+ }
+ JOINT rCollar
+ {
+ OFFSET -0.599237 8.316447 0.784897
+ CHANNELS 3 Yrotation Zrotation Xrotation
+ JOINT rShldr
+ {
+ OFFSET -6.421198 0.010146 -0.332128
+ CHANNELS 3 Zrotation Yrotation Xrotation
+ JOINT rForeArm
+ {
+ OFFSET -10.552783 0.025574 0.125508
+ CHANNELS 3 Yrotation Zrotation Xrotation
+ JOINT rHand
+ {
+ OFFSET -11.035963 0.319619 0.041520
+ CHANNELS 3 Zrotation Yrotation Xrotation
+ End Site
+ {
+ OFFSET -10.353753 0.000000 0.000000
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ JOINT lThigh
+ {
+ OFFSET 4.500466 -6.400484 -1.832696
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT lShin
+ {
+ OFFSET -1.359117 -18.918689 1.179887
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT lFoot
+ {
+ OFFSET -0.652380 -17.215186 -0.312137
+ CHANNELS 3 Xrotation Yrotation Zrotation
+ End Site
+ {
+ OFFSET 0.000000 0.000000 10.353752
+ }
+ }
+ }
+ }
+ JOINT rThigh
+ {
+ OFFSET -4.500466 -6.400484 -1.832696
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT rShin
+ {
+ OFFSET 1.359117 -18.918689 1.179887
+ CHANNELS 3 Xrotation Zrotation Yrotation
+ JOINT rFoot
+ {
+ OFFSET 0.652380 -17.215186 -0.312137
+ CHANNELS 3 Xrotation Yrotation Zrotation
+ End Site
+ {
+ OFFSET 0.000000 0.000000 10.353752
+ }
+ }
+ }
+ }
+}
+MOTION
+Frames: 50
+Frame Time: 0.041667
+0.000000 42.014908 0.240040 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 2.021920 -5.690310 -0.063351 -70.100700 9.978770 15.991600 -22.515600 -9.303740 0.147736 5.969490 -0.173112 0.175734 -2.021920 5.690310 -0.063351 70.100700 -9.978770 15.991600 22.515600 9.303740 0.147736 -5.969490 0.173112 0.175734 -7.545480 4.001929 0.126583 15.872740 -3.319793 -0.839247 -8.608498 1.050494 -0.878046 -7.531943 -4.331991 0.100592 15.814292 3.299639 0.618600 -8.640055 -1.563356 0.936766
+-0.001136 42.047485 0.258350 0.015281 -0.160640 1.231823 -0.202867 -1.017794 5.550867 -0.022891 -2.631103 2.992019 0.000000 0.000000 0.000000 0.000000 0.000000 1.297549 3.800558 -1.201557 7.998749 0.000000 0.000000 0.000000 1.994514 -5.197196 -0.066307 -67.927406 9.117760 16.272688 -21.930227 -10.127905 0.184120 7.175318 0.005541 -0.197885 -2.073291 5.740149 -0.032077 69.997414 -10.220204 15.994469 22.056313 9.142480 0.185973 -6.503005 1.401555 -2.041011 -7.551804 4.214809 0.125835 15.585843 -3.309215 -0.808465 -8.337039 -0.217005 -0.943522 -7.072927 -4.077958 0.028241 15.140048 3.277331 0.570500 -8.423216 -2.749167 0.862214
+-0.002857 42.096840 0.286087 0.029094 -0.365053 2.705819 -0.405597 -2.258602 12.353542 -0.052194 -5.847550 6.673011 0.000000 0.000000 0.000000 0.000000 0.000000 2.867914 8.444941 -2.649465 17.763105 0.000000 0.000000 0.000000 2.026428 -4.493691 -0.053350 -65.288086 8.063235 16.616686 -21.241461 -11.135085 0.222496 8.258029 0.234520 -0.622607 -2.153154 5.878275 0.045403 70.024467 -10.651922 15.978795 21.412695 9.311210 0.253536 -6.883192 3.187223 -5.134254 -7.501410 4.496881 0.123082 15.118730 -3.299616 -0.766510 -7.970469 -1.727266 -1.048025 -6.452955 -3.748653 -0.055355 14.178856 3.239592 0.472283 -8.083669 -4.153584 0.781128
+-0.003286 42.109127 0.292991 0.061213 -0.535572 4.277362 -0.777409 -3.492378 18.982010 -0.075997 -9.012057 10.205709 0.000000 0.000000 0.000000 0.000000 0.000000 4.480512 13.028363 -4.157663 27.440105 0.000000 0.000000 0.000000 2.106382 -3.666201 -0.027852 -62.624863 7.033216 16.953691 -20.461637 -12.127282 0.283488 9.150728 0.488386 -1.057494 -2.251019 6.080780 0.156168 70.160461 -11.211857 15.948553 20.662586 9.747875 0.340776 -7.102841 5.307372 -8.863679 -7.733775 4.735919 0.120272 15.098766 -3.299485 -0.765173 -7.820042 -3.331604 -1.135538 -6.111829 -3.485498 -0.127818 13.752612 3.218626 0.442000 -8.054342 -5.678007 0.704172
+0.000000 42.014908 0.240040 0.140966 -0.588000 5.920680 -1.579400 -4.545870 24.255800 -0.081138 -11.618200 12.859500 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 16.840300 -5.638830 35.604698 0.000000 0.000000 0.000000 2.188578 -2.810312 -0.001600 -60.240200 6.206450 17.227100 -19.525499 -12.948100 0.400552 10.078557 0.751147 -1.508068 -2.352196 6.289758 0.270502 70.299858 -11.790388 15.917407 19.886646 10.196711 0.430919 -7.332713 7.500043 -13.019673 -8.672421 4.828678 0.146981 16.364857 -3.346981 -0.905014 -8.241468 -4.977678 -1.109998 -6.623362 -3.453089 -0.197466 14.911632 3.268945 0.563573 -8.767126 -7.294611 0.632392
+0.008106 41.758495 0.093278 0.286617 -0.465829 7.598319 -2.919785 -5.289261 27.298862 -0.058123 -13.293894 14.099704 0.000000 0.000000 0.000000 0.000000 0.000000 7.315878 19.311069 -7.011647 41.139530 0.000000 0.000000 0.000000 2.227221 -2.021616 0.013618 -58.374638 5.701050 17.393173 -18.427805 -13.479096 0.587695 11.266666 1.006811 -1.979855 -2.441995 6.447314 0.358690 70.337204 -12.277906 15.899037 19.165552 10.401958 0.507188 -7.743576 9.503284 -17.392633 -10.711632 4.735614 0.181811 19.500193 -3.476861 -1.197509 -9.489000 -6.637327 -0.951120 -8.415224 -3.777928 -0.249301 18.396254 3.414390 0.917017 -10.594095 -8.999483 0.561660
+0.016877 41.339180 -0.160993 0.472185 -0.223303 9.226099 -4.295254 -5.766469 28.452793 -0.012122 -14.204382 14.175374 0.000000 0.000000 0.000000 0.000000 0.000000 8.417012 20.434372 -8.218807 44.157990 0.000000 0.000000 0.000000 2.176512 -1.395702 0.006016 -57.021053 5.392597 17.459612 -17.403440 -13.753652 0.781114 12.940200 1.239383 -2.478377 -2.505727 6.495546 0.391018 70.166992 -12.564794 15.907110 18.579964 10.107853 0.552805 -8.506192 11.055137 -21.772951 -13.706823 4.490720 0.248237 24.247133 -3.662852 -1.674194 -11.342396 -8.183679 -0.657165 -11.571109 -4.258971 -0.275373 23.999399 3.634807 1.505209 -13.201004 -10.669835 0.315946
+0.020842 40.769993 -0.531403 0.660630 0.057650 10.708160 -5.049613 -6.064847 28.363611 0.048028 -14.649241 13.531502 0.000000 0.000000 0.000000 0.000000 0.000000 9.317108 20.344748 -9.209007 45.081150 0.000000 0.000000 0.000000 1.990654 -1.028158 -0.036195 -56.110439 5.096044 17.446981 -16.747332 -13.843108 0.897551 15.324302 1.432872 -3.009158 -2.528701 6.376553 0.337769 69.683716 -12.541431 15.955297 18.210548 9.058629 0.550996 -9.791324 11.893643 -25.951015 -17.437792 4.198074 0.338902 30.074774 -3.858332 -2.266191 -13.475947 -9.548857 -0.221030 -15.383269 -4.977664 -0.287406 30.727306 3.876024 2.184429 -16.246342 -12.078061 0.165571
+0.014530 40.063969 -1.026583 0.814910 0.295098 11.948647 -4.526672 -6.271750 27.677338 0.113491 -14.928055 12.613079 0.000000 0.000000 0.000000 0.000000 0.000000 10.029876 19.176733 -9.930942 44.330078 0.000000 0.000000 0.000000 1.623849 -1.014575 -0.124801 -55.573788 4.626344 17.375854 -16.754408 -13.818810 0.853750 18.644119 1.571285 -3.577721 -2.496229 6.032434 0.169230 68.781883 -12.098205 16.057272 18.137974 6.998525 0.484983 -11.769738 11.756850 -29.717213 -21.666656 3.954324 0.443313 36.503391 -4.044169 -2.934869 -15.638267 -10.672198 0.278965 -19.613991 -5.710900 -0.279835 37.803112 4.065731 2.911026 -19.196899 -13.162488 -0.046318
+-0.007528 39.234142 -1.655163 0.897985 0.407112 12.851700 -2.070240 -6.474530 27.040001 0.175430 -15.340400 11.865100 0.000000 0.000000 0.000000 0.000000 0.000000 10.569020 17.064877 -10.333308 42.325867 0.000000 0.000000 0.000000 1.030300 -1.450540 -0.271591 -55.342098 3.798450 17.266800 -17.719601 -13.752100 0.566455 23.124800 1.638630 -4.189590 -2.393620 5.405290 -0.144315 67.356003 -11.125500 16.226700 18.442900 3.671780 0.337990 -14.612200 10.382800 -32.861942 -26.143826 3.846021 0.554989 43.048153 -4.172040 -3.623220 -17.589991 -11.449199 0.840408 -23.938587 -6.463055 -0.274669 44.984058 4.191748 3.669371 -22.069221 -13.790672 -0.121726
+-0.050137 38.292961 -2.409089 0.882349 0.337312 13.353222 2.706291 -6.743101 26.934940 0.224199 -16.094496 11.606818 0.000000 0.000000 0.000000 0.000000 0.000000 10.948249 14.143720 -10.364807 39.489601 0.000000 0.000000 0.000000 0.198067 -2.374392 -0.480962 -55.373985 2.487314 17.137873 -19.762753 -13.696319 -0.000414 28.751705 1.681599 -4.830937 -2.211814 4.486124 -0.621754 65.330505 -9.567327 16.466475 19.172091 -1.036520 0.114412 -18.264462 7.752028 -35.175598 -30.707300 3.953771 0.675722 49.288216 -4.214429 -4.315293 -19.088308 -11.875370 1.386264 -28.477438 -6.873167 -0.220213 51.558327 4.208741 4.360595 -24.106689 -14.144130 -0.270036
+-0.115429 37.250546 -3.213563 0.778648 0.131524 13.516165 9.111165 -7.077611 27.194798 0.246917 -17.033125 11.654552 0.000000 0.000000 0.000000 0.000000 0.000000 11.181270 10.547808 -9.974133 36.242355 0.000000 0.000000 0.000000 -0.749360 -3.595456 -0.727751 -55.738575 0.807899 16.997055 -22.303387 -13.632792 -0.694226 34.551033 1.997627 -5.410524 -1.964272 3.461572 -1.238661 62.749615 -7.582217 16.736366 20.236719 -6.677859 -0.096668 -21.772221 4.815056 -36.448566 -35.223942 4.236428 0.764493 55.312519 -4.176326 -4.968762 -20.384064 -12.023439 1.903501 -32.657665 -7.230220 -0.219549 57.641293 4.117342 5.020196 -25.918390 -14.136715 -0.290269
+-0.204869 36.116421 -3.977106 0.607063 -0.138876 13.435247 16.183052 -7.460773 27.489546 0.229894 -17.907717 11.698886 0.000000 0.000000 0.000000 0.000000 0.000000 11.281791 6.411681 -9.109984 33.005203 0.000000 0.000000 0.000000 -1.654636 -4.865809 -0.979408 -56.532635 -1.064830 16.849812 -24.585958 -13.524848 -1.315175 39.309212 2.946833 -5.817761 -1.670083 2.567176 -1.959786 59.687500 -5.382332 16.985371 21.514063 -12.662883 -0.184997 -23.956169 2.764890 -36.471245 -39.669811 4.646955 0.772826 61.285667 -4.039305 -5.623230 -21.678022 -11.919246 2.350195 -37.009411 -7.279677 -0.227884 63.486649 3.918202 5.641013 -27.336681 -14.054149 -0.454885
+-0.319923 34.900127 -4.608232 0.387775 -0.402509 13.205188 22.960609 -7.875296 27.489159 0.159439 -18.469700 11.430408 0.000000 0.000000 0.000000 0.000000 0.000000 11.263515 1.869889 -7.721058 30.199228 0.000000 0.000000 0.000000 -2.360411 -5.937526 -1.203382 -57.852928 -2.955908 16.701603 -25.854912 -13.335809 -1.663455 41.812660 4.889338 -5.942060 -1.348339 2.038479 -2.749876 56.218346 -3.179836 17.162485 22.881397 -18.402214 -0.040321 -23.636997 2.794546 -35.034027 -43.965260 5.135311 0.690983 67.382362 -3.814714 -6.268446 -23.232658 -11.684981 2.697291 -41.309090 -7.166585 -0.281345 69.357353 3.652169 6.216343 -28.788540 -13.927116 -0.737134
+-0.462055 33.611195 -5.015463 0.140966 -0.588000 12.920700 28.482500 -8.303890 26.863600 0.021864 -18.470501 10.539700 0.000000 0.000000 0.000000 0.000000 0.000000 11.140156 -2.943030 -5.756050 28.245501 0.000000 0.000000 0.000000 -2.709340 -6.562680 -1.367120 -59.796200 -4.690370 16.557899 -25.354700 -13.029000 -1.539260 40.847801 8.185260 -5.672830 -1.018130 2.111020 -3.573680 52.416302 -1.186890 17.216700 24.216000 -23.306499 0.447615 -19.635401 6.097030 -31.927299 -48.061069 5.653193 0.479244 73.787239 -3.474089 -6.889403 -25.328661 -11.391047 2.863119 -45.139637 -7.147304 -0.481332 75.543465 3.301003 6.828876 -30.997875 -13.621574 -1.176313
+-0.625463 32.258106 -5.221559 -0.087118 -0.647162 12.685126 32.141991 -8.714515 25.368425 -0.278603 -17.744574 8.753790 0.000000 0.000000 0.000000 0.000000 0.000000 10.925414 -7.825219 -3.290900 27.354988 0.000000 0.000000 0.000000 -2.514160 -6.420678 -1.452255 -62.329395 -6.144660 16.428251 -23.208241 -12.761728 -0.993648 36.654705 12.391641 -4.982024 -0.749251 2.890534 -4.389220 48.485493 0.562473 17.124125 25.807608 -26.889833 1.483009 -11.844831 12.917302 -27.275766 -52.032818 6.121557 0.178778 80.399940 -3.065367 -7.491178 -27.786781 -11.096766 2.902039 -48.836628 -7.206628 -0.747539 82.045853 2.900582 7.426325 -33.690441 -13.261812 -1.793520
+-0.775271 30.845148 -5.706260 -0.145974 -0.624573 12.636305 34.750740 -9.016124 23.101532 -1.166061 -16.458477 5.945470 0.000000 0.000000 0.000000 0.000000 0.000000 10.632996 -12.305557 -0.910501 26.898216 0.000000 0.000000 0.000000 -1.467941 -4.900249 -1.497147 -64.900131 -7.400843 16.338558 -23.052319 -13.467224 -1.081142 35.288033 13.853205 -4.171755 -0.814312 3.963524 -5.127613 45.149837 2.746739 16.969330 29.595821 -29.080166 3.645842 -4.449783 19.708128 -22.541378 -56.329060 6.338910 0.136681 85.893959 -2.727632 -7.982375 -28.876787 -11.003044 3.166472 -53.101933 -7.461143 -0.796327 87.790771 2.519392 7.935912 -35.187824 -13.149985 -2.232794
+-0.869335 29.375566 -7.063550 0.140966 -0.588000 12.920700 37.474998 -9.102920 20.246401 -3.146690 -14.861800 2.023970 0.000000 0.000000 0.000000 0.000000 0.000000 10.276609 -15.845600 0.673007 26.035603 0.000000 0.000000 0.000000 0.766166 -1.317450 -1.554340 -66.826202 -8.592390 16.318800 -29.402201 -16.272699 -3.107130 44.256100 8.111580 -3.626680 -1.536630 4.786680 -5.713250 43.263199 6.222520 16.864000 37.932701 -29.908899 7.610040 -2.707540 21.974199 -19.520399 -62.393833 6.131525 0.781529 89.501648 -2.529813 -8.347482 -26.404787 -11.069010 4.096362 -59.449234 -8.153783 -0.226388 92.011993 2.216583 8.261917 -33.339851 -13.439254 -1.951319
+-0.872431 27.886549 -9.542672 0.660576 -0.585714 13.415488 40.882645 -8.875570 17.194075 -6.338554 -13.222828 -2.826497 0.000000 0.000000 0.000000 0.000000 0.000000 9.869966 -17.821077 1.014126 23.927561 0.000000 0.000000 0.000000 4.015821 4.340507 -1.644702 -67.609413 -9.885515 16.389240 -44.205246 -21.322229 -7.541314 66.079781 -6.626896 -3.621811 -3.034421 5.164068 -6.112218 43.356716 11.201074 16.894766 51.570087 -29.110842 13.215491 -9.210017 17.106630 -18.929438 -69.892052 5.336908 2.244351 90.224297 -2.607593 -8.505087 -19.621990 -10.779461 5.738407 -67.848671 -9.353822 1.057089 93.872597 2.023984 8.354570 -27.166733 -13.644540 -0.653342
+-0.777013 26.551064 -12.013938 0.140966 -0.588000 12.920700 43.148102 -8.260590 15.165800 -9.307310 -11.884600 -7.321860 0.000000 0.000000 0.000000 0.000000 0.000000 9.426769 -17.264400 0.733914 19.734501 0.000000 0.000000 0.000000 6.071980 9.401870 -1.662390 -67.487602 -11.577400 16.531200 -59.137402 -24.827400 -11.510700 83.330399 -21.497299 -3.993590 -4.605520 6.289250 -6.457390 44.670601 15.312300 17.048000 64.859100 -25.234400 16.966000 -15.887800 10.042100 -17.166401 -75.341019 4.843800 3.455750 90.097908 -2.695096 -8.565252 -13.262901 -9.457743 7.071873 -74.263962 -10.155553 2.081025 94.466759 1.933840 8.348231 -20.709200 -12.765933 0.540243
+-0.591852 25.530415 -13.328908 -2.455969 -0.557183 10.407695 42.380375 -7.136115 15.093898 -10.760098 -11.018998 -10.140150 0.000000 0.000000 0.000000 0.000000 0.000000 8.960727 -13.584900 0.557259 13.013932 0.000000 0.000000 0.000000 4.952104 11.254337 -1.507222 -66.857559 -13.857865 16.697147 -65.650581 -23.260971 -12.243420 79.201653 -27.589514 -4.296614 -5.578798 9.128095 -6.860391 46.224689 16.194149 17.270897 72.147560 -17.503981 15.621323 -14.526196 6.287201 -10.536071 -76.707176 5.707410 3.380951 92.164139 -2.501134 -8.704925 -11.614241 -7.263399 7.239071 -75.908676 -9.556920 1.998037 95.644653 1.852712 8.464150 -17.665529 -10.838728 0.539092
+-0.363304 24.803457 -13.643139 -6.074385 -0.501732 6.610309 38.820499 -5.160920 15.924700 -11.522500 -10.038500 -10.907800 0.000000 0.000000 0.000000 0.000000 0.000000 8.485547 -8.042975 0.557812 4.911759 0.000000 0.000000 0.000000 1.616479 10.208116 -1.228365 -66.015770 -16.356316 16.763041 -64.572441 -18.073032 -10.714931 59.327023 -26.471737 -3.396677 -6.227700 12.346200 -7.181090 47.448299 14.098300 17.454201 74.171303 -9.034440 10.301300 -6.990950 6.082470 0.710524 -75.496025 6.961439 2.244997 95.905380 -2.133769 -8.915996 -13.544906 -4.234988 6.245570 -74.717163 -8.556355 1.092098 97.846397 1.747047 8.680337 -17.445347 -7.904090 -0.618339
+-0.147123 24.303423 -13.438188 -9.134972 -0.441656 2.702975 33.474945 -2.307904 16.147840 -12.606924 -8.502589 -9.806231 0.000000 0.000000 0.000000 0.000000 0.000000 8.014936 -2.361760 0.646416 -3.029062 0.000000 0.000000 0.000000 -2.238928 7.304027 -0.912318 -65.233643 -18.562061 16.585714 -59.074524 -11.957973 -8.837513 34.949783 -22.331715 0.012631 -6.877466 14.308359 -7.263671 48.239124 10.141443 17.425304 73.165558 -3.010855 3.229143 2.332134 8.351938 15.335871 -73.571877 7.398752 0.799846 99.652397 -1.722067 -9.104954 -16.761017 -0.476882 4.617184 -72.896591 -8.194424 -0.132631 100.280342 1.614837 8.934370 -18.506849 -4.307328 -2.469582
+0.000939 23.963556 -13.195612 -10.058400 -0.396959 -0.139853 28.280100 -0.025860 14.412100 -13.654600 -7.318210 -8.288430 0.000000 0.000000 0.000000 0.000000 0.000000 7.562603 1.735580 0.733914 -9.265530 0.000000 0.000000 0.000000 -4.918130 3.582900 -0.645584 -64.782600 -19.964399 16.021999 -52.328400 -7.610210 -8.523450 17.313299 -19.357201 7.237720 -7.115950 14.476300 -7.141320 49.958801 6.286670 16.814600 70.975098 0.990960 -3.318360 9.057210 12.019637 32.102402 -73.282913 7.460052 -0.364895 101.900253 -1.486730 -9.208735 -18.714811 2.437124 3.106550 -72.886467 -8.456903 -1.185964 101.642441 1.543463 9.101422 -18.670393 -1.253969 -4.131649
+0.043469 23.726555 -13.278124 -7.926306 -0.381788 -1.099397 24.939623 0.396672 9.992074 -14.115564 -7.321980 -7.730533 0.000000 0.000000 0.000000 0.000000 0.000000 7.142253 2.971139 0.751940 -12.647152 0.000000 0.000000 0.000000 -5.233160 -0.038699 -0.496564 -64.868721 -20.131510 15.157438 -47.100723 -6.850621 -10.608710 14.206190 -20.386114 18.689032 -6.521918 12.949107 -6.930665 53.784458 4.296818 15.571449 69.107430 4.158430 -7.350912 9.454207 16.009592 48.685352 -76.245377 7.782739 -0.699248 101.753265 -1.486786 -9.210054 -17.797413 3.157538 2.584072 -75.786819 -8.310682 -1.659614 101.088631 1.648746 9.118819 -17.210026 -0.491356 -4.751955
+0.016426 23.572933 -13.573064 -4.464168 -0.386842 -0.779546 23.296490 -0.211947 4.506510 -14.046229 -7.721753 -7.929712 0.000000 0.000000 0.000000 0.000000 0.000000 6.767593 1.848017 0.715297 -13.593440 0.000000 0.000000 0.000000 -4.028121 -3.141241 -0.461256 -65.436722 -18.947090 14.992432 -44.538521 -8.005962 -11.623996 19.598129 -22.857027 31.193110 -5.375175 11.278348 -6.893106 58.691280 4.287345 15.118093 68.111450 7.122568 -8.077724 2.416154 19.245832 58.411160 -80.572365 7.762822 -0.495983 100.244797 -1.633601 -9.132307 -15.388410 2.853946 2.768085 -80.085068 -8.467069 -1.709246 99.736031 1.785352 9.043935 -15.031303 -0.734781 -4.628127
+-0.025891 23.492668 -13.848934 -2.058400 -0.396959 -0.139853 22.728500 -0.494140 0.160156 -13.654600 -7.318200 -8.288400 0.000000 0.000000 0.000000 0.000000 0.000000 6.452331 -0.685447 0.659579 -12.916411 0.000000 0.000000 0.000000 -2.655120 -5.429470 -0.517557 -66.365997 -16.373699 16.756100 -45.383900 -8.529470 -7.023700 24.004101 -22.858700 40.680599 -4.130780 11.378700 -7.326240 63.104000 5.961870 17.245001 68.296402 10.375300 -5.007880 -12.508200 20.652399 53.519100 -83.582695 7.636213 -0.186658 98.951874 -1.798568 -9.068689 -13.419610 2.309466 3.084131 -83.092674 -8.671844 -1.606984 98.685860 1.894741 8.962910 -13.441343 -1.225798 -4.382638
+-0.041389 23.472105 -13.933654 -2.355244 -0.400345 0.073362 22.663372 0.302029 -1.410207 -12.763442 -5.288787 -8.358323 0.000000 0.000000 0.000000 0.000000 0.000000 6.210174 -3.680905 0.620380 -11.428075 0.000000 0.000000 0.000000 -2.146618 -6.714589 -0.635816 -67.489677 -12.660131 21.005629 -49.690632 -6.675766 5.520680 20.655518 -17.934645 44.302353 -3.244061 14.340141 -8.337900 65.804955 8.829684 22.809927 68.480186 13.839926 1.976072 -29.558062 18.727209 34.185310 -83.444283 7.587450 -0.121380 98.962868 -1.827669 -9.074026 -13.260627 2.131085 3.186827 -82.958527 -8.769772 -1.578251 98.724609 1.903192 8.986553 -13.307418 -1.393921 -4.351883
+-0.036799 23.483084 -13.892812 -4.040154 -0.398677 -0.033274 22.728500 0.505900 -0.839800 -9.654600 -2.318200 -8.288400 0.000000 0.000000 0.000000 0.000000 0.000000 6.054828 -6.190008 0.633294 -9.940445 0.000000 0.000000 0.000000 -2.256451 -7.233702 -0.756190 -68.455856 -9.200068 25.610476 -54.759129 -3.905049 19.469149 13.649653 -11.447479 44.090389 -3.171410 17.953800 -9.276880 67.007080 11.622759 28.939779 61.515598 15.165300 11.497700 -18.124701 10.263800 32.333698 -81.643768 7.596544 -0.201949 99.672813 -1.750242 -9.120222 -14.112836 2.247701 3.139502 -81.158745 -8.759913 -1.593118 99.357018 1.844714 9.036206 -14.052436 -1.301064 -4.417953
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 22.728500 -0.494100 0.160200 -5.654600 -0.318199 -8.288400 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.264420 0.733914 -9.265530 0.000000 0.000000 0.000000 -2.418800 -7.330390 -0.811291 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064671 9.800200 -8.214560 43.297001 -3.707600 19.509300 -9.539490 67.280998 12.878750 31.828800 49.938904 13.843800 18.433800 18.058350 -0.060270 55.341801 -80.529556 7.606574 -0.276037 100.080345 -1.682014 -9.139359 -14.624531 2.390794 3.050730 -80.036728 -8.740204 -1.627717 99.804337 1.786962 9.054121 -14.602128 -1.177025 -4.467085
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 22.796249 -0.312243 0.229236 -5.652178 -0.470930 -8.290670 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.319018 0.942366 -9.268350 0.000000 0.000000 0.000000 -2.418800 -7.330391 -0.811292 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064674 9.800200 -8.214563 43.297001 -3.707600 19.509300 -9.539491 67.280998 12.878745 31.828800 49.938904 13.843800 18.433800 18.058344 -0.060273 55.341801 -80.529556 7.606574 -0.276037 99.948349 -1.583841 -9.135448 -14.457079 2.505192 2.925035 -80.036728 -8.740204 -1.627717 99.899406 1.728640 9.056458 -14.764675 -1.100068 -4.439228
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 22.864000 -0.130386 0.298271 -5.649756 -0.623661 -8.292941 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.373616 1.150817 -9.271170 0.000000 0.000000 0.000000 -2.418800 -7.330392 -0.811293 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064676 9.800200 -8.214567 43.297001 -3.707600 19.509300 -9.539492 67.280998 12.878740 31.828800 49.938904 13.843800 18.433800 18.058338 -0.060276 55.341801 -80.529556 7.606574 -0.276037 99.816490 -1.496572 -9.144343 -14.295455 2.634761 2.830058 -80.036728 -8.740204 -1.627717 99.994888 1.679874 9.059991 -14.916922 -1.023317 -4.411181
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 22.931751 0.051471 0.367307 -5.647335 -0.776392 -8.295212 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.428214 1.359269 -9.273990 0.000000 0.000000 0.000000 -2.418800 -7.330393 -0.811294 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064678 9.800200 -8.214571 43.297001 -3.707600 19.509300 -9.539493 67.280998 12.878736 31.828800 49.938904 13.843800 18.433800 18.058334 -0.060279 55.341801 -80.655678 7.296944 -0.294510 99.830833 -1.392337 -9.151498 -14.162417 3.059085 2.733469 -80.036728 -8.740204 -1.627717 100.089966 1.621550 9.061905 -15.078267 -0.949209 -4.363899
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 22.999500 0.233328 0.436343 -5.644913 -0.929123 -8.297482 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.482811 1.567720 -9.276810 0.000000 0.000000 0.000000 -2.418800 -7.330394 -0.811295 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064682 9.800200 -8.214575 43.297001 -3.707600 19.509300 -9.539494 67.280998 12.878731 31.828800 49.938904 13.843800 18.433800 18.058329 -0.060282 55.341801 -80.684761 7.184387 -0.293389 99.884262 -1.286162 -9.160164 -14.151802 3.289547 2.634885 -79.975204 -8.555390 -1.625069 100.048653 1.587265 9.074759 -15.158584 -1.068617 -4.351100
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 23.067249 0.415185 0.505379 -5.642490 -1.081855 -8.299753 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.537410 1.776172 -9.279630 0.000000 0.000000 0.000000 -2.418800 -7.330395 -0.811295 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064686 9.800200 -8.214579 43.297001 -3.707600 19.509300 -9.539495 67.280998 12.878726 31.828800 49.938904 13.843800 18.433800 18.058323 -0.060285 55.341801 -80.655884 7.065650 -0.297986 99.908813 -1.189191 -9.166738 -14.178167 3.518813 2.556376 -79.944778 -8.463006 -1.618956 99.968964 1.551501 9.063015 -15.176853 -1.087549 -4.304982
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 23.135000 0.597042 0.574414 -5.640069 -1.234586 -8.302025 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.592008 1.984624 -9.282450 0.000000 0.000000 0.000000 -2.418800 -7.330396 -0.811296 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064688 9.800200 -8.214582 43.297001 -3.707600 19.509300 -9.539495 67.280998 12.878721 31.828800 49.938904 13.843800 18.433800 18.058319 -0.060288 55.341801 -80.694763 6.948860 -0.293453 99.864395 -1.083336 -9.174717 -14.068148 3.754606 2.445470 -79.920784 -8.406898 -1.614661 99.976341 1.504053 9.066916 -15.275945 -1.070508 -4.274305
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 23.202751 0.778899 0.643450 -5.637647 -1.387317 -8.304296 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.646605 2.193075 -9.285270 0.000000 0.000000 0.000000 -2.418800 -7.330397 -0.811297 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064690 9.800200 -8.214586 43.297001 -3.707600 19.509300 -9.539496 67.280998 12.878716 31.828800 49.938904 13.843800 18.433800 18.058315 -0.060291 55.341801 -80.723465 6.845056 -0.299076 99.840591 -0.988943 -9.169375 -13.973420 3.955399 2.359292 -79.965065 -8.345485 -1.622173 100.022240 1.433999 9.058948 -15.345372 -1.057141 -4.224343
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 23.270500 0.960756 0.712486 -5.635224 -1.540048 -8.306567 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.701204 2.401527 -9.288090 0.000000 0.000000 0.000000 -2.418800 -7.330398 -0.811298 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064693 9.800200 -8.214591 43.297001 -3.707600 19.509300 -9.539497 67.280998 12.878711 31.828800 49.938904 13.843800 18.433800 18.058310 -0.060294 55.341801 -80.683945 6.726146 -0.294566 99.884666 -0.883093 -9.168114 -14.029733 4.186086 2.272666 -79.959534 -8.302510 -1.617384 99.952438 1.411240 9.063025 -15.346992 -1.032802 -4.191750
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 23.338249 1.142613 0.781521 -5.632802 -1.692779 -8.308838 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.755802 2.609978 -9.290910 0.000000 0.000000 0.000000 -2.418800 -7.330399 -0.811299 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064697 9.800200 -8.214596 43.297001 -3.707600 19.509300 -9.539499 67.280998 12.878706 31.828800 49.938904 13.843800 18.433800 18.058304 -0.060297 55.341801 -80.702011 6.623090 -0.290389 99.850136 -0.781133 -9.181367 -13.942264 4.408222 2.169586 -79.944435 -8.252051 -1.616698 99.978989 1.363760 9.078614 -15.435973 -1.019263 -4.161382
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 23.406000 1.324470 0.850557 -5.630380 -1.845510 -8.311110 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.810400 2.818430 -9.293730 0.000000 0.000000 0.000000 -2.418800 -7.330400 -0.811300 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064699 9.800200 -8.214600 43.297001 -3.707600 19.509300 -9.539500 67.280998 12.878700 31.828800 49.938900 13.843800 18.433800 18.058300 -0.060300 55.341801 -80.710396 6.513686 -0.282871 99.825333 -0.674134 -9.190516 -13.881958 4.629443 2.096669 -80.007927 -8.202291 -1.616939 99.918793 1.317311 9.056993 -15.388410 -0.997557 -4.118979
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 23.344410 1.159146 0.787797 -5.632582 -1.706663 -8.309045 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.760765 2.628929 -9.291166 0.000000 0.000000 0.000000 -2.418800 -7.330400 -0.811300 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064699 9.800200 -8.214600 43.297001 -3.707600 19.509300 -9.539500 67.280998 12.878700 31.828800 49.938900 13.843800 18.433800 18.058300 -0.060300 55.341801 -80.693199 6.612239 -0.291641 99.839989 -0.772778 -9.180444 -13.946154 4.428677 2.172705 -80.003632 -8.245581 -1.621523 99.920021 1.346951 9.062195 -15.328702 -1.012920 -4.140097
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 23.282820 0.993821 0.725038 -5.634784 -1.567817 -8.306980 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.711130 2.439427 -9.288602 0.000000 0.000000 0.000000 -2.418800 -7.330400 -0.811300 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064699 9.800200 -8.214600 43.297001 -3.707600 19.509300 -9.539500 67.280998 12.878700 31.828800 49.938900 13.843800 18.433800 18.058300 -0.060300 55.341801 -80.685219 6.703459 -0.286528 99.863335 -0.854945 -9.181154 -14.003063 4.241853 2.258799 -79.950783 -8.291809 -1.616029 99.952049 1.402634 9.062596 -15.367139 -1.024083 -4.190748
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 23.221230 0.828497 0.662278 -5.636986 -1.428970 -8.304915 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.661495 2.249926 -9.286037 0.000000 0.000000 0.000000 -2.418800 -7.330400 -0.811300 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064699 9.800200 -8.214600 43.297001 -3.707600 19.509300 -9.539500 67.280998 12.878700 31.828800 49.938900 13.843800 18.433800 18.058300 -0.060300 55.341801 -80.667908 6.803130 -0.296163 99.878059 -0.955041 -9.172701 -14.061670 4.039531 2.333687 -79.956932 -8.337340 -1.609672 99.934944 1.455034 9.063181 -15.277460 -1.047969 -4.212713
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 23.159639 0.663172 0.599518 -5.639188 -1.290124 -8.302851 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.611860 2.060424 -9.283474 0.000000 0.000000 0.000000 -2.418800 -7.330400 -0.811300 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064699 9.800200 -8.214600 43.297001 -3.707600 19.509300 -9.539500 67.280998 12.878700 31.828800 49.938900 13.843800 18.433800 18.058300 -0.060300 55.341801 -80.707603 6.914013 -0.294665 99.863510 -1.050708 -9.156631 -14.042909 3.811841 2.412342 -79.990997 -8.387027 -1.618792 99.927116 1.486313 9.050206 -15.169321 -1.054980 -4.241894
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 23.098049 0.497848 0.536759 -5.641390 -1.151277 -8.300785 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.562225 1.870923 -9.280910 0.000000 0.000000 0.000000 -2.418800 -7.330400 -0.811300 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064699 9.800200 -8.214600 43.297001 -3.707600 19.509300 -9.539500 67.280998 12.878700 31.828800 49.938900 13.843800 18.433800 18.058300 -0.060300 55.341801 -80.689377 7.018662 -0.298866 99.809319 -1.149674 -9.158791 -14.033837 3.613069 2.495564 -79.937370 -8.433875 -1.622267 99.967369 1.517037 9.061286 -15.207257 -1.072707 -4.283732
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 23.036459 0.332523 0.473999 -5.643592 -1.012431 -8.298720 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.512590 1.681422 -9.278346 0.000000 0.000000 0.000000 -2.418800 -7.330400 -0.811300 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064699 9.800200 -8.214600 43.297001 -3.707600 19.509300 -9.539500 67.280998 12.878700 31.828800 49.938900 13.843800 18.433800 18.058300 -0.060300 55.341801 -80.709412 7.129354 -0.297808 99.871765 -1.232692 -9.164733 -14.105558 3.402184 2.588746 -79.952232 -8.490499 -1.616791 100.009155 1.569074 9.058808 -15.177814 -1.073583 -4.322686
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 22.974869 0.167199 0.411239 -5.645794 -0.873584 -8.296656 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.462955 1.491920 -9.275782 0.000000 0.000000 0.000000 -2.418800 -7.330400 -0.811300 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064699 9.800200 -8.214600 43.297001 -3.707600 19.509300 -9.539500 67.280998 12.878700 31.828800 49.938900 13.843800 18.433800 18.058300 -0.060300 55.341801 -80.671539 7.231766 -0.300439 99.847214 -1.330432 -9.159117 -14.143842 3.191097 2.671165 -79.983688 -8.573734 -1.620535 100.030708 1.614877 9.066291 -15.109808 -1.065939 -4.360067
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 22.913279 0.001874 0.348479 -5.647996 -0.734738 -8.294590 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.413321 1.302419 -9.273218 0.000000 0.000000 0.000000 -2.418800 -7.330400 -0.811300 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064699 9.800200 -8.214600 43.297001 -3.707600 19.509300 -9.539500 67.280998 12.878700 31.828800 49.938900 13.843800 18.433800 18.058300 -0.060300 55.341801 -80.642693 7.334507 -0.294028 99.842178 -1.424945 -9.151748 -14.196482 2.991758 2.755060 -80.036728 -8.740204 -1.627717 100.061119 1.631236 9.060006 -15.028068 -0.969684 -4.375781
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 22.851688 -0.163450 0.285720 -5.650198 -0.595891 -8.292524 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.363686 1.112917 -9.270655 0.000000 0.000000 0.000000 -2.418800 -7.330400 -0.811300 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064699 9.800200 -8.214600 43.297001 -3.707600 19.509300 -9.539500 67.280998 12.878700 31.828800 49.938900 13.843800 18.433800 18.058300 -0.060300 55.341801 -80.529556 7.606574 -0.276037 99.836754 -1.506150 -9.138556 -14.321285 2.601479 2.836400 -80.036728 -8.740204 -1.627717 99.975456 1.689817 9.069006 -14.886281 -1.042104 -4.423136
+-0.031061 23.493807 -13.851418 -5.058400 -0.397000 -0.139900 22.790100 -0.328775 0.222960 -5.652400 -0.457045 -8.290460 0.000000 0.000000 0.000000 0.000000 0.000000 6.000000 -7.314050 0.923416 -9.268090 0.000000 0.000000 0.000000 -2.418800 -7.330400 -0.811300 -68.866402 -7.673400 27.768200 -57.201500 -2.478900 26.064699 9.800200 -8.214600 43.297001 -3.707600 19.509300 -9.539500 67.280998 12.878700 31.828800 49.938900 13.843800 18.433800 18.058300 -0.060300 55.341801 -80.529556 7.606574 -0.276037 99.958511 -1.593631 -9.138300 -14.467773 2.500639 2.944140 -80.036728 -8.740204 -1.627717 99.890060 1.738380 9.056893 -14.745159 -1.099041 -4.448681
Property changes on: maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/sit.bvh
___________________________________________________________________
Name: svn:executable
+ *
Added: maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/tpose.bvh
===================================================================
--- maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/tpose.bvh (rev 0)
+++ maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/tpose.bvh 2008-02-13 04:06:40 UTC (rev 743)
@@ -0,0 +1,120 @@
+HIERARCHY
+ROOT hip
+{
+ OFFSET 0 0 0
+ CHANNELS 6 Xposition Yposition Zposition Xrotation Zrotation Yrotation
+ JOINT abdomen
+ {
+ OFFSET 6.968294947e-016 3.421486582 -0.06209118794
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT chest
+ {
+ OFFSET 0 8.501656001 -0.4628408359
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT neck
+ {
+ OFFSET 0 10.26616192 -0.2737640142
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT head
+ {
+ OFFSET 0 3.148284912 1.110223025e-016
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ End Site
+ {
+ OFFSET 0 3.148288965 -1.110223025e-016
+ }
+ }
+ }
+ JOINT lCollar
+ {
+ OFFSET 3.422053099 6.707222939 -0.8212929964
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT lShldr
+ {
+ OFFSET 4.718440653 0.001246272894 0.01252591642
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT lForeArm
+ {
+ OFFSET 10.12927818 -4.321487517e-012 -4.95107966e-005
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT lHand
+ {
+ OFFSET 12.35454478 0.5037980427 -0.8622296773
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ End Site
+ {
+ OFFSET 7.858297129 1.749542691e-007 -4.740068835e-006
+ }
+ }
+ }
+ }
+ }
+ JOINT rCollar
+ {
+ OFFSET -3.558934927 6.707222939 -0.8212929964
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT rShldr
+ {
+ OFFSET -4.58155935 0.001203480418 0.01208941333
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT rForeArm
+ {
+ OFFSET -10.26615906 -1.791783034e-006 -3.556754652e-006
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT rHand
+ {
+ OFFSET -12.35757831 0.07958206652 -1.1825164
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ End Site
+ {
+ OFFSET -8.24911309 -1.280361378e-006 5.414234339e-007
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ JOINT lThigh
+ {
+ OFFSET 5 -1.642588973 1.368821025
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT lShin
+ {
+ OFFSET 0 -20.12166977 4.440892099e-016
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT lFoot
+ {
+ OFFSET 0 -19.30038071 -1.231938958
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ End Site
+ {
+ OFFSET 0 -2.463877916 4.65399313
+ }
+ }
+ }
+ }
+ JOINT rThigh
+ {
+ OFFSET -5 -1.642588973 1.368821025
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT rShin
+ {
+ OFFSET 0 -20.12166977 2.220446049e-016
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT rFoot
+ {
+ OFFSET 0 -19.30038071 -1.231938958
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ End Site
+ {
+ OFFSET 0 -2.463877916 4.65399313
+ }
+ }
+ }
+ }
+}
+MOTION
+Frames: 1
+Frame Time: 10.03333
+0 43.56840515 0 0 0 0 0 0.51983 0 0 -0.74724 0 0 0 0 0 0 0 0 0 0 -0.00878 0.22158 0.08972 0 1e-005 -0.00014 -2.36341 8.53013 -3.60908 0 0 0 0.00878 0.22156 -0.08966 -1e-005 1e-005 1e-005 0.3843 11.75838 5.358 -1e-005 0 -1e-005 0 0 0 -1e-005 0 0 0 0 0 0 0 0 -1e-005 0 0
Property changes on: maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/tpose.bvh
___________________________________________________________________
Name: svn:executable
+ *
Added: maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/walk.bvh
===================================================================
--- maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/walk.bvh (rev 0)
+++ maven/trunk/ogoglio-bodies/ogoglio-body-jane/src/main/resources/animation/walk.bvh 2008-02-13 04:06:40 UTC (rev 743)
@@ -0,0 +1,148 @@
+HIERARCHY
+ROOT hip
+{
+ OFFSET 0 0 0
+ CHANNELS 6 Xposition Yposition Zposition Xrotation Zrotation Yrotation
+ JOINT abdomen
+ {
+ OFFSET 6.968294947e-016 3.421486582 -0.06209118794
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT chest
+ {
+ OFFSET 0 8.501656001 -0.4628408359
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT neck
+ {
+ OFFSET 0 10.26616192 -0.2737640142
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT head
+ {
+ OFFSET 0 3.148284912 1.110223025e-016
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ End Site
+ {
+ OFFSET 0 3.148288965 -1.110223025e-016
+ }
+ }
+ }
+ JOINT lCollar
+ {
+ OFFSET 3.422053099 6.707222939 -0.8212929964
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT lShldr
+ {
+ OFFSET 4.718440653 0.001246272894 0.01252591642
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT lForeArm
+ {
+ OFFSET 10.12927818 -4.321487517e-012 -4.95107966e-005
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT lHand
+ {
+ OFFSET 12.35454478 0.5037980427 -0.8622296773
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ End Site
+ {
+ OFFSET 7.858297129 1.749542691e-007 -4.740068835e-006
+ }
+ }
+ }
+ }
+ }
+ JOINT rCollar
+ {
+ OFFSET -3.558934927 6.707222939 -0.8212929964
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT rShldr
+ {
+ OFFSET -4.58155935 0.001203480418 0.01208941333
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT rForeArm
+ {
+ OFFSET -10.26615906 -1.791783034e-006 -3.556754652e-006
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT rHand
+ {
+ OFFSET -12.35757831 0.07958206652 -1.1825164
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ End Site
+ {
+ OFFSET -8.24911309 -1.280361378e-006 5.414234339e-007
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ JOINT lThigh
+ {
+ OFFSET 5 -1.642588973 1.368821025
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT lShin
+ {
+ OFFSET 0 -20.12166977 4.440892099e-016
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT lFoot
+ {
+ OFFSET 0 -19.30038071 -1.231938958
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ End Site
+ {
+ OFFSET 0 -2.463877916 4.65399313
+ }
+ }
+ }
+ }
+ JOINT rThigh
+ {
+ OFFSET -5 -1.642588973 1.368821025
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT rShin
+ {
+ OFFSET 0 -20.12166977 2.220446049e-016
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ JOINT rFoot
+ {
+ OFFSET 0 -19.30038071 -1.231938958
+ CHANNELS 3 Zrotation Xrotation Yrotation
+ End Site
+ {
+ OFFSET 0 -2.463877916 4.65399313
+ }
+ }
+ }
+ }
+}
+MOTION
+Frames: 28
+Frame Time: 0.03333
+0 42.49263997 -1.158376157 1.82039 0 0 0 0.51983 5.92787 0 -0.12099 0 -0.95573 -1.45038 -8.58871 0 0 0 0 0 0 -89.13402 22.67036 21.45609 -1e-005 1e-005 -17.29926 -2.74277 8.90082 -3.95504 0 0 0 83.25673 4.07057 10.5606 -1e-005 1e-005 27.35609 0.3843 11.75838 5.358 -2.78471 -17.9164 0.04114 0 23.3786 0 2.81406 -6.44544 0.2287 2.25319 16.22432 -0.22524 0 -3.65058 0 -2.04975 -0.0777 0.04474
+0 42.39181065 -1.241532897 1.82039 0 0 0 0.51983 5.45145 0 -0.12099 0 -0.93846 -1.44834 -8.02534 0 0 0 0 0 0 -88.18517 22.62687 19.45639 -1e-005 1e-005 -17.26456 -3.15898 9.30753 -4.33462 0 0 0 83.20061 4.10226 8.86919 -1e-005 1e-005 27.23512 0.3843 11.75838 5.358 -2.78989 -18.29649 0.04319 0 24.49786 0 2.82434 -7.14742 0.26405 2.28149 15.95456 -0.29978 0 -3.65058 0 -2.16427 -3.43441 -0.06904
+0 42.34990902 -1.307112264 1.82039 0 0 0 0.51983 4.76952 0 -0.12099 0 -0.89011 -1.44263 -7.16012 0 0 0 0 0 0 -86.96266 22.37561 16.77477 -1e-005 1e-005 -17.1674 -3.60283 9.74126 -4.7394 0 0 0 83.04346 4.19101 6.69808 -1e-005 1e-005 26.82431 0.3843 11.75838 5.358 -2.78752 -17.69298 0.04893 0 24.77939 0 2.82839 -7.91664 0.30226 2.24243 3.56959 -0.47805 0 20.27469 0 -2.32635 -13.46257 -0.47115
+0 42.34869681 -1.356941979 1.82039 0 0 0 0.51983 3.92062 0 -0.12099 0 -0.81585 -1.43387 -6.04805 0 0 0 0 0 0 -85.52155 21.95036 13.5441 -1e-005 1e-005 -17.0182 -4.06511 10.19299 -5.16098 0 0 0 82.80212 4.3273 4.14412 -1e-005 1e-005 26.17149 0.3843 11.75838 5.358 -2.77956 -16.26865 0.05876 0 24.36911 0 2.82799 -8.72722 0.34201 2.1666 -5.32559 -0.75471 0 36.32489 0 -2.43283 -14.21608 -0.52406
+0 42.36993576 -1.392849764 1.82039 0 0 0 0.51983 2.94331 0 -0.12099 0 -0.72087 -1.42266 -4.74412 0 0 0 0 0 0 -83.9169 21.38489 9.89726 -1e-005 1e-005 -16.82735 -4.53661 10.65372 -5.59097 0 0 0 82.49344 4.50162 1.30415 -1e-005 1e-005 25.32449 0.3843 11.75838 5.358 -2.76815 -14.13895 0.07298 0 23.31056 0 2.82426 -9.49839 0.37931 2.03315 -12.57293 -1.11193 0 48.30536 0 -2.57599 -12.02233 -0.45813
+0 42.39538761 -1.416663338 1.82039 0 0 0 0.51983 1.87613 0 -0.12099 0 -0.61035 -1.40962 -3.30335 0 0 0 0 0 0 -82.20376 20.71298 5.96712 -1e-005 1e-005 -16.60528 -5.0081 11.11445 -6.02096 0 0 0 82.13424 4.70446 -1.72498 -1e-005 1e-005 24.33115 0.3843 11.75838 5.358 -2.7556 -11.40164 0.09189 0 21.61063 0 2.81783 -10.13039 0.40926 1.84278 -18.65062 -1.52407 0 57.30159 0 -2.77148 -8.65826 -0.33186
+0 42.40681409 -1.430210423 1.82039 0 0 0 0.51983 0.75763 0 -0.12099 0 -0.48947 -1.39535 -1.78072 0 0 0 0 0 0 -80.4372 19.96839 1.88655 -1e-005 1e-005 -16.36238 -5.47038 11.56618 -6.44255 0 0 0 81.74137 4.92632 -4.84642 -1e-005 1e-005 23.2393 0.3843 11.75838 5.358 -2.74428 -8.15639 0.1159 0 19.28456 0 2.80909 -10.5299 0.42739 1.63482 -23.49426 -1.9192 0 63.38245 0 -2.98795 -5.42793 -0.18984
+0 42.40944559 -1.435318739 1.82039 0 0 -1e-005 0.51983 -0.37365 0 -0.12099 0 -0.3634 -1.38047 -0.23124 0 0 0 0 0 0 -78.67226 19.18492 -2.21158 -1e-005 1e-005 -16.10908 -5.91424 11.9999 -6.84733 0 0 0 81.33166 5.1577 -7.96334 -1e-005 1e-005 22.09677 0.3843 11.75838 5.358 -2.73543 -4.33783 0.14546 0 16.01147 0 2.79516 -10.43271 0.42057 1.50697 -26.76641 -2.14264 0 66.15943 0 -3.12974 -3.45487 -0.09107
+0 42.41889292 -1.433816008 1.82039 0 0 -1e-005 0.51983 -1.47916 0 -0.12099 0 -0.23734 -1.36559 1.29009 0 0 0 0 0 0 -76.96402 18.39633 -6.19438 -1e-005 1e-005 -15.85578 -6.33045 12.40661 -7.2269 0 0 0 80.92195 5.38907 -10.97887 -1e-005 1e-005 20.95139 0.3843 11.75838 5.358 -2.73091 0.34907 0.18127 0 11.0002 0 2.7712 -9.33429 0.3643 1.54328 -28.70896 -2.06405 0 65.39562 0 -3.11732 -2.95157 -0.06329
+0 42.43248842 -1.42752995 1.82039 0 0 -1e-005 0.51983 -2.52034 0 -0.12099 0 -0.11646 -1.35133 2.72826 0 0 0 0 0 0 -75.36753 17.63639 -9.929 -1e-005 1e-005 -15.61288 -6.70981 12.77731 -7.57286 0 0 0 80.52908 5.61093 -13.79618 -1e-005 1e-005 19.85099 0.3843 11.75838 5.358 -2.73996 7.33595 0.22554 0 1.15486 0 2.7319 -5.56297 0.18 1.70744 -29.70269 -1.73967 0 61.62256 0 -2.98411 -3.25927 -0.07663
+0 42.44756447 -1.418288286 1.82039 0 0 -1e-005 0.51983 -3.45866 0 -0.12099 0 -0.00593 -1.33828 4.02828 0 0 0 0 0 0 -73.93785 16.93889 -13.28255 -1e-005 1e-005 -15.39081 -7.04309 13.10299 -7.87681 0 0 0 80.16989 5.81377 -16.31843 -1e-005 1e-005 18.84341 0.3843 11.75838 5.358 -2.74747 11.70529 0.27843 0 -3.65058 0 2.64798 -1.50069 -0.00879 1.92274 -29.40996 -1.27925 0 55.21175 0 -2.78908 -4.00086 -0.10774
+0 42.46145342 -1.407918737 1.82039 0 0 -1e-005 0.51983 -4.25556 0 -0.12099 0 0.08905 -1.32707 5.13515 0 0 0 0 0 0 -72.73003 16.33759 -16.12216 -1e-005 1e-005 -15.19997 -7.3211 13.37465 -8.13034 0 0 0 79.8612 5.98809 -18.44875 -1e-005 1e-005 17.97647 0.3843 11.75838 5.358 -2.7489 13.50014 0.3378 0 -3.65058 0 2.578 0.45214 -0.09328 2.10981 -27.65775 -0.80597 0 46.62663 0 -2.59201 -4.72916 -0.13307
+0 42.47148762 -1.398249023 1.82039 0 0 -1e-005 0.51983 -4.8725 0 -0.12099 0 0.16331 -1.31831 5.99387 0 0 0 0 0 0 -71.79913 15.86628 -18.31497 -1e-005 1e-005 -15.05076 -7.53461 13.58329 -8.32505 0 0 0 79.61987 6.12438 -20.09032 -1e-005 1e-005 17.29801 0.3843 11.75838 5.358 -2.75446 15.01076 0.40554 0 -3.65058 0 2.52974 2.10383 -0.16368 2.22476 -24.58978 -0.41027 0 36.68615 0 -2.43255 -5.03573 -0.13788
+0 42.47499943 -1.391106867 1.82039 0 0 -1e-005 0.51983 -5.27093 0 -0.12099 0 0.21166 -1.3126 6.54943 0 0 0 0 0 0 -71.20022 15.55872 -19.72809 -1e-005 1e-005 -14.9536 -7.67441 13.71989 -8.45254 0 0 0 79.46272 6.21313 -21.14628 -1e-005 1e-005 16.85585 0.3843 11.75838 5.358 -2.76502 16.17604 0.48221 0 -3.65058 0 2.51031 3.17102 -0.21034 2.27015 -20.95898 -0.13602 0 27.25669 0 -2.32985 -4.95142 -0.12863
+0 42.46932121 -1.388319988 1.82039 0 0 -1e-005 0.51983 -5.41231 0 -0.12099 0 0.22893 -1.31057 6.74684 0 0 0 0 0 0 -70.98835 15.4487 -20.22866 -1e-005 1e-005 -14.9189 -7.73128 13.77547 -8.50441 0 0 0 79.40659 6.24482 -21.51979 -1e-005 1e-005 16.69784 0.3843 11.75838 5.358 -2.7815 16.93422 0.56854 0 -3.65058 0 2.52776 3.37512 -0.22308 2.28402 -18.86645 0.00128 0 22.92066 0 -2.29454 -5.87132 -0.16348
+0 42.44817886 -1.386057421 1.82039 0 0 -1e-005 0.51983 -5.30072 0 -0.12099 0 0.21166 -1.3126 6.59595 0 0 0 0 0 0 -71.16689 15.51976 -19.8185 -1e-005 1e-005 -14.9536 -7.69262 13.73769 -8.46916 0 0 0 79.44448 6.21313 -21.20413 -1e-005 1e-005 16.80271 0.3843 11.75838 5.358 -2.82015 16.99488 0.71906 0 -3.65058 0 2.66308 1.16488 -0.13654 2.29628 -18.42625 0.05309 0 23.58607 0 -2.30256 -8.20982 -0.25773
+0 42.41166458 -1.379604915 1.82039 0 0 -1e-005 0.51983 -4.9825 0 -0.12099 0 0.16331 -1.31831 6.16561 0 0 0 0 0 0 -71.67608 15.7224 -18.64877 -1e-005 1e-005 -15.05076 -7.55953 13.60764 -8.34778 0 0 0 79.55252 6.12438 -20.30392 -1e-005 1e-005 17.1018 0.3843 11.75838 5.358 -2.68246 3.89216 0.9309 0 21.51129 0 2.80272 -7.67634 0.2878 2.30411 -17.63479 0.08196 0 24.48133 0 -2.31904 -10.59092 -0.35519
+0 42.36666017 -1.369465264 1.82039 0 0 -1e-005 0.51983 -4.48245 0 -0.12099 0 0.08905 -1.32707 5.48937 0 0 0 0 0 0 -72.47624 16.04085 -16.81063 -1e-005 1e-005 -15.19997 -7.34333 13.39637 -8.15061 0 0 0 79.72229 5.98809 -18.88929 -1e-005 1e-005 17.57178 0.3843 11.75838 5.358 -2.54623 -4.78992 1.25082 0 36.23753 0 2.95673 -8.06058 0.32339 2.30748 -16.41094 0.09105 0 25.27942 0 -2.34088 -12.84041 -0.44915
+0 42.32004744 -1.356141259 1.82039 0 0 -1e-005 0.51983 -3.82534 0 -0.12099 0 -0.00593 -1.33828 4.60076 0 0 0 0 0 0 -73.52768 16.45931 -14.39523 -1e-005 1e-005 -15.39081 -7.05535 13.11497 -7.88799 0 0 0 79.94539 5.81377 -17.03041 -1e-005 1e-005 18.18937 0.3843 11.75838 5.358 -2.35766 -12.26711 1.65947 0 47.38613 0 3.1741 -6.02795 0.23492 2.30628 -14.69086 0.08357 0 25.68156 0 -2.36382 -14.79506 -0.5325
+0 42.2787082 -1.340135694 1.82039 0 0 -1e-005 0.51983 -3.03599 0 -0.12099 0 -0.11646 -1.35133 3.53331 0 0 0 0 0 0 -74.79074 16.96198 -11.4937 -1e-005 1e-005 -15.61288 -6.70694 12.77451 -7.57024 0 0 0 80.21338 5.61093 -14.79741 -1e-005 1e-005 18.93126 0.3843 11.75838 5.358 -2.11682 -18.68484 2.13134 0 55.66379 0 3.45445 -2.98721 0.07231 2.30082 -12.43682 0.06282 0 25.43232 0 -2.38294 -16.30887 -0.59802
+0 42.24952424 -1.32195136 1.82039 0 0 -1e-005 0.51983 -2.1392 0 -0.12099 0 -0.23734 -1.36559 2.32055 0 0 0 0 0 0 -76.22573 17.53308 -8.1972 -1e-005 1e-005 -15.85578 -6.30942 12.38606 -7.20772 0 0 0 80.51786 5.38907 -12.26044 -1e-005 1e-005 19.77413 0.3843 11.75838 5.358 -1.87039 -23.76812 2.57963 0 61.08847 0 3.74519 -0.08059 -0.11193 2.2919 -9.63081 0.03214 0 24.30721 0 -2.3933 -17.24708 -0.63851
+...
[truncated message content] |