Further work on Occlusion Culling. Most of work is complete, just debugging

required now.
This commit is contained in:
Robert Osfield
2002-06-13 16:21:00 +00:00
parent 8dcb26967c
commit 0ebe473eb5
13 changed files with 335 additions and 55 deletions

View File

@@ -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