Moved osgTerrain::DataSet from the osgdem example into osgTerrain. Added
various improvements.
This commit is contained in:
2432
src/osgTerrain/DataSet.cpp
Normal file
2432
src/osgTerrain/DataSet.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,7 @@ include $(TOPDIR)/Make/makedefs
|
||||
|
||||
CXXFILES = \
|
||||
CoordinateSystem.cpp\
|
||||
DataSet.cpp\
|
||||
Terrain.cpp\
|
||||
Renderer.cpp\
|
||||
GeoMipMapRenderer.cpp\
|
||||
@@ -11,7 +12,7 @@ CXXFILES = \
|
||||
|
||||
DEF += -DOSGTERRAIN_LIBRARY
|
||||
|
||||
LIBS += -losgDB -losg $(GL_LIBS) $(OTHER_LIBS)
|
||||
LIBS += -losgDB -losg -lgdal $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
TARGET_BASENAME = osgTerrain
|
||||
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)
|
||||
|
||||
Reference in New Issue
Block a user