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.
13 lines
206 B
Makefile
13 lines
206 B
Makefile
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
osgoccluder.cpp\
|
|
|
|
LIBS += $(OSG_LIBS) $(GLUT_LIB) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
EXEC = osgoccluder
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|