1
0
Fork 0
flightgear/src/Model
James Turner 0f590280c7 Aircraft-model subsystem behaves better
- make shutdown logic more robust
- shutdown is no longer special cased in globals.
2015-12-18 20:13:23 -08:00
..
acmodel.cxx Aircraft-model subsystem behaves better 2015-12-18 20:13:23 -08:00
acmodel.hxx Aircraft-model subsystem behaves better 2015-12-18 20:13:23 -08:00
CMakeLists.txt Support explicit aircraft interior models. 2013-10-20 20:46:33 +01:00
modelmgr.cxx Proper shutdown() for the model manager 2015-12-18 19:56:56 -08:00
modelmgr.hxx Proper shutdown() for the model manager 2015-12-18 19:56:56 -08:00
panelnode.cxx Update for OpenSceneGraph 3.3.2 API changes. 2014-08-09 19:13:39 +02:00
panelnode.hxx Update for OpenSceneGraph 3.3.2 API changes. 2014-08-09 19:13:39 +02: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.