summaryrefslogtreecommitdiff
path: root/scene.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-04-09Moved from dynamic LOD to chunked loading.Jon Bergli Heier1-2/+1
2011-04-04Threaded VBO creation.Jon Bergli Heier1-0/+1
A secondary memory-mapped VBO is filled in a separate thread, which replaces the main VBO when work is done.
2011-04-02Started work on dynamic merging and subdivision.Jon Bergli Heier1-0/+4
2011-04-02Moved select() into Scene, fixed rendering end of terrain.Jon Bergli Heier1-0/+45
2011-03-30Initial commit.Jon Bergli Heier1-0/+46