1
0
Fork 0
flightgear/src/Model
david c5f6293f17 Fix for vanishing-model problem: models are drawn in the same scene
graph as the terrain, except for internal cockpit view.  The SSG
scene-graph variables (except for the lighting root -- I'll get that
later) are now held in globals.hxx.

FGModelMgr::draw() is obsolete; I'll remove it in a future revision.
2002-04-13 21:36:22 +00:00
..
.cvsignore Moved FGAircraftModel subsystem out into its own directory, and 2002-04-05 03:19:34 +00:00
acmodel.cxx Fix for vanishing-model problem: models are drawn in the same scene 2002-04-13 21:36:22 +00:00
acmodel.hxx Fix for vanishing-model problem: models are drawn in the same scene 2002-04-13 21:36:22 +00:00
Makefile.am Added support for additional animated, dynamic 3D models configured in 2002-04-12 12:45:49 +00:00
model.cxx Patch from Norm Vine to speed up model placement. 2002-04-13 13:30:38 +00:00
model.hxx Add and document a "range" (level-of-detail) animation for individual 2002-04-13 12:10:20 +00:00
modelmgr.cxx Fix for vanishing-model problem: models are drawn in the same scene 2002-04-13 21:36:22 +00:00
modelmgr.hxx Fix for vanishing-model problem: models are drawn in the same scene 2002-04-13 21:36:22 +00:00
README Moved FGAircraftModel subsystem out into its own directory, and 2002-04-05 03:19:34 +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.