1
0
Fork 0
flightgear/src/Model
2013-05-20 18:37:23 +02:00
..
acmodel.cxx Reapply canvas placements upon aircraft-model reinit 2013-02-06 01:23:06 +01:00
acmodel.hxx Avoid nuisance sound effects after sim-reset. 2011-03-19 14:51:39 +01:00
CMakeLists.txt More CMake headers support 2011-07-19 07:58:03 +01:00
model_panel.cxx Clean-up some SGMath dependencies. 2012-05-05 00:56:29 +02:00
model_panel.hxx Fix 'using std::' abuses 2010-08-09 08:36:20 +01:00
modelmgr.cxx Remove osg dependency for isNaN only. 2012-11-11 17:22:42 +01:00
modelmgr.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
panelnode.cxx Fix #1125. Correct overloads... 2013-05-20 18:37:23 +02:00
panelnode.hxx Issue 790, restore hiding of 2D panel by view. 2012-06-26 11:24:10 +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.