]> git.tdb.fi Git - libs/game.git/commit
Add components and systems for creating terrains
authorMikko Rasa <tdb@tdb.fi>
Sat, 11 Feb 2023 13:56:06 +0000 (15:56 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 11 Feb 2023 13:56:06 +0000 (15:56 +0200)
commit1cc4d4b83c94b4e54645a80bafeefce8f6c63b25
tree54314452402b842c4be6dd60e3d2528eb1fed1ba
parent6934a052d5ab0c3af866b0d3fd98cb120bfe785b
Add components and systems for creating terrains
source/game/heightmapterrain.cpp [new file with mode: 0644]
source/game/heightmapterrain.h [new file with mode: 0644]
source/game/landscape.cpp [new file with mode: 0644]
source/game/landscape.h [new file with mode: 0644]
source/game/resources.cpp
source/game/setups.mgs
source/gameview/presenter.cpp
source/gameview/terrainmeshcreator.cpp [new file with mode: 0644]
source/gameview/terrainmeshcreator.h [new file with mode: 0644]