stützen colli hebt sich nicht mit

tdimann
Posts: 86
Joined: Wed Aug 12, 2009 2:25 pm

stützen colli hebt sich nicht mit

Post by tdimann »

Hallo, kann mir jemand sagen, wo der fehler liegt, das sich die colli von meiner stütze nicht mit hebt, wenn der "fuß" hoch geht?
<movingTools>
<movingTool index="0>11" componentJointIndex="0" anchorActor="0"></movingTool>
</movingTools>

<animations>
<animation name="moveSupport">
<part node="11" startTime="0" duration="0.6" startTrans="-0.24116 -1.2 5 " endTrans="-0.24116 -1.7 5" />
</animation>
</animations>

<support animationName="moveSupport" />

<foldingParts startMoveDirection="1">
<foldingPart componentJointIndex="0" anchorActor="0" animationClip="foldRightClip01Source" rootNode="0|1|0|0|1" speedScale="1" />
<foldingPart componentJointIndex="1" anchorActor="0" animationClip="foldRightClip02Source" rootNode="0|1|0|0|1|0" speedScale="1" />
<foldingPart componentJointIndex="2" anchorActor="0" animationClip="foldLeftClip01Source" rootNode="0|1|0|0|0" speedScale="1" />
<foldingPart componentJointIndex="3" anchorActor="0" animationClip="foldLeftClip02Source" rootNode="0|1|0|0|0|0" speedScale="1" />
</foldingParts>

<animParts>
<animPart index="0|1|0|0" id="Mast" showHelp="true" transMin="0 2.46 -1.76" transMax="0 1.4 -1.76" moveTime="10" />
</animParts>

<components count="6">
<component1 centerOfMass="0 -2 0.5" solverIterationCount="20" />
<component2 centerOfMass="0 -2.8 0" solverIterationCount="10" />
<component3 centerOfMass="0 -2.8 0" solverIterationCount="10" />
<component4 centerOfMass="0 -2.8 0" solverIterationCount="10" />
<component5 centerOfMass="0 -2.8 0" solverIterationCount="10" />
<component6 centerOfMass="0 0 0" solverIterationCount="10" />
<joint component1="0" component2="1" index="0>0|1|0|0|1|18" rotLimit="0 0 0" transLimit="0 0 0" />
<joint component1="0" component2="2" index="0>0|1|0|0|1|0|17" rotLimit="0 0 0" transLimit="0 0 0" />
<joint component1="0" component2="3" index="0>0|1|0|0|0|18" rotLimit="0 0 0" transLimit="0 0 0" />
<joint component1="0" component2="4" index="0>0|1|0|0|0|0|17" rotLimit="0 0 0" transLimit="0 0 0" />
<joint component1="0" component2="5" index="0>11|0" rotLimit="0 0 0" transLimit="0 0 0" />
</components>
0>11 = Stützefuss
5> = Colli
User avatar
modelleicher
Posts: 1575
Joined: Fri Jul 09, 2010 11:10 pm
Location: Hessen
Contact:

Re: stützen colli hebt sich nicht mit

Post by modelleicher »

Da ist dein Fehler:
<movingTool index="0>11" componentJointIndex="0" anchorActor="0"></movingTool>

componentJointIndex hast du 0, wenn aber 5> deine Colli ist wäre das 4, weil der vierte ComponentJoint die Colli an das Hauptteil attached
<joint component1="0" component2="5" index="0>11|0" rotLimit="0 0 0" transLimit="0 0 0" />
nicht der 0.

LG
Eine Stunde oder Minute ist nur ein winziger Teil unseres gesamten Lebens. Und dennoch sind es die einzelnen Momente, die das Leben lebenswert machen.
Post Reply