Initial check-in of OpenGL example. Doesn't do anything yet.

This commit is contained in:
David Williams
2008-06-08 15:09:45 +00:00
parent 6fdbbc9b41
commit f6f5cb524d
3 changed files with 135 additions and 0 deletions

View File

@ -7,6 +7,8 @@ SET(POLYVOX_VERSION_MINOR "1")
SET(POLYVOX_VERSION_PATCH "0")
SET(POLYVOX_VERSION "${POLYVOX_VERSION_MAJOR}.${POLYVOX_VERSION_MINOR}.${POLYVOX_VERSION_PATCH}")
ADD_SUBDIRECTORY(examples/OpenGL)
#Projects source files
SET(SRC_FILES
source/IndexedSurfacePatch.cpp