1
0
Fork 0
flightgear/src/Scenery/Makefile.am
timoore 616b2bf4f6 Use the OSG DatabasePager instead of FGTileLoader
Make an OSG file reader for .stg files.

New class flightgear::SceneryPager, which is a subclass
osg::DatabasePager to handle explicit delete requests.

Modify FGNewCache, FGTileEntry, and FGTileManager to use
SceneryPager. Mostly this involved removing the queues that talked to
FGTileLoader.

Calculate accurate tile timestamps from the time they are traversed in
the cull stage (which means that they are visible) instead of updating
them periodically.

Replace tile entry transform and range node with one LOD node
2007-12-14 22:51:56 +00:00

11 lines
280 B
Makefile

noinst_LIBRARIES = libScenery.a
libScenery_a_SOURCES = \
newcache.cxx newcache.hxx \
redout.cxx redout.hxx \
scenery.cxx scenery.hxx \
SceneryPager.cxx SceneryPager.hxx \
tileentry.cxx tileentry.hxx \
tilemgr.cxx tilemgr.hxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src