Mostly just curious
Is there a reason that the Model Manager adds models to the root of the scene
graph
instead of the models branch?
Models/modelmgr.cxx
It has this:
globals->get_scenery()->get_scene_graph()->addChild(model->getSceneGraph());
And I would expect this:
globals->get
- Original Message -
From: "Jim Wilson" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, April 05, 2006 6:22 AM
Subject: Re: [Flightgear-devel] instrument panels on views from outside the
aircraft
From: John Kluza
My real question though is can I make a panel visible from one of the
You're right. Sorry, I was looking at the
version in the JSBSim cvs.
No exceptions there.
From: David Megginson
<[EMAIL PROTECTED]>ail.com> Re: Re: Re: easyxml.cxx tweak
2006-03-20 17:31
I write more Java than C++, so I might be importing my prejudice
:
Phil
Cazzola
To: flightgear-devel@lists.sourceforge.net
Sent: Monday, March 20, 2006 5:28
PM
Subject: RE: Re: easyxml.cxx tweak
I can reproduce it (at least on my
machine), right out of the box.
I checked out a clean JSB, built it and ran with
the f15 config.
CVS
I can reproduce it (at least on my
machine), right out of the box.
I checked out a clean JSB, built it and ran with
the f15 config.
CVS will be giving me DOS style end of lines
here.
Result:
Crash.
If I run dos2unix, it parses. See
below.
The error on the second run is because I did n
I guess my problem was EOL characters. I
ran dos2unix and it
fixed my probelm.
Is this a known item?
Phil
- Original Message -
From:
Phil
Cazzola
To: flightgear-devel@lists.sourceforge.net
Sent: Friday, March 17, 2006 12:27
AM
Subject: RE: easyxml.cxx
Sorry for the slow reply. Looks like I
accidently disabled messages when I added cvs-logs.
Without increasing the buffer size I get an exit
(not a crash).
JSB kicks out this message:
Fatal error: unclosed token at line 480,
column 26 (received from SimGear XML
Parser)ESC[2m
I have a large JSBSim aircraft defintion file that was not parsing.
I discovered that easyxml has a size limit of
16K. Any xml tag must
complete in 16384 bytes:
( less than 16384 bytes )
It was hard to find because the limit was a
magic number used in a func
8 matches
Mail list logo