Re: [Flightgear-devel] New panel code

2002-06-26 Thread Andy Ross
David Megginson wrote: > 1. Can you post a copy of your modified base-package files >(a4-yasim-set.xml and a4-blue.xml)? The -set files don't require any significant changes -- just remove the entries and that's it. The model files for the A-4 and 172 are attached. All they needed is a en

Re: [Flightgear-devel] New panel code

2002-06-24 Thread Jim Wilson
Andy Ross <[EMAIL PROTECTED]> said: > + Being part of the same scene graph as the model, the 3D panels now > "jitter" in exactly the same way. While this makes the jitter of > the attitude gyro less noticeable, it's still *very* noticeable and > annoying. I looked hard for this, and am at

[Flightgear-devel] New panel code

2002-06-24 Thread Andy Ross
OK, as promised, I have the "fixed" 3D panel support ready for testing (http://plausible.org/andy/vpanel-20020624.tar.gz). Changes include: + The panel(s) are now an first-class SSG node inside the aircraft scene graph. There's a little code added to model.cxx to handle the parsing, but mos