Re: [Flightgear-devel] Airfoil bending and geometry animation

2006-12-04 Thread AJ MacLeod
On Sunday 03 December 2006 11:56, Mathias Fröhlich wrote: But yes. I am thinking about such a thing. I believe that I can't resist to implement that with a vertex shader, even if this will not work on any machine. But this will be probably the fastest approach I can think of. Great :-)

Re: [Flightgear-devel] Airfoil bending and geometry animation

2006-12-04 Thread Josh Babcock
AJ MacLeod wrote: On Sunday 03 December 2006 11:56, Mathias Fröhlich wrote: But yes. I am thinking about such a thing. I believe that I can't resist to implement that with a vertex shader, even if this will not work on any machine. But this will be probably the fastest approach I can think

[Flightgear-devel] [Fwd: Re: more weirdness]

2006-12-04 Thread Josh Babcock
So Melchior found what is either a bug or a feature. Here's the background. I broke my model animation code into several separate xml files that were serially included as a chain. In the last file I noticed that the first 78 animations were being ignored (actually overwritten by it's parent

Re: [Flightgear-devel] [Fwd: Re: more weirdness]

2006-12-04 Thread Melchior FRANZ
* Josh Babcock -- Monday 04 December 2006 14:35: PropertyList merge filenamefoo.xml/filename /merge !-- followed by any number of additional merge or append elements -- /PropertyList In this case a simple mergefoo.xml/merge would do. But introducing a global keyword that is

Re: [Flightgear-devel] [Fwd: Re: more weirdness]

2006-12-04 Thread Melchior FRANZ
* Melchior FRANZ -- Monday 04 December 2006 15:10: * Josh Babcock -- Monday 04 December 2006 14:35: PropertyList include=foo include=bar The question here is: is this valid XML? Apparently not: $ xmllint foo.xml foo.xml:3: parser error : Attribute foo redefined PropertyList foo=123

Re: [Flightgear-devel] [Fwd: Re: more weirdness]

2006-12-04 Thread Josh Babcock
Melchior FRANZ wrote: * Melchior FRANZ -- Monday 04 December 2006 15:10: * Josh Babcock -- Monday 04 December 2006 14:35: PropertyList include=foo include=bar The question here is: is this valid XML? Apparently not: $ xmllint foo.xml foo.xml:3: parser error : Attribute foo redefined

Re: [Flightgear-devel] [Fwd: Re: more weirdness]

2006-12-04 Thread Melchior FRANZ
* Josh Babcock -- Monday 04 December 2006 15:27: Melchior FRANZ wrote: * Melchior FRANZ -- Monday 04 December 2006 15:10: * Josh Babcock -- Monday 04 December 2006 14:35: PropertyList include=foo include=bar Right, I guess I wasn't clear. You *were* clear. But wrong. :-} And here

Re: [Flightgear-devel] [Fwd: Re: more weirdness]

2006-12-04 Thread Stefan Seifert
Melchior FRANZ wrote: Also keep in mind that the xml parser will not accept the following PropertyList include=foo include=bar The question here is: is this valid XML? No it's not valid. In such cases space delimited lists are usually used: PropertyList include=foo bar Nine

Re: [Flightgear-devel] [Fwd: Re: more weirdness]

2006-12-04 Thread Frederic Bouvier
Quoting Melchior FRANZ : But we *do* already have a way to include files anywhere in the XML file. But the contents aren't *inserted* there, but put under a node: foo include=bar.xml/ This adds the contents of bar.xml under the node foo/. One could now declare one property name 'void',

Re: [Flightgear-devel] [Fwd: Re: more weirdness]

2006-12-04 Thread Melchior FRANZ
* Stefan Seifert -- Monday 04 December 2006 15:47: Zope Page Templates for example have an attribute for cases where the tag should be omitted, like: foo include=bar.xml omit-tag=yes/ Yes, that's probably the cleanest solution. (Using y instead of or in addition to yes, to be consistent with

Re: [Flightgear-devel] recent spam on atlas-devel

2006-12-04 Thread Dave
Frederic Bouvier wrote: Quoting Vassilii Khachaturov : For some reason, recently the signal to noise ratio on the atlas-devel list has diminished virtually to zero due to lots of spam. Can you please restrict posting to subscribers only? Althougth I am an admin for the Atlas

Re: [Flightgear-devel] recent spam on atlas-devel

2006-12-04 Thread Frederic Bouvier
Hi Dave, Quoting Dave : Frederic Bouvier wrote: Quoting Vassilii Khachaturov : For some reason, recently the signal to noise ratio on the atlas-devel list has diminished virtually to zero due to lots of spam. Can you please restrict posting to subscribers only? Althougth I am

Re: [Flightgear-devel] Airfoil bending and geometry animation

2006-12-04 Thread Jim Wilson
It hasn't been mentioned in this particular thread, but there is a function in plib called the tween controller that does morphs. I looked at it a bit when doing the Wright Flyer. IIRC there was an issue regarding the way the callbacks were done that made it a problem defining the multiple

Re: [Flightgear-devel] Eurocopter EC 135 - some delay but....

2006-12-04 Thread Heiko Schulz
Hi, Well, the german police is changing their color - see the police of Hamburg! But the Livery of their helos is their own thing. Every federal state of germany has it's own helo-design. Greets HHS --- Karsten Krispin [EMAIL PROTECTED] schrieb: Hi Heiko, Am Montag, 27. November 2006

Re: [Flightgear-devel] [Fwd: Re: more weirdness]

2006-12-04 Thread Melchior FRANZ
* Melchior FRANZ -- Monday 04 December 2006 15:53: * Stefan Seifert -- Monday 04 December 2006 15:47: foo include=bar.xml omit-tag=yes/ Yes, that's probably the cleanest solution. (Using y instead of or in addition to yes, to be consistent with other attribute values.) My current favorite

Re: [Flightgear-devel] Eurocopter EC 135 - some delay but....

2006-12-04 Thread Heiko Schulz
Hi, Well, the german police is changing their color - see the police of Hamburg! But the Livery of their helos is their own thing. Every federal state of germany has it's own helo-design. Greets HHS --- Karsten Krispin [EMAIL PROTECTED] schrieb: Hi Heiko, Am Montag, 27. November 2006

Re: [Flightgear-devel] KLN 89

2006-12-04 Thread Dave
[EMAIL PROTECTED] wrote: After some back tracing it appears that after 9/1 on the precomplied versions for WIN32 the KLN 89 display is blank in the C172P 2D panel. Is this by design or just unnoticed? Just unnoticed. I haven't had much time to touch FlightGear for a while, and I guess

Re: [Flightgear-devel] [Flightgear-users] FlightGear on Linux.com

2006-12-04 Thread Curtis Olson
On 12/4/06, Joe Barr wrote: http://www.linux.com/article.pl?sid=06/11/20/0533247 Hi Joe, Thanks for the heads up. That looks like a very intelligent and well done review. Perhaps the best review of FlightGear I've seen so far (in terms of the reviewer getting his head around what

[Flightgear-devel] EC 135 now to download on CVS

2006-12-04 Thread Heiko Schulz
Hi, I proudly present my first aircraft ready to download: the Ec 135! It's now avalaible in CVS. A special thank goes to Melchior for uploading and fixing some mistakes! Another thnak goes to Maik Justus for helping with the fdm, which isn't still realistic. Thanks George Arana for the sound.

Re: [Flightgear-devel] [Fwd: Re: more weirdness]

2006-12-04 Thread Josh Babcock
Melchior FRANZ wrote: Does anyone have objections to the whole idea? Or not understand what it's good for? Or better suggestions for omit-node? m. This seems like a very good solution from a model builder's point of view. Josh

[Flightgear-devel] How to drive the Flight Gear airplanes by radar data

2006-12-04 Thread 唐勇
Hi,the Flight Gear can be drived by Keyboard,Mouse,Joystick etc.But my question is that how can I drive the Flight Gear by my radar data.My radar data contains the flight position(lon,lat,alt) and oritation(pitch,roll,heading).I want to know how to input these data to the Flight Gear,and

[Flightgear-devel] How to drive the Flight Gear airplanes by radar data

2006-12-04 Thread 唐勇
Hi,the Flight Gear can be drived by Keyboard,Mouse,Joystick etc.But my question is that how can I drive the Flight Gear by my radar data.My radar data contains the flight position(lon,lat,alt) and oritation(pitch,roll,heading).I want to know how to input these data to the Flight Gear,and

[Flightgear-devel] How to drive the Flight Gear airplanes by radar data

2006-12-04 Thread 唐勇
Hi,the Flight Gear can be drived by Keyboard,Mouse,Joystick etc.But my question is that how can I drive the Flight Gear by my ATC radar data.My radar data contains the flight position(lon,lat,alt) and oritation(pitch,roll,heading).I want to know how to input these data to the Flight Gear,and

Re: [Flightgear-devel] How to drive the Flight Gear airplanes by radar data

2006-12-04 Thread Dene
Hi, I don't know the answer to your question, but I do know that posting 3 time in 2 hours with the same question with out a recognized name is a sure way NOT to get an answer... if you need an answer, my experience (learnt the hard way) is to post once, with a name that although might not be

[Flightgear-devel] 2d instruments in 3d cockpit

2006-12-04 Thread Yurik V. Nikiforoff
I want use 2d panel into 3d cockpit. I write some like it: panel pathAircraft/c172p/Models/c172p-2d-panel.xml/path bottom-left x-m-0.37/x-m y-m-0.50/y-m z-m-0.10/z-m /bottom-left ... /panel to model.xml file. Panel is visible, instruments work, all right. But if I change view