Re: [osg-users] Aircraft Simulation Control by MatrixTransform

2008-05-06 Thread Robert Osfield
Hi Umit, I'd recommend using the CoordinateSystemNode to get the transform from ECEF into the local coordinate frame given you X,Y,Z position in ECEF, you could also use the lat and longs to compute this. The methods to get the local transform would be using either the following methods from Elli

Re: [osg-users] Aircraft Simulation Control by MatrixTransform

2008-05-02 Thread Ulrich Hertlein
Zoltán wrote: zSim-data directory, where the zSim wrapper-script is. I'll change to your suggestion (exec ./zSim.bin), it's better. On my system it works, even if zSim.bin is not in the $PATH. Strange. Even better would be to make it independent of where the wrapper script is executed from.

Re: [osg-users] Aircraft Simulation Control by MatrixTransform

2008-05-02 Thread Zoltán
b > Starting zSim version 0.3.0 > Loading scenery graphics from file > Scenery/crrcSim/simple.xml terminate called after > throwing an instance of 'XMLException' Aborted (core > dumped) > /*******/ > > What can I do now Zoltán? > > ÜMÝT UZUN > > --

Re: [osg-users] Aircraft Simulation Control by MatrixTransform

2008-05-02 Thread ümit uzun
;XMLException' Aborted (core dumped) /***/ What can I do now Zoltán? ÜMİT UZUN > From: [EMAIL PROTECTED] > To: osg-users@lists.openscenegraph.org > Date: Wed, 30 Apr 2008 13:59:33 +0200 > Subject: Re: [osg-users] Aircraft Simulation Control by

Re: [osg-users] Aircraft Simulation Control by MatrixTransform

2008-04-30 Thread Zoltán
ümit uzun wrote on Wednesday 30 April 2008: > And I check your source code and then try to install my > system. (Ubuntu 7.10, OSG 2.3.4) And it gave me some > problem. Ouch, can you please report what problems you got ? I use openSuSE 10.3 and OSG-2.3.4 (self-compiled). Did you set the the OSG_LIB

Re: [osg-users] Aircraft Simulation Control by MatrixTransform

2008-04-29 Thread Zoltán
ümit uzun wrote on Monday 28 April 2008: > This aircraft simulation like osgsimulation or > palomino3d. But this will be most simple from palomino3d. > I will control my selected aircraft model on the earth > and fly everywhere around the world. This is my school > project. Hello Ümit, I asked be

Re: [osg-users] Aircraft Simulation Control by MatrixTransform

2008-04-28 Thread ümit uzun
. ÜMİT UZUN<http://umituzun84.blogspot.com/> > From: [EMAIL PROTECTED] > To: osg-users@lists.openscenegraph.org > Date: Mon, 28 Apr 2008 14:11:10 +0200 > Subject: Re: [osg-users] Aircraft Simulation Control by MatrixTransform > > ümit uzun wrote on Monday 28 April

Re: [osg-users] Aircraft Simulation Control by MatrixTransform

2008-04-28 Thread Zoltán
ümit uzun wrote on Monday 28 April 2008: > I am trying to AircraftSimulation project. > [...] Hello ümit, I'm new to this list: what "AircraftSimulation" project is this, please ? bye Zoltán -- Zoltan _

[osg-users] Aircraft Simulation Control by MatrixTransform

2008-04-28 Thread ümit uzun
Hi All; I am trying to AircraftSimulation project. I have an BlueMarbleEarth database (ECEF). I have these nodes in my program ; 1 - Earth Model TrasformMatrixNode 2 - Aircraft Model PositionMatrixTrasform And these two models are child of CoordinateSystemNode which is Ellipsoid Model. In thi