1
0
Fork 0
flightgear/src/Model
curt 51c04e9e4c - Added "SG" prefix to sound classes that recently moved to SimGear.
- Cleaned up some minor compiler warnings.
- Moved src/Model/placement.[ch]xx over into simgear/scene/model/
2003-05-09 19:39:48 +00:00
..
.cvsignore Moved FGAircraftModel subsystem out into its own directory, and 2002-04-05 03:19:34 +00:00
acmodel.cxx - Added "SG" prefix to sound classes that recently moved to SimGear. 2003-05-09 19:39:48 +00:00
acmodel.hxx Separate the model geodetic position and orientation into a separate 2002-06-10 13:20:26 +00:00
loader.cxx Clean up various dead, depricated, or otherwise unused code. I don't believe 2003-05-08 03:29:49 +00:00
loader.hxx Clean up various dead, depricated, or otherwise unused code. I don't believe 2003-05-08 03:29:49 +00:00
Makefile.am - Added "SG" prefix to sound classes that recently moved to SimGear. 2003-05-09 19:39:48 +00:00
model.cxx Working at unraveling and breaking dependencies inside of src/Model. 2003-05-08 20:28:46 +00:00
model.hxx Working at unraveling and breaking dependencies inside of src/Model. 2003-05-08 20:28:46 +00:00
model_panel.cxx Working at unraveling and breaking dependencies inside of src/Model. 2003-05-08 20:28:46 +00:00
model_panel.hxx Working at unraveling and breaking dependencies inside of src/Model. 2003-05-08 20:28:46 +00:00
modelmgr.cxx - Added "SG" prefix to sound classes that recently moved to SimGear. 2003-05-09 19:39:48 +00:00
modelmgr.hxx Made it possible to add and remove models programmatically, as 2002-12-30 15:44:11 +00:00
panelnode.cxx Clean up various dead, depricated, or otherwise unused code. I don't believe 2003-05-08 03:29:49 +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.