Commit e727731f

WiP: Add the concept of a floor (that includes a heightmap + tile logic)

This adds the “floor”, which is fancy way to say “wrapper around a height map”. Additionally to that, the floor can also, similar to the model manager, return vertex data which then in turn can be used by the renderer.
This commit also included a lot of (boilerplate) code being added to the renderer in order to draw the floor/height map.

Leave a Reply

Your email address will not be published. Required fields are marked *