Moved to perlin nose code to a separate file for copyright reasons.

This commit is contained in:
David Williams
2011-03-20 22:56:32 +00:00
parent 40295c84b1
commit 8306be728d
4 changed files with 334 additions and 310 deletions

View File

@ -8,6 +8,7 @@ SET(SRC_FILES
main.cpp
OpenGLWidget.cpp
Perlin.cpp
)
#Projects headers files
@ -17,6 +18,7 @@ SET(INC_FILES
glew/wglew.h
OpenGLWidget.h
Perlin.h
)
ADD_DEFINITIONS(-DGLEW_STATIC)