1
0
Fork 0
flightgear/src/Model
ehofman 7249aaea33 Frederic Bouvier:
This patch is there to correct a problem that prevent to load static objects when specifying a relative fg-root or a different, relative, fg-scenery. It appears that there is a mix between fg-root, fg-scenery and PLIB's model-dir.
It has been reported on the list that users are not able to see the buildings, especially those running the win32 builds because they run 'runfgfs.bat' that set FG_ROOT=./DATA.

I decided not to use model-dir because it just add confusion and to build a valid path earlier.
2003-09-13 11:47:30 +00:00
..
.cvsignore Moved FGAircraftModel subsystem out into its own directory, and 2002-04-05 03:19:34 +00:00
acmodel.cxx Cosmetic changes for new code moved into simgear to make the naming scheme 2003-05-13 03:18:42 +00:00
acmodel.hxx Cosmetic changes for new code moved into simgear to make the naming scheme 2003-05-13 03:18:42 +00:00
Makefile.am Moved src/Model/loader.[ch]xx and src/Model/model.[ch]xx to 2003-05-09 20:40:59 +00:00
model_panel.cxx Frederic Bouvier: 2003-09-13 11:47:30 +00:00
model_panel.hxx Cosmetic changes for new code moved into simgear to make the naming scheme 2003-05-13 03:18:42 +00:00
modelmgr.cxx Some compiler fixes 2003-06-03 13:51:21 +00:00
modelmgr.hxx Cosmetic changes for new code moved into simgear to make the naming scheme 2003-05-13 03:18:42 +00:00
panelnode.cxx Roll out last change for now. It kills the mag compass on the default 2003-09-01 22:03:46 +00:00
panelnode.hxx Clean up various dead, depricated, or otherwise unused code. I don't believe 2003-05-08 03:29:49 +00:00
README Updated docs for this directory. 2002-04-20 14:05:49 +00:00
TODO Updated docs for this directory. 2002-04-20 14:05:49 +00:00

Last updated $Date$

This directory contains code for loading, positioning, orienting, and
animating 3D models.

acmodel.cxx
acmodel.hxx
  This module defines the FGAircraftModel subsystem, which manages the 3D
  model representing the aircraft the user is flying.

model.cxx
model.hxx
  This module defines the FG3DModel class, which represents any 3D
  model in the FlightGear world.

modelmgr.cxx
modelmgr.hxx
  This module defines the FGModelMgr subsystem, which manages all 3D
  models except for the aircraft.