]> git.mxchange.org Git - flightgear.git/commit
Fix for vanishing-model problem: models are drawn in the same scene
authordavid <david>
Sat, 13 Apr 2002 21:36:22 +0000 (21:36 +0000)
committerdavid <david>
Sat, 13 Apr 2002 21:36:22 +0000 (21:36 +0000)
commitc5f6293f17530e2efb9194cbbf8aa7eefd1aa1c6
treee5ceb4daa22c4aaa9c9b888ca979a781ca62635c
parent7432b9c590056b49eb13face9878756e0b142727
Fix for vanishing-model problem: models are drawn in the same scene
graph as the terrain, except for internal cockpit view.  The SSG
scene-graph variables (except for the lighting root -- I'll get that
later) are now held in globals.hxx.

FGModelMgr::draw() is obsolete; I'll remove it in a future revision.
src/ATC/AIEntity.cxx
src/Main/globals.hxx
src/Main/main.cxx
src/Model/acmodel.cxx
src/Model/acmodel.hxx
src/Model/modelmgr.cxx
src/Model/modelmgr.hxx
src/Scenery/hitlist.cxx
src/Scenery/newcache.cxx
src/Scenery/tilemgr.cxx