1
0
Fork 0
flightgear/src/Model
ehofman a760dcdf13 Harald JOHNSEN:
- replay.cxx :
  corrected a bug, now reinitialize the recording data when replay is
  deactivated

- fgclouds.cxx :
  cloud layers and weather condition are saved when choosing a weather scenario,
  added a new scenario 'none' so we can switch back to standard flightgear
  weather

- navradio.cxx :
  force a search() on init to initialize some variables, preventing a nearly
  infinite loop  when delta-time == 0 on the first update()

- electrical.cxx :
  uninitialized variable in apply_load() for FG_EXTERNAL supplier

- panel.cxx, panelnode.cxx :
  added a property "depth-test" for 2.5D panels so that they update the depth
  buffer and are no more visible from the outside of the aircraft when the
  aircraft uses textures without an alpha channel

- panel.cxx :
  moved the computation of the instruments diffuse color outside the
  texturelayer code since this is constant during a frame, this is a big speedup
  for 2D panels
2005-08-22 17:49:50 +00:00
..
.cvsignore Moved FGAircraftModel subsystem out into its own directory, and 2002-04-05 03:19:34 +00:00
acmodel.cxx Harald JOHNSEN: 2005-07-31 09:04:18 +00:00
acmodel.hxx Mathias: 2005-04-29 14:38:24 +00:00
Makefile.am Moved src/Model/loader.[ch]xx and src/Model/model.[ch]xx to 2003-05-09 20:40:59 +00:00
model_panel.cxx Frederic Bouvier: 2004-04-02 14:41:35 +00:00
model_panel.hxx Remove unnecessary inclusions of sg.h ans ssg.h 2004-09-19 16:33:38 +00:00
modelmgr.cxx Mathias: 2005-04-29 14:38:24 +00:00
modelmgr.hxx Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
panelnode.cxx Harald JOHNSEN: 2005-08-22 17:49:50 +00:00
panelnode.hxx Harald JOHNSEN: 2005-06-26 17:21:18 +00: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.