From 75a90df8bf7f38e746e021c23248e1607931132c Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 1 Jul 2011 17:20:53 +0200 Subject: 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. --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') 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']) -- cgit v1.2.3