cd041af9d8
subproperty, 'spherical', which is true if the object has spherical symmetry and should rotate around both the x-axis and z-axis to face the camera (i.e. a simple cloud), and false if the object has only cylindrical symmetry and should rotate only around the z-axis (i.e. a tree). |
||
---|---|---|
.. | ||
.cvsignore | ||
acmodel.cxx | ||
acmodel.hxx | ||
Makefile.am | ||
model.cxx | ||
model.hxx | ||
modelmgr.cxx | ||
modelmgr.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.