Added new GDAL plugin and osgbluemarble example to demonstrate how to create

PagedLOD'd databases using GDAL.
This commit is contained in:
Robert Osfield
2003-10-08 13:09:23 +00:00
parent 48fc18fe8b
commit e7c0d70747
15 changed files with 713 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ PLUGIN_DIRS = \
ive\
# comment in if you have gdal installed
# PLUGIN_DIRS += gdal
PLUGIN_DIRS += gdal
# comment in if you have japser (JPEG2000 library) installed.
# PLUGIN_DIRS += jp2
@@ -127,6 +127,7 @@ EXAMPLE_DIRS = \
osganimate\
osgautotransform\
osgbillboard\
osgbluemarble\
osgcallback\
osgcameragroup\
osgclip\