From: david Date: Sat, 20 Apr 2002 14:05:49 +0000 (+0000) Subject: Updated docs for this directory. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4c101d7199b5ccb5b30c39062bfd4152630c8bbe;p=flightgear.git Updated docs for this directory. --- diff --git a/src/Model/README b/src/Model/README index 3d21a5108..b467f9475 100644 --- a/src/Model/README +++ b/src/Model/README @@ -12,3 +12,8 @@ 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. diff --git a/src/Model/TODO b/src/Model/TODO new file mode 100644 index 000000000..16b97e2b2 --- /dev/null +++ b/src/Model/TODO @@ -0,0 +1,7 @@ +- add animations for the model as a whole + +- add submodels + +- add billboards + +- add UV animations