Re: [Flightgear-users] Harrier Flight Model

2003-08-12 Thread Lee Elliott
On Sunday 10 August 2003 16:24, Allan West wrote:
 Hi there,
 
 I was quite excited to find the Harrier flight model.  First I notice there 
is not a 3D Cockpit or Aircraft Model for it.  How do I go about creating 
these.  I am lucky enough to have 3DS max and the skills to use it.
 
 Also what are the extra controls for the harrier - namely the nozzle swivel.  
Any tips on how flightgear is used to control this beast would be gratefully 
received.  I had many a happy hour with AV8B - although this was more of a 
game than a sim but it was still predictably tricky landing in the hover.
 
 Cheers,
 Al

Hello Al,

FG can use .3ds models but I don't know if textures are supported for this 
format.  I've not got the tools to create textured .3ds stuff, it's just a 
geometry export option in my 3d package, so I've not been able to try it.

The A-10 and TSR2 models are still in untextured .3ds format but they have 
basic animations so having a look at those and their corresponding animation 
files should give you some idea of what you need to do when you make your 
model.

LeeE


___
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users


Re: [Flightgear-users] I Need Help Building Scenery

2003-08-12 Thread mat churchill
The terragear list seems a bit quiet at the moment

Mat


___
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users


Re: [Flightgear-users] Still no luck with CVS install

2003-08-12 Thread Frederic Bouvier
Erik Hofman wrote:
 mat churchill wrote:
  Hi,
 
  still no joy with installing the latest CVS of flightgear, the error
  message looks like this.
 
  http://www.mamaloucos.force9.co.uk/fgfs/compile.html
 
  this is what line 140 of aircraft.cxx looks like.
 globals-get_commands()-addCommand(load-aircraft, fgLoadAircraft);
  }
 
  bool
  fgLoadAircraft (const SGPropertyNode * arg)
  {
  static const SGPropertyNode *master_freeze
  = fgGetNode(/sim/freeze/master);
 
  bool freeze = master_freeze-getBoolValue();
  if ( !freeze ) {
  fgSetBool(/sim/freeze/master, true);
  }
 
 
  am I missing something ?

 I can't find anything either.
 One thing you might want to try is to make fgLoadAircraft static.

No. From the log provided, we can see that the original poster has a very
old
SimGear. The change to the command_t typedef is date 2002/10/26 01:18:03
see :
http://cvs.simgear.org/cgi-bin/viewcvs/viewcvs.cgi/SimGear/simgear/misc/commands.hxx?cvsroot=SimGear-0.3

Could you rollback your recent change to aircraft.[ch]xx ?

-Fred



___
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users