code is not complete yet, so it won't actually do any occlusion culling, the demo is here so I can test the evolving occlusion culling code.
17 lines
264 B
Makefile
17 lines
264 B
Makefile
TOPDIR = ../../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
osgoccluder.cpp\
|
|
|
|
LIBS += $(OSG_LIBS) $(GLUT_LIB) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
INSTFILES = \
|
|
$(CXXFILES)\
|
|
Makefile.inst=Makefile
|
|
|
|
EXEC = osgoccluder
|
|
|
|
include $(TOPDIR)/Make/makerules
|
|
|