Further work on Occlusion Culling. Most of work is complete, just debugging
required now.
This commit is contained in:
@@ -235,14 +235,15 @@ ifeq ($(OS),Darwin)
|
||||
LIB_EXT = dylib
|
||||
QUICKTIME_LIB = -framework QuickTime
|
||||
TIFF_LIB = -ltiff
|
||||
SRC_DIRS = osg osgGA osgUtil osgDB osgGLUT osgParticle \
|
||||
SRC_DIRS = osg osgUtil osgDB osgGA osgGLUT osgParticle \
|
||||
osgPlugins Demos
|
||||
PLUGIN_DIRS = osg rgb lib3ds flt obj lwo txp bmp pic tga \
|
||||
osgtgz tgz zip
|
||||
DEMOS_DIRS = hangglide osgbillboard osgcluster osgconv osgcopy \
|
||||
osgcube osgimpostor osgreflect osgscribe \
|
||||
osgstereoimage osgtexture osgviews osgversion \
|
||||
sgv osgparticle
|
||||
osgcube osgcallback osgclip osgimpostor osgoccluder \
|
||||
osgreflect osgscribe osgstereoimage osgtexture \
|
||||
osgviews osgversion sgv osgparticle
|
||||
|
||||
endif
|
||||
|
||||
#### Cygwin/Mingw specific definitions
|
||||
|
||||
Reference in New Issue
Block a user