1
0
Fork 0
flightgear/src/Model
2012-07-26 11:10:27 +01:00
..
acmodel.cxx Move viewer-related sources to separate folder. 2012-04-25 23:28:00 +02:00
acmodel.hxx
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
modelmgr.cxx Remove most compile warnings 2012-07-26 11:10:27 +01:00
modelmgr.hxx
panelnode.cxx Issue 790, restore hiding of 2D panel by view. 2012-06-26 11:24:10 +01:00
panelnode.hxx Issue 790, restore hiding of 2D panel by view. 2012-06-26 11:24:10 +01:00
README
TODO

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.