summaryrefslogtreecommitdiff
path: root/models
AgeCommit message (Collapse)AuthorFilesLines
2011-07-02Import and render tree models.Jon Bergli Heier2-0/+3
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.