Sascha L. Teichmann
|
c03d382ca6
|
Pass pointer to Colors struct around which makes it easier to eg. find transparent colors.
|
2014-10-19 21:05:38 +02:00 |
|
Sascha L. Teichmann
|
8b42446acc
|
Do not render air only blocks. Nice performance speed up! :-)
|
2014-10-19 17:15:33 +02:00 |
|
Sascha L. Teichmann
|
90bfc225b8
|
When generating shaded tiles draw to pix buffer directly instead of calling Set() for each pixel. Set resize filter for generating pyramid tiles to Lanczos3 because of better visual results.
|
2014-09-16 00:08:31 +02:00 |
|
Sascha L. Teichmann
|
f762154b05
|
Made tile renderer resetable to reduce the memory for render more than one tile.
|
2014-09-14 14:57:49 +02:00 |
|
Sascha L. Teichmann
|
3a0b922a9e
|
Implemented a greedy search algorithm to figure out the block regions with are not fully covered after a rendering step.
|
2014-09-14 11:41:25 +02:00 |
|
Sascha L. Teichmann
|
b445cfb33a
|
Moved bloch decoding and rendering from tilemapper to common.
|
2014-09-12 20:22:34 +02:00 |
|