Vitus
Resource contributor
- Messages
- 1,480
- Country

Hello again,
how can I code the following:
I want to have a 3D lever in the VC and by turning it, a part on the outside of the aircraft should turn as well.
I made the two <Animation name> entry in the modeldef file. Here is the partname for the outside part:
But I have no idea how to program the lever.
Any ideas?
Regards from Aotearoa
Vitus
how can I code the following:
I want to have a 3D lever in the VC and by turning it, a part on the outside of the aircraft should turn as well.
I made the two <Animation name> entry in the modeldef file. Here is the partname for the outside part:
Code:
<PartInfo>
<Name>rotating part</Name>
<AnimLength>100</AnimLength>
<Animation>
<Parameter>
<Sim>
<Variable>Rotating Variable</Variable>
<Units>degrees</Units>
<Scale>36</Scale>
</Sim>
<Lag>400</Lag>
</Parameter>
</Animation>
</PartInfo>
But I have no idea how to program the lever.
Any ideas?
Regards from Aotearoa
Vitus

