1
0
Fork 0
flightgear/src/Model
2003-01-01 18:47:50 +00:00
..
.cvsignore
acmodel.cxx
acmodel.hxx
loader.cxx
loader.hxx
Makefile.am
model.cxx
model.hxx
modelmgr.cxx Work around G++ 2.95 bug by removing use of STL find() function. 2003-01-01 18:47:50 +00:00
modelmgr.hxx
panelnode.cxx
panelnode.hxx
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.