]> git.mxchange.org Git - flightgear.git/commit
Moved FGAircraftModel subsystem out into its own directory, and
authordavid <david>
Fri, 5 Apr 2002 03:19:34 +0000 (03:19 +0000)
committerdavid <david>
Fri, 5 Apr 2002 03:19:34 +0000 (03:19 +0000)
commit625572663e47fb4d801a3f18e7f83971da5bb519
tree65381163095b812b534b21580264baa22f31eb1d
parent59107c791c6799f0150f4d0bc12b60f2ed5e0afb
Moved FGAircraftModel subsystem out into its own directory, and
separated out a new class, FG3DModel, that allows any arbitrary 3D
model to be positioned, oriented, and animated (not just the
aircraft).
13 files changed:
src/Main/Makefile.am
src/Main/README
src/Main/main.cxx
src/Main/model.cxx [deleted file]
src/Main/model.hxx [deleted file]
src/Makefile.am
src/Model/.cvsignore [new file with mode: 0644]
src/Model/Makefile.am [new file with mode: 0644]
src/Model/README [new file with mode: 0644]
src/Model/acmodel.cxx [new file with mode: 0644]
src/Model/acmodel.hxx [new file with mode: 0644]
src/Model/model.cxx [new file with mode: 0644]
src/Model/model.hxx [new file with mode: 0644]