Thorp Update

N2056

Charter Member
I only had one gauge in the project that was stock Microsoft, and it never did seem to display right. I finally decided to do something about it :d
I still need to animate it, and add a few details...but here is my initial attempt at a 3D Turn & Bank indicator.

View attachment 83000
 
That's neat for an initial attempt. I just screwed up on the HU16 TSI, and I've built the damn things endless times.

TSI's always get me. I think it's the odd shape of the fascia.

Kudos :ernae:
 
Hey, thanks Dan!

Perhaps you can help me with something...I have the code to animate the ball, but I am still researching the bank indicator. I would expect that it would key 0-50-100 (left-center-right), but are the 0 & 100 keys supposed to be positioned at the index marks?
 
Hey, thanks Dan!

Perhaps you can help me with something...I have the code to animate the ball, but I am still researching the bank indicator. I would expect that it would key 0-50-100 (left-center-right), but are the 0 & 100 keys supposed to be positioned at the index marks?

this is for a ww2 style all the way round one, sure you could hack at it though

code, had to change < and > for _ to make it show:




<NAME>_PartInfo_
_Name_attitude_indicator_backup_bank_/Name_
_AnimLength_360_/AnimLength_
_Animation_
_Parameter_
_Code_
(A:ATTITUDE INDICATOR BANK DEGREES:2, degree) 180 +
_/Code_
_/Parameter_
_/Animation_
_/PartInfo_


to animate:

0 = level flight
45 = 45* bank
90 = left wing stright up
135 = 135* bank
180 = inverted
225 = 225* bank
270 = right wing stright up
315 = 315* bank
360 = level flight

:wave:
 
Thanks Stiz, but the needle animation is for a two minute turn indication...I found a part in the modeldef file, but I am still working on what the proper keyframes for it are :typing:
 
Back
Top