From 4c101d7199b5ccb5b30c39062bfd4152630c8bbe Mon Sep 17 00:00:00 2001 From: david Date: Sat, 20 Apr 2002 14:05:49 +0000 Subject: [PATCH] Updated docs for this directory. --- src/Model/README | 5 +++++ src/Model/TODO | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 src/Model/TODO 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 -- 2.39.5