Commit Graph

13 Commits

Author SHA1 Message Date
Steffen Fündgens
e2e31e11e4 Merging stuff. 2014-11-17 11:23:47 +01:00
Faerbit
5ca77ae3cc Constructed a simple quad for debugging terrain generation. 2014-11-15 13:46:20 +01:00
Steffen Fündgens
5cee3e7dd2 added testData to terrain for debugging 2014-11-14 18:32:23 +01:00
Steffen Fündgens
4ef7a2597b added a normal and texture coordinate to the terrain, rendering moved to level 2014-11-14 17:36:30 +01:00
Steffen Fündgens
9cb7278eb3 scaled heightmap height to [0,1] tried to give the heightmap a clor 2014-11-11 13:27:11 +01:00
Steffen Fündgens
8eec5fa49e debuged the load function in terrain.cc loading and rendering kind of works (no texture) 2014-11-11 12:22:47 +01:00
Steffen Fündgens
acf537e026 tried to call the load functions, no success this far 2014-11-07 16:55:56 +01:00
Steffen Fündgens
85c7bc8cb5 changed VertexArrayObject to SharedVertexArrayObject + Bugfixes 2014-11-07 14:06:40 +01:00
Steffen Fündgens
2d1328b96b fixed terrain class and removed load from texture 2014-11-07 13:11:06 +01:00
Steffen Fündgens
44d829e564 added most of the functionallity to make a triangle strip from the heightmap 2014-11-06 19:21:24 +01:00
Faerbit
9926ad9252 Proper indentation. 2014-11-05 12:50:25 +01:00
Steffen Fündgens
fa65d01b8b implemented reading the heightmap from png 2014-11-04 19:40:35 +01:00
Faerbit
62d8a83ddb Implemented empty Terrain constructor(compiler was complaining. 2014-10-30 23:32:52 +01:00