Re: [Flightgear-devel] Sgtext

2011-02-10 Thread syd adams
Thanks guys I'll look through those examples... The reason I need to split the altitude is the PFD display scrolls less than 100 values in steps of 10 and in smaller text. 100 and greater digits are larger non scrolling text ... easy to do with textures and textranslate, but I'm attempting a 3d tex

Re: [Flightgear-devel] Sgtext

2011-02-10 Thread Scott Hamilton
Hi Syd, I use the (aka OSG Text) a lot in Aircraft/A380/XML/Flightdeck/Pedestal/mcdu_new_display_01.xml But if you are after a zero filled format, have a look in Aircraft/A380/XML/Glareshield/fcu.xml FCU.hdg.degs yz-plane right-bottom -90.0 -0.068 -0.0

Re: [Flightgear-devel] Sgtext

2011-02-10 Thread Torsten Dreyer
> Hi guys, > I.ve been working at changing over the Citation X EFIS to use 3d text > ,but having a few problems. The property scale and offset don't work > here , and formating doesnt behave like I expected ... for example , > %2.0f for altitude at 3029.23341234 prints 3029 . > Scaling the prope