1
0
Fork 0
flightgear/src/Model
James Turner 831053bd04 Fixes for HUD, model-manager listeners.
Make the HUD listener recursive (its tree is quite shallow) and 
manually watch the children of /models/model[n] nodes when they
are added.
2016-11-27 14:49:28 +00:00
..
acmodel.cxx Use future-proof SGPath APIs. 2016-06-28 10:08:38 +01:00
acmodel.hxx replace many auto_ptr by unique_ptr 2016-11-14 22:20:46 +01:00
CMakeLists.txt Support explicit aircraft interior models. 2013-10-20 20:46:33 +01:00
modelmgr.cxx Fixes for HUD, model-manager listeners. 2016-11-27 14:49:28 +00:00
modelmgr.hxx replace many auto_ptr by unique_ptr 2016-11-14 22:20:46 +01:00
panelnode.cxx Rename Viewer/viewer.cxx to view 2016-02-17 21:25:39 +00:00
panelnode.hxx replace many auto_ptr by unique_ptr 2016-11-14 22:20:46 +01: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.