1
0
Fork 0
flightgear/src/Model
Tobias Dammers fe8b7bea21 Marker pins
2022-01-27 08:47:48 +00:00
..
acmodel.cxx Highlighting: cope if Highlight subsystem is not present. 2021-11-20 17:15:58 +00:00
acmodel.hxx Added highlighting system. 2021-10-08 06:13:04 +01:00
CMakeLists.txt Support explicit aircraft interior models. 2013-10-20 20:46:33 +01:00
modelmgr.cxx Marker pins 2022-01-27 08:47:48 +00:00
modelmgr.hxx Canvas placement on dynamic models 2021-03-18 08:39:56 +00:00
panelnode.cxx Make view subscripting more robust 2020-09-08 11:23:14 +01:00
panelnode.hxx Raise minimum OSG version to 3.4.1 2020-06-18 17:39:48 +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.