summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-07-01 17:20:53 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-07-02 18:10:14 +0200
commit75a90df8bf7f38e746e021c23248e1607931132c (patch)
treedf2b4f48d5157f775c719192484188a2b0b8a04a /SConstruct
parent90d570822f85f70c31f80789ad6791cebd904468 (diff)
Import and render tree models.
Trees are loaded from the new trees.blend using assimp. Tree objects are then received from the server and rendered on the given terrain locations. Each chunk now holds a list of objects and coordinates, which can be used to easily add other models as well. Also moded the GLSL fog code to its own shader which can be linked in different programs.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 05a7038..eabcf02 100644
--- a/SConstruct
+++ b/SConstruct
@@ -26,6 +26,7 @@ else:
env.ParseConfig('pkg-config --cflags --libs ftgl')
env.ParseConfig('pkg-config --cflags --libs CEGUI')
env.ParseConfig('pkg-config --cflags --libs CEGUI-OPENGL')
+ env.ParseConfig('pkg-config --cflags --libs assimp')
if not GetOption('release'):
env.Append(CPPFLAGS = ['-Wall', '-g'])